You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
b3cc15560a
- switch to PyPI
35 lines
1.1 KiB
Tcl
35 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-stone
|
|
version 3.3.9
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
|
|
description The Official Api Spec Language for Dropbox
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/dropbox/stone
|
|
|
|
checksums rmd160 5e2ff635a00b20c01f0913fad96bc12feab865b1 \
|
|
sha256 8f1298683f60ffa9e43edbfd55beb0a20993235d5c751e7adb3030dc16d17fad \
|
|
size 194103
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
patchfiles-append patch-remove-pytest-runner.diff
|
|
|
|
depends_lib-append port:py${python.version}-ply \
|
|
port:py${python.version}-six \
|
|
port:py${python.version}-packaging \
|
|
port:py${python.version}-jinja2
|
|
}
|