[148731] trunk/dports/python/py-gitdb/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun May 15 15:25:32 PDT 2016


Revision: 148731
          https://trac.macports.org/changeset/148731
Author:   khindenburg at macports.org
Date:     2016-05-15 15:25:32 -0700 (Sun, 15 May 2016)
Log Message:
-----------
py-gitdb: update to 0.6.4; move to github

Modified Paths:
--------------
    trunk/dports/python/py-gitdb/Portfile

Modified: trunk/dports/python/py-gitdb/Portfile
===================================================================
--- trunk/dports/python/py-gitdb/Portfile	2016-05-15 22:24:22 UTC (rev 148730)
+++ trunk/dports/python/py-gitdb/Portfile	2016-05-15 22:25:32 UTC (rev 148731)
@@ -1,10 +1,12 @@
 # $Id$
 
 PortSystem        1.0
+
 PortGroup         python 1.0
+PortGroup         github 1.0
 
+github.setup      gitpython-developers gitdb 0.6.4
 name              py-gitdb
-version           0.5.4
 maintainers       nomaintainer
 platforms         darwin
 license           BSD
@@ -12,18 +14,15 @@
 description       GitDB is a pure-Python git object database
 long_description  ${description}
 
-homepage          http://packages.python.org/gitdb/
-master_sites      http://pypi.python.org/packages/source/g/gitdb/
-distname          gitdb-${version}
-
 python.versions   26 27
 python.default_version 27
 
+checksums           rmd160  d1aac16f7884df68a2de345287662b305649c86b \
+                    sha256  a2beb5744a3ad6c5ca290b13327adec19a2a75c5b166272cbc3bb2b2f06a5aa1
+
 if {${name} ne ${subport}} {
-depends_run       port:py${python.version}-async-task \
-                  port:py${python.version}-smmap
-}
+    depends_run-append  port:py${python.version}-async-task \
+                        port:py${python.version}-smmap
 
-checksums         md5     25353bb8d3ea527ba443dd88cd4e8a1c \
-                  sha1    2e01b48f53f1716e59291b4183449e7fe3e574ea \
-                  rmd160  21961026cb560f85450c356464a7d1018000902a
+    livecheck.type      none
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160515/8676b1f0/attachment.html>


More information about the macports-changes mailing list