32 lines
922 B
Plaintext
32 lines
922 B
Plaintext
|
# Template file for 'python-SQLAlchemy'
|
||
|
pkgname=python-SQLAlchemy
|
||
|
version=0.9.7
|
||
|
revision=1
|
||
|
wrksrc="${pkgname#*-}-${version}"
|
||
|
build_style=python-module
|
||
|
python_versions="2.7 3.4"
|
||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||
|
makedepends="python-devel python3.4-devel"
|
||
|
replaces="python-sqlalchemy>=0"
|
||
|
pycompile_module="sqlalchemy"
|
||
|
short_desc="SQL Toolkit and Object Relational Mapper for Python2"
|
||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||
|
homepage="http://www.sqlalchemy.org/"
|
||
|
license="MIT"
|
||
|
distfiles="https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
|
||
|
checksum=5fff261d0cff21c39913f9d30682659a52bfa2875699b2b7d908d0225df42a15
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|
||
|
|
||
|
python3.4-SQLAlchemy_package() {
|
||
|
pycompile_version="3.4"
|
||
|
pycompile_module="sqlalchemy"
|
||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||
|
pkg_install() {
|
||
|
vmove usr/lib/python3.4
|
||
|
vlicense ${wrksrc}/LICENSE
|
||
|
}
|
||
|
}
|