Files
void-packages/srcpkgs/python-SQLAlchemy/template
maxice8 f733922bcc python-SQLAlchemy: update to 1.2.0.
Closes: #10265 [via git-merge-pr]
2017-12-31 16:08:17 +01:00

29 lines
793 B
Bash

# Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy
version=1.2.0
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-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=7dda3e0b1b12215e3bb05368d1abbf7d747112a43738e0a4e6deb466b83fd88e
post_install() {
vlicense LICENSE
}
python3-SQLAlchemy_package() {
pycompile_module="sqlalchemy"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}