[154469] trunk/dports/python/py-pygithub
raimue at macports.org
raimue at macports.org
Sun Oct 30 15:06:10 CET 2016
Revision: 154469
https://trac.macports.org/changeset/154469
Author: raimue at macports.org
Date: 2016-10-30 15:06:09 +0100 (Sun, 30 Oct 2016)
Log Message:
-----------
pygithub: new port, Python module for Github API
Added Paths:
-----------
trunk/dports/python/py-pygithub/
trunk/dports/python/py-pygithub/Portfile
Added: trunk/dports/python/py-pygithub/Portfile
===================================================================
--- trunk/dports/python/py-pygithub/Portfile (rev 0)
+++ trunk/dports/python/py-pygithub/Portfile 2016-10-30 14:06:09 UTC (rev 154469)
@@ -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
+# $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}
+}
Property changes on: trunk/dports/python/py-pygithub/Portfile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161030/68ba6633/attachment-0002.html>
More information about the macports-changes
mailing list