[129918] trunk/dports/lang/pyobfuscate/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 22 21:11:16 PST 2014


Revision: 129918
          https://trac.macports.org/changeset/129918
Author:   larryv at macports.org
Date:     2014-12-22 21:11:16 -0800 (Mon, 22 Dec 2014)
Log Message:
-----------
pyobfuscate: Use github-1.0, as project moved to GitHub

Modified Paths:
--------------
    trunk/dports/lang/pyobfuscate/Portfile

Modified: trunk/dports/lang/pyobfuscate/Portfile
===================================================================
--- trunk/dports/lang/pyobfuscate/Portfile	2014-12-23 05:11:11 UTC (rev 129917)
+++ trunk/dports/lang/pyobfuscate/Portfile	2014-12-23 05:11:16 UTC (rev 129918)
@@ -2,8 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           github 1.0
 
-name                pyobfuscate
+# Couldn't figure how to fetch the project's releases.
+github.setup        astrand pyobfuscate 79cd76aa6526a34b5f0dbf39c904ae8393188034
 version             0.3
 revision            1
 categories          lang python
@@ -15,15 +17,14 @@
 long_description    pyobfuscate is a source code obfuscator: It makes \
                     Python source code hard to read for humans, while \
                     still being executable for the Python interpreter.
-homepage            http://www.lysator.liu.se/~astrand/projects/pyobfuscate/
 
 depends_run         bin:python:python27
 supported_archs     noarch
 
-master_sites        ${homepage}
-distname            pyobfuscate-${version}
-checksums           md5 cd2884c9efc917c273f768283ead8a70
 
+checksums           rmd160  2dffbe40b64a5fcbb0374a8ff34074b24a0d8c50 \
+                    sha256  191091b082a6a04245fc606187036ab36d9f95557137149879abac9780fa3de4
+
 use_configure       no
 
 build {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141222/ee035259/attachment.html>


More information about the macports-changes mailing list