Permalink
| @@ -0,0 +1,30 @@ | ||
| # -*- 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 github 1.0 | ||
| PortGroup python 1.0 | ||
|
|
||
| github.setup tomprince txgithub 15.0.0 | ||
| name py-txgithub | ||
| license MIT | ||
| platforms darwin | ||
| supported_archs noarch | ||
| maintainers nomaintainer | ||
|
|
||
| description GitHub API client implemented using Twisted | ||
| long_description ${description} | ||
|
|
||
| checksums rmd160 645d05ac2166fd590f1f9ea3a667168af6b71488 \ | ||
| sha256 9b49812facdaf6010ffd23d4a8ce197a815449a1a04e35a1d3e430303405c47a \ | ||
| size 9874 | ||
|
|
||
| python.versions 27 36 | ||
|
|
||
| if {${name} ne ${subport}} { | ||
| depends_build-append \ | ||
| port:py${python.version}-setuptools | ||
| depends_lib-append \ | ||
| port:py${python.version}-twisted | ||
|
|
||
| livecheck.type none | ||
| } |