[112678] trunk/dports/python/py-sqlalchemy/Portfile
stromnov at macports.org
stromnov at macports.org
Tue Oct 29 06:02:04 PDT 2013
Revision: 112678
https://trac.macports.org/changeset/112678
Author: stromnov at macports.org
Date: 2013-10-29 06:02:04 -0700 (Tue, 29 Oct 2013)
Log Message:
-----------
py-sqlalchemy: update to version 0.8.3
Modified Paths:
--------------
trunk/dports/python/py-sqlalchemy/Portfile
Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile 2013-10-29 12:51:56 UTC (rev 112677)
+++ trunk/dports/python/py-sqlalchemy/Portfile 2013-10-29 13:02:04 UTC (rev 112678)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-sqlalchemy
-version 0.8.2
+version 0.8.3
revision 0
categories-append databases
platforms darwin
@@ -20,12 +20,12 @@
the full power and flexibility of SQL.
homepage http://www.sqlalchemy.org/
-master_sites sourceforge:sqlalchemy
+master_sites https://pypi.python.org/packages/source/S/SQLAlchemy/
distname SQLAlchemy-${version}
-checksums rmd160 ed201164623f35bfa2a45c840273b06be9eeec87 \
- sha256 fb0814b1198331164d1b12c37c0cced3c84350a4279f9ef43c613fb2d2fb9d86
+checksums rmd160 12661436f7185b0d035d11c8704ea755693da336 \
+ sha256 80702cd95ade2d31d018e27accd4a75afb5b82e1b77b206c4ea463378c08197b
python.versions 24 25 26 27 31 32 33
@@ -33,7 +33,6 @@
version 0.7.10
revision 0
epoch 1
- master_sites https://pypi.python.org/packages/source/S/SQLAlchemy/
distname SQLAlchemy-${version}
checksums rmd160 561ae29cafb1e0a76fc2d86210d756ab8a5e401b \
sha256 77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66
@@ -66,7 +65,7 @@
livecheck.type none
} else {
- livecheck.regex {<a href="/download\.html"><b>(.+?)</b></a>}
livecheck.type regex
- livecheck.url ${homepage}
+ livecheck.url ${master_sites}
+ livecheck.regex {SQLAlchemy-(\d+(?:\.\d+)*)\.[tz]}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131029/5b5d9aa7/attachment.html>
More information about the macports-changes
mailing list