void-packages/srcpkgs/python-SQLAlchemy/template
2015-06-28 23:32:06 +02:00

31 lines
853 B
Bash

# Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy
version=1.0.6
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"
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="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
checksum=99a8a54bec4988f704c54ee9f769aa196db43a5ef7ed655b78a80a129c9c65f3
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 LICENSE
}
}