Permalink
| @@ -0,0 +1,29 @@ | ||
| # -*- 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-jaraco.functools | ||
| version 2.0 | ||
| platforms darwin | ||
| license MIT | ||
| maintainers {khindenburg @kurthindenburg} openmaintainer | ||
|
|
||
| description Additional functools in the spirit of stdlib's functools. | ||
| long_description ${description} | ||
|
|
||
| homepage https://pypi.python.org/pypi/${python.rootname}/ | ||
| master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} | ||
| distname ${python.rootname}-${version} | ||
|
|
||
| checksums rmd160 a345fd401aafd4774c84acf5dfe79a90f3b42409 \ | ||
| sha256 35ba944f52b1a7beee8843a5aa6752d1d5b79893eeb7770ea98be6b637bf9345 \ | ||
| size 14340 | ||
|
|
||
| python.versions 27 34 35 36 37 | ||
|
|
||
| if {${name} ne ${subport}} { | ||
| depends_build-append port:py${python.version}-setuptools_scm | ||
|
|
||
| livecheck.type none | ||
| } |