[148729] trunk/dports/python/py-smmap/Portfile
Revision: 148729 https://trac.macports.org/changeset/148729 Author: khindenburg@macports.org Date: 2016-05-15 15:15:44 -0700 (Sun, 15 May 2016) Log Message: ----------- py-smmap: update to 0.9.0; move to github Modified Paths: -------------- trunk/dports/python/py-smmap/Portfile Modified: trunk/dports/python/py-smmap/Portfile =================================================================== --- trunk/dports/python/py-smmap/Portfile 2016-05-15 21:40:44 UTC (rev 148728) +++ trunk/dports/python/py-smmap/Portfile 2016-05-15 22:15:44 UTC (rev 148729) @@ -1,10 +1,12 @@ # $Id$ PortSystem 1.0 + PortGroup python 1.0 +PortGroup github 1.0 +github.setup gitpython-developers smmap 0.9.0 v name py-smmap -version 0.8.2 maintainers nomaintainer platforms darwin license BSD @@ -12,17 +14,14 @@ description Pure python sliding memory map manager long_description ${description} -homepage https://github.com/Byron/smmap -master_sites http://pypi.python.org/packages/source/s/smmap/ -distname smmap-${version} +checksums rmd160 516c6e43371d00715caead014c9b3661eb30ea82 \ + sha256 de2da2bf12a6a80a5853ccf5ac5603c2fc1593bdc156c5937dc6c0f191d2a512 python.versions 26 27 python.default_version 27 -checksums md5 f5426b7626ddcf5e447253fae0396b0c \ - sha1 d2d2e1b4726e8c6616d0a5f01146dd45fd94808b \ - rmd160 a030840a5821bf60160fecd3ed1d28d08a075614 - if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools + + livecheck.type none }
participants (1)
-
khindenburg@macports.org