[106687] trunk/dports/python

jmr at macports.org jmr at macports.org
Tue Jun 4 21:48:50 PDT 2013


Revision: 106687
          https://trac.macports.org/changeset/106687
Author:   jmr at macports.org
Date:     2013-06-04 21:48:50 -0700 (Tue, 04 Jun 2013)
Log Message:
-----------
my python ports: update pypi http urls to https, since they get redirected

Modified Paths:
--------------
    trunk/dports/python/py-altgraph/Portfile
    trunk/dports/python/py-bdist_mpkg/Portfile
    trunk/dports/python/py-dice3ds/Portfile
    trunk/dports/python/py-jinja2/Portfile
    trunk/dports/python/py-macholib/Portfile
    trunk/dports/python/py-modulegraph/Portfile
    trunk/dports/python/py-opengl/Portfile
    trunk/dports/python/py-opengl-accelerate/Portfile
    trunk/dports/python/py-py2app/Portfile
    trunk/dports/python/py-sphinx/Portfile

Modified: trunk/dports/python/py-altgraph/Portfile
===================================================================
--- trunk/dports/python/py-altgraph/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-altgraph/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -21,7 +21,7 @@
 supported_archs     noarch
 
 homepage            http://undefined.org/python/#altgraph
-master_sites        http://pypi.python.org/packages/source/a/altgraph/
+master_sites        https://pypi.python.org/packages/source/a/altgraph/
 distname            altgraph-${version}
 
 checksums           md5 059ae244d667cc673e16826c2b96046f \
@@ -42,6 +42,6 @@
     }
 } else {
     livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/altgraph/
+    livecheck.url   https://pypi.python.org/pypi/altgraph/
     livecheck.regex altgraph (0\.\[0-9.\]+)
 }

Modified: trunk/dports/python/py-bdist_mpkg/Portfile
===================================================================
--- trunk/dports/python/py-bdist_mpkg/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-bdist_mpkg/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -21,7 +21,7 @@
     any existing package that uses distutils.
 
 homepage            http://undefined.org/python/#bdist_mpkg
-master_sites        http://pypi.python.org/packages/source/b/bdist_mpkg/
+master_sites        https://pypi.python.org/packages/source/b/bdist_mpkg/
 distname            bdist_mpkg-${version}
 
 checksums           md5 848dfd00fda59092dea4e97f4a711797 \
@@ -35,6 +35,6 @@
     livecheck.type  none
 } else {
     livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/bdist_mpkg/
+    livecheck.url   https://pypi.python.org/pypi/bdist_mpkg/
     livecheck.regex bdist_mpkg (0\.\[0-9\]+\.\[0-9\]+)
 }

Modified: trunk/dports/python/py-dice3ds/Portfile
===================================================================
--- trunk/dports/python/py-dice3ds/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-dice3ds/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -35,6 +35,6 @@
     livecheck.type  none
 } else {
     livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/Dice3DS/
+    livecheck.url   https://pypi.python.org/pypi/Dice3DS/
     livecheck.regex {Dice3DS ([0-9]\.[0-9]+(\.[0-9]+)?)}
 }

Modified: trunk/dports/python/py-jinja2/Portfile
===================================================================
--- trunk/dports/python/py-jinja2/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-jinja2/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -21,7 +21,7 @@
 platforms           darwin
 
 homepage            http://jinja.pocoo.org/
-master_sites        http://pypi.python.org/packages/source/J/Jinja2/
+master_sites        https://pypi.python.org/packages/source/J/Jinja2/
 distname            Jinja2-${version}
 
 checksums           md5 c2fb12cbbb523c57d3d15bfe4dc0e8fe \
@@ -43,6 +43,6 @@
     livecheck.type  none
 } else {
     livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/Jinja2/
+    livecheck.url   https://pypi.python.org/pypi/Jinja2/
     livecheck.regex {Jinja2 ([0-9\.]+)}
 }

Modified: trunk/dports/python/py-macholib/Portfile
===================================================================
--- trunk/dports/python/py-macholib/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-macholib/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -22,7 +22,7 @@
 supported_archs     noarch
 
 homepage            http://undefined.org/python/#macholib
-master_sites        http://pypi.python.org/packages/source/m/macholib/
+master_sites        https://pypi.python.org/packages/source/m/macholib/
 distname            macholib-${version}
 
 checksums           md5 2665525cdc9edaf4d1de5566bb004c56 \
@@ -41,6 +41,6 @@
     }
 } else {
     livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/macholib/
+    livecheck.url   https://pypi.python.org/pypi/macholib/
     livecheck.regex {macholib ([0-9.]+)}
 }

Modified: trunk/dports/python/py-modulegraph/Portfile
===================================================================
--- trunk/dports/python/py-modulegraph/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-modulegraph/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -21,7 +21,7 @@
 supported_archs     noarch
 
 homepage            http://undefined.org/python/#modulegraph
-master_sites        http://pypi.python.org/packages/source/m/modulegraph/
+master_sites        https://pypi.python.org/packages/source/m/modulegraph/
 distname            modulegraph-${version}
 
 checksums           md5 b072312fd299d408e32c90583859da2f \
@@ -42,6 +42,6 @@
     }
 } else {
     livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/modulegraph
+    livecheck.url   https://pypi.python.org/pypi/modulegraph
     livecheck.regex {modulegraph ([0-9.]+)}
 }

Modified: trunk/dports/python/py-opengl/Portfile
===================================================================
--- trunk/dports/python/py-opengl/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-opengl/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -19,7 +19,7 @@
 
 homepage            http://pyopengl.sourceforge.net/
 
-master_sites        http://pypi.python.org/packages/source/P/PyOpenGL/
+master_sites        https://pypi.python.org/packages/source/P/PyOpenGL/
 distname            PyOpenGL-${version}
 
 checksums           md5    77becc24ffc0a6b28030aa109ad7ff8b \
@@ -44,6 +44,6 @@
     livecheck.type  none
 } else {
     livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/PyOpenGL
+    livecheck.url   https://pypi.python.org/pypi/PyOpenGL
     livecheck.regex {PyOpenGL/([0-9.]+)"}
 }

Modified: trunk/dports/python/py-opengl-accelerate/Portfile
===================================================================
--- trunk/dports/python/py-opengl-accelerate/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-opengl-accelerate/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -15,7 +15,7 @@
    operations for slow points in PyOpenGL 3.x.
 
 homepage            http://pyopengl.sourceforge.net/
-master_sites        http://pypi.python.org/packages/source/P/PyOpenGL-accelerate/
+master_sites        https://pypi.python.org/packages/source/P/PyOpenGL-accelerate/
 distname            PyOpenGL-accelerate-${version}
 
 checksums           md5 a977041e27b50804bc5188cc54e2a7ba \

Modified: trunk/dports/python/py-py2app/Portfile
===================================================================
--- trunk/dports/python/py-py2app/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-py2app/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -18,7 +18,7 @@
 platforms           darwin
 
 homepage            http://wiki.python.org/moin/MacPython/py2app
-master_sites        http://pypi.python.org/packages/source/p/py2app/
+master_sites        https://pypi.python.org/packages/source/p/py2app/
 distname            py2app-${version}
 
 checksums           md5 fad705e63d335c570fde3bee48129730 \
@@ -46,6 +46,6 @@
     }
 } else {
     livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/py2app/
+    livecheck.url   https://pypi.python.org/pypi/py2app/
     livecheck.regex py2app (0\.\[0-9\]+\.\[0-9\]+)
 }

Modified: trunk/dports/python/py-sphinx/Portfile
===================================================================
--- trunk/dports/python/py-sphinx/Portfile	2013-06-05 02:44:36 UTC (rev 106686)
+++ trunk/dports/python/py-sphinx/Portfile	2013-06-05 04:48:50 UTC (rev 106687)
@@ -23,7 +23,7 @@
 supported_archs     noarch
 
 homepage            http://sphinx.pocoo.org/
-master_sites        http://pypi.python.org/packages/source/S/Sphinx/
+master_sites        https://pypi.python.org/packages/source/S/Sphinx/
 distname            Sphinx-${version}
 
 checksums           md5 8f55a6d4f87fc6d528120c5d1f983e98 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130604/8c7f3979/attachment.html>


More information about the macports-changes mailing list