python-sqlalchemy: update to 0.9.2
This commit is contained in:
parent
3ad1492f74
commit
7e386300a5
@ -1,25 +1,20 @@
|
|||||||
# Template file for 'python-sqlalchemy-migrate'
|
# Template file for 'python-sqlalchemy-migrate'
|
||||||
pkgname=python-sqlalchemy-migrate
|
pkgname=python-sqlalchemy-migrate
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools python-pbr python3.4-pbr"
|
||||||
makedepends="
|
makedepends="python-pbr python3.4-pbr"
|
||||||
python-pbr python3.4-pbr python-SQLAlchemy python3.4-SQLAlchemy
|
depends="python-pbr python-SQLAlchemy python-decorator python-six python-sqlparse python-tempita"
|
||||||
python-decorator python3.4-decorator python-six python3.4-six
|
|
||||||
python-tempita python3.4-tempita"
|
|
||||||
depends="python python-SQLAlchemy python-decorator python-six python-tempita"
|
|
||||||
replaces="sqlalchemy-migrate>=0"
|
|
||||||
pycompile_module="migrate"
|
pycompile_module="migrate"
|
||||||
short_desc="Database schema migration for SQLAlchemy (Python2)"
|
short_desc="Database schema migration for SQLAlchemy (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/stackforge/sqlalchemy-migrate"
|
homepage="https://github.com/stackforge/sqlalchemy-migrate"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sqlalchemy-migrate/sqlalchemy-migrate-${version}.tar.gz"
|
||||||
checksum=16e327c9642ca4c99a70dcac3b39aeb821edaf5214834b47fb0a89bac44af23b
|
checksum=578fa857615f05f9c73f024147c75019535d3d276ca46f5ec84cc0d606820893
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cp -a ${wrksrc} /tmp/python2.7-build
|
cp -a ${wrksrc} /tmp/python2.7-build
|
||||||
@ -55,7 +50,8 @@ post_install() {
|
|||||||
|
|
||||||
python3.4-sqlalchemy-migrate_package() {
|
python3.4-sqlalchemy-migrate_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python python3.4-SQLAlchemy python3.4-decorator python3.4-six python3.4-tempita"
|
depends="python3.4-pbr python3.4-SQLAlchemy python3.4-decorator python3.4-six
|
||||||
|
python3.4-sqlparse python3.4-tempita"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="migrate"
|
pycompile_module="migrate"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user