# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup PyGithub PyGithub 1.29 v name py-pygithub platforms darwin license LGPL-3+ maintainers raimue \ openmaintainer description Python module for Github API v3 long_description ${description} checksums rmd160 d5774f8c650f1126672d94c68822f51f63af8f80 \ sha256 fe4140ee0b395e949d1353026106227d117692fb6133f3ece9826b87aafdd4e6 python.versions 27 35 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.regex {archive/v(1\.[^"]+)\.tar} }