void-packages/srcpkgs/python-sqlite/template

21 lines
648 B
Text
Raw Normal View History

# Template file for 'python-sqlite'
pkgname=python-sqlite
2014-02-17 16:22:51 +00:00
version=2.6.3
revision=1
wrksrc="pysqlite-${version}"
2010-11-27 22:13:46 +00:00
build_style=python-module
2014-02-17 16:22:51 +00:00
hostmakedepends="python-devel"
makedepends="sqlite-devel ${hostmakedepends}"
pycompile_module="pysqlite2"
replaces="pysqlite>=0"
short_desc="Python2 DB-API 2.0 interface for SQLite databases"
2013-03-31 07:51:45 +00:00
homepage="https://code.google.com/p/pysqlite/"
license="MIT"
2010-11-27 22:13:46 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
2014-02-17 16:22:51 +00:00
distfiles="https://pypi.python.org/packages/source/p/pysqlite/pysqlite-${version}.tar.gz"
checksum=fe9c35216bf56c858b34c4b4c8be7e34566ddef29670e5a5b43f9cb8ecfbb28d
2010-11-27 22:13:46 +00:00
post_install() {
2010-11-27 22:13:46 +00:00
rm -r ${DESTDIR}/usr/pysqlite*
}