[148732] trunk/dports/python/py-gitpython/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun May 15 15:27:04 PDT 2016


Revision: 148732
          https://trac.macports.org/changeset/148732
Author:   khindenburg at macports.org
Date:     2016-05-15 15:27:04 -0700 (Sun, 15 May 2016)
Log Message:
-----------
py-gitpython: update to 2.0.2; move to github #49437

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

Modified: trunk/dports/python/py-gitpython/Portfile
===================================================================
--- trunk/dports/python/py-gitpython/Portfile	2016-05-15 22:25:32 UTC (rev 148731)
+++ trunk/dports/python/py-gitpython/Portfile	2016-05-15 22:27:04 UTC (rev 148732)
@@ -1,10 +1,12 @@
 # $Id$
 
 PortSystem        1.0
+
 PortGroup         python 1.0
+PortGroup         github 1.0
 
+github.setup      gitpython-developers GitPython 2.0.2
 name              py-gitpython
-version           0.3.2.RC1
 maintainers       nomaintainer
 platforms         darwin
 license           BSD
@@ -14,18 +16,15 @@
                   repository. Once you have created a repository object, you \
 		  can traverse it to find parent commit(s), trees, blobs, etc.
 
-homepage          http://gitorious.org/projects/git-python/
-master_sites      http://pypi.python.org/packages/source/G/GitPython/
-distname          GitPython-${version}
-
 python.versions   26 27
 python.default_version 27
 
-checksums         md5     849082fe29adc653a3621465213cab96 \
-                  sha1    b9f43c91452f3fe7e105ac54ce878ff20ea44f44 \
-                  rmd160  75488dcfe0be35066cd39eb63f909f999f17cdda
+checksums           rmd160  d25debf1a0a6bbda7d53e8f094efd3a4e6343c6b \
+                    sha256  f5c9f0e6e8878eb40df269e2b88029dc2df5d10d22cb3510dfee74cb74f7874d
 
 if {${name} ne ${subport}} {
-    depends_build   port:py${python.version}-setuptools
-    depends_lib     port:py${python.version}-gitdb
+    depends_build-append    port:py${python.version}-setuptools
+    depends_lib-append      port:py${python.version}-gitdb
+
+    livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160515/39872b1e/attachment.html>


More information about the macports-changes mailing list