void-packages/srcpkgs/python-SQLAlchemy/template
2019-12-23 18:04:41 +01:00

28 lines
791 B
Bash

# Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy
version=1.3.10
revision=2
wrksrc="SQLAlchemy-${version}"
build_style=python-module
pycompile_module="sqlalchemy"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
short_desc="SQL Toolkit and Object Relational Mapper for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"
homepage="https://www.sqlalchemy.org"
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
checksum=0f0768b5db594517e1f5e1572c73d14cf295140756431270d89496dc13d5e46c
post_install() {
vlicense LICENSE
}
python3-SQLAlchemy_package() {
pycompile_module="sqlalchemy"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}