Revision: 140633 https://trac.macports.org/changeset/140633 Author: stromnov@macports.org Date: 2015-09-28 05:11:00 -0700 (Mon, 28 Sep 2015) Log Message: ----------- py-{asn1,cffi,cryptography,idna,pycparser}: add py35 subport Modified Paths: -------------- trunk/dports/python/py-asn1/Portfile trunk/dports/python/py-cffi/Portfile trunk/dports/python/py-cryptography/Portfile trunk/dports/python/py-idna/Portfile trunk/dports/python/py-pycparser/Portfile Modified: trunk/dports/python/py-asn1/Portfile =================================================================== --- trunk/dports/python/py-asn1/Portfile 2015-09-28 12:09:44 UTC (rev 140632) +++ trunk/dports/python/py-asn1/Portfile 2015-09-28 12:11:00 UTC (rev 140633) @@ -17,7 +17,7 @@ types (concrete syntax) and codecs (transfer syntaxes) \ for Python programming environment. -python.versions 26 27 34 +python.versions 26 27 34 35 platforms darwin supported_archs noarch Modified: trunk/dports/python/py-cffi/Portfile =================================================================== --- trunk/dports/python/py-cffi/Portfile 2015-09-28 12:09:44 UTC (rev 140632) +++ trunk/dports/python/py-cffi/Portfile 2015-09-28 12:11:00 UTC (rev 140633) @@ -11,7 +11,7 @@ platforms darwin license MIT -python.versions 26 27 33 34 +python.versions 26 27 33 34 35 maintainers stromnov openmaintainer @@ -22,7 +22,7 @@ reliable way of calling C code from Python. homepage http://cffi.readthedocs.org/ -master_sites https://pypi.python.org/packages/source/c/cffi/ +master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname cffi-${version} @@ -38,7 +38,5 @@ livecheck.type none } else { - livecheck.type regex - livecheck.url https://pypi.python.org/pypi/cffi/json - livecheck.regex {cffi-(\d+(?:\.\d+)*)\.[tz]} + livecheck.type pypi } Modified: trunk/dports/python/py-cryptography/Portfile =================================================================== --- trunk/dports/python/py-cryptography/Portfile 2015-09-28 12:09:44 UTC (rev 140632) +++ trunk/dports/python/py-cryptography/Portfile 2015-09-28 12:11:00 UTC (rev 140633) @@ -11,7 +11,7 @@ platforms darwin license BSD -python.versions 27 34 +python.versions 27 34 35 maintainers stromnov openmaintainer Modified: trunk/dports/python/py-idna/Portfile =================================================================== --- trunk/dports/python/py-idna/Portfile 2015-09-28 12:09:44 UTC (rev 140632) +++ trunk/dports/python/py-idna/Portfile 2015-09-28 12:11:00 UTC (rev 140633) @@ -12,7 +12,7 @@ license BSD supported_archs noarch -python.versions 27 34 +python.versions 27 34 35 maintainers stromnov openmaintainer Modified: trunk/dports/python/py-pycparser/Portfile =================================================================== --- trunk/dports/python/py-pycparser/Portfile 2015-09-28 12:09:44 UTC (rev 140632) +++ trunk/dports/python/py-pycparser/Portfile 2015-09-28 12:11:00 UTC (rev 140633) @@ -12,7 +12,7 @@ license BSD supported_archs noarch -python.versions 26 27 33 34 +python.versions 26 27 33 34 35 maintainers stromnov openmaintainer
participants (1)
-
stromnov@macports.org