New package: python-alembic-1.0.2
This commit is contained in:
parent
e4341c1ace
commit
2918bd2e45
2 changed files with 33 additions and 0 deletions
32
srcpkgs/python-alembic/template
Normal file
32
srcpkgs/python-alembic/template
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Template file for 'python-alembic'
|
||||||
|
pkgname=python-alembic
|
||||||
|
version=1.0.2
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="alembic-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="alembic"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python-Mako python-SQLAlchemy python-dateutil python-editor"
|
||||||
|
short_desc="Database migration tool for SQLAlchemy (Python2)"
|
||||||
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://bitbucket.org/zzzeek/alembic"
|
||||||
|
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
||||||
|
checksum=04bcb970ca8659c3607ddd8ffd86cc9d6a99661c9bc590955e8813c66bfa582b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-alembic_package() {
|
||||||
|
noarch=yes
|
||||||
|
pycompile_module="alembic"
|
||||||
|
depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin/*3
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-alembic
Symbolic link
1
srcpkgs/python3-alembic
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-alembic
|
Loading…
Add table
Add a link
Reference in a new issue