void-packages/srcpkgs/python-SQLAlchemy/template
2018-08-28 20:36:14 +02:00

29 lines
795 B
Bash

# Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy
version=1.2.11
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="https://www.sqlalchemy.org/"
license="MIT"
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
checksum=ef6569ad403520ee13e180e1bfd6ed71a0254192a934ec1dbd3dbf48f4aa9524
post_install() {
vlicense LICENSE
}
python3-SQLAlchemy_package() {
pycompile_module="sqlalchemy"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}