void-packages/srcpkgs/python-sqlalchemy/template

22 lines
628 B
Plaintext
Raw Normal View History

2012-06-28 12:21:14 +02:00
# Template file for 'python-sqlalchemy"
pkgname=python-sqlalchemy
2013-12-12 13:36:39 +01:00
version=0.8.4
revision=1
2012-06-28 12:21:14 +02:00
wrksrc="SQLAlchemy-${version}"
build_style=python-module
hostmakedepends="python-devel"
2012-06-28 12:21:14 +02:00
makedepends="python-devel"
short_desc="The Python SQL Toolkit and Object Relational Mapper"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.sqlalchemy.org/"
license="MIT"
2013-12-12 13:36:39 +01:00
distfiles="https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
checksum=92646ef7567d85d42ad7abf4ccc4327d664d32d4e9e4fd8a241f865c639a98c0
python-sqlalchemy_package() {
pycompile_module="sqlalchemy"
pkg_install() {
2013-12-12 13:36:39 +01:00
vmove all
}
}