[141534] trunk/dports/python/py-alembic/Portfile
stromnov at macports.org
stromnov at macports.org
Sat Dec 12 01:56:19 PST 2015
Revision: 141534
https://trac.macports.org/changeset/141534
Author: stromnov at macports.org
Date: 2015-10-20 04:14:09 -0700 (Tue, 20 Oct 2015)
Log Message:
-----------
py-alembic: update to version 0.8.3
Modified Paths:
--------------
trunk/dports/python/py-alembic/Portfile
Modified: trunk/dports/python/py-alembic/Portfile
===================================================================
--- trunk/dports/python/py-alembic/Portfile 2015-10-20 11:12:08 UTC (rev 141533)
+++ trunk/dports/python/py-alembic/Portfile 2015-10-20 11:14:09 UTC (rev 141534)
@@ -5,14 +5,14 @@
PortGroup python 1.0
name py-alembic
-version 0.8.2
+version 0.8.3
revision 0
categories-append databases
platforms darwin
license MIT
supported_archs noarch
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
@@ -20,12 +20,12 @@
long_description ${description}
homepage http://bitbucket.org/zzzeek/alembic
-master_sites https://pypi.python.org/packages/source/a/alembic/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname alembic-${version}
+distname ${python.rootname}-${version}
-checksums rmd160 c8d812ee5b6eb5d7e7838aef710cb5bb82dc72f0 \
- sha256 a69d65a766801c40e921ca24ae358bf081a990f54b867bbdc3e2a73e975550be
+checksums rmd160 0e3ee268d089cb59f9fdb5201cec43cc36ac6848 \
+ sha256 eeac36589c1bf393e2040de01514a0d101ef17039957300209b0b44f3ddffce9
if {${name} ne ${subport}} {
depends_build-append \
@@ -36,7 +36,5 @@
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/alembic/json
- livecheck.regex {alembic-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2d19c44b/attachment.html>
More information about the macports-changes
mailing list