[125729] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Sep 24 18:59:16 PDT 2014


Revision: 125729
          https://trac.macports.org/changeset/125729
Author:   jmr at macports.org
Date:     2014-09-24 18:59:15 -0700 (Wed, 24 Sep 2014)
Log Message:
-----------
py26-scgi: use unified python portgroup, correct license

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

Added Paths:
-----------
    trunk/dports/python/py-scgi/

Removed Paths:
-------------
    trunk/dports/python/py26-scgi/

Modified: trunk/dports/python/py-scgi/Portfile
===================================================================
--- trunk/dports/python/py26-scgi/Portfile	2014-09-24 23:46:16 UTC (rev 125725)
+++ trunk/dports/python/py-scgi/Portfile	2014-09-25 01:59:15 UTC (rev 125729)
@@ -1,23 +1,25 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
-name                py26-scgi
+name                py-scgi
 version             1.14
 maintainers         nomaintainer
 platforms           darwin
 
 description         A Python package for implementing SCGI servers.
 long_description    ${description}
-license             DFSG-Approved
-homepage            http://pypi.python.org/pypi/scgi/
+license             CNRI MIT
+homepage            https://pypi.python.org/pypi/scgi/
 
 livecheck.regex     {>scgi (.+) :}
 livecheck.type      regex
 livecheck.url       ${homepage}
 
 distname            scgi-${version}
-master_sites        http://python.ca/scgi/releases/
+master_sites        https://python.ca/scgi/releases/
 
 checksums           rmd160 8214b939d52c6ba7e4392c70efa829d05941fc25
+
+python.versions     26
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140924/ca3692a8/attachment-0001.html>


More information about the macports-changes mailing list