[107970] trunk/dports/python/py-stomper/Portfile

jmr at macports.org jmr at macports.org
Tue Jul 9 20:11:15 PDT 2013


Revision: 107970
          https://trac.macports.org/changeset/107970
Author:   jmr at macports.org
Date:     2013-07-09 20:11:15 -0700 (Tue, 09 Jul 2013)
Log Message:
-----------
py-stomper: update to 0.2.7, add py26/py27

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

Modified: trunk/dports/python/py-stomper/Portfile
===================================================================
--- trunk/dports/python/py-stomper/Portfile	2013-07-10 03:04:44 UTC (rev 107969)
+++ trunk/dports/python/py-stomper/Portfile	2013-07-10 03:11:15 UTC (rev 107970)
@@ -4,7 +4,7 @@
 PortGroup         python 1.0
 
 name              py-stomper
-version           0.2.2
+version           0.2.7
 platforms         darwin
 supported_archs   noarch
 license           Apache-2
@@ -18,20 +18,20 @@
                   generated and parsed, however its up to the user to do the \
                   sending and receiving.
 
-homepage          http://code.google.com/p/stomper/
-master_sites      http://pypi.python.org/packages/source/s/stomper/
+homepage          https://github.com/oisinmulvihill/stomper
+master_sites      https://pypi.python.org/packages/source/s/stomper/
 distname          stomper-${version}
-checksums         md5     193ba3eaa405aa5b590e2d571b65167d \
-                  sha1    b3acfe30ce6b6842886b1668cde3203e4e3ab7a3 \
-                  rmd160  7f30b3fab55dbcdd870b9b72b5860648667deac9
+checksums         md5    b721d7557af2fc6a47e82ef4a40e87bf \
+                  rmd160 679ff1721bf364a62d63c2e2eab1a118a8861a1d \
+                  sha256 8978fd3421390abe3c1a8c8adc72346f4a8175b6fb154011fc8d37bb916e01ce
 
-python.versions   25
+python.versions   25 26 27
 
 if {$subport != $name} {
     depends_build     port:py${python.version}-setuptools
     livecheck.type    none
 } else {
     livecheck.type    regex
-    livecheck.url     http://pypi.python.org/pypi/stomper/
+    livecheck.url     https://pypi.python.org/pypi/stomper/
     livecheck.regex   {stomper (\d+(?:\.\d+)*)}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130709/f530f089/attachment.html>


More information about the macports-changes mailing list