Modified: trunk/dports/python/py-sqlalchemy-migrate/Portfile (144163 => 144164)
--- trunk/dports/python/py-sqlalchemy-migrate/Portfile 2016-01-03 19:58:12 UTC (rev 144163)
+++ trunk/dports/python/py-sqlalchemy-migrate/Portfile 2016-01-03 19:59:43 UTC (rev 144164)
@@ -5,13 +5,19 @@
PortGroup python 1.0
name py-sqlalchemy-migrate
-version 0.7.2
+version 0.10.0
+revision 0
+categories-append devel database
platforms darwin
+license MIT
supported_archs noarch
-license MIT
+
+python.versions 27
+
maintainers stromnov openmaintainer
description Database schema migration for SQLAlchemy
+
long_description Inspired by Ruby on Rails' migrations, SQLAlchemy \
Migrate provides a way to deal with database \
schema changes in SQLAlchemy projects. SQLAlchemy \
@@ -19,18 +25,25 @@
changeset handling. It provides a database change \
repository mechanism which can be used from the \
command line as well as from inside python code.
+
homepage http://sqlalchemy-migrate.googlecode.com/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-master_sites http://pypi.python.org/packages/source/s/sqlalchemy-migrate/
-distname sqlalchemy-migrate-${version}
-checksums md5 10382fda16f056491e671b5307dd6713 \
- sha1 d88f0159e3f58fed8c50ba83f0b19559b0524cb5 \
- rmd160 e4c596b590e543081f78feab54599024b5b9b3e8
+distname ${python.rootname}-${version}
-python.versions 27
+checksums rmd160 50d6031dc7f5210e4f813123214c6454e921c7c7 \
+ sha256 f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools \
+ port:py${python.version}-pbr \
port:py${python.version}-tempita \
- port:py${python.version}-decorator
+ port:py${python.version}-decorator \
+ port:py${python.version}-six \
+ port:py${python.version}-sqlalchemy \
+ port:py${python.version}-sqlparse
+
+ livecheck.type none
+} else {
+ livecheck.type pypi
}