2014-06-19 13:57:01 +00:00
|
|
|
# Template file for 'python-sqlite'
|
|
|
|
pkgname=python-sqlite
|
2014-02-17 16:22:51 +00:00
|
|
|
version=2.6.3
|
|
|
|
revision=1
|
2014-06-19 13:57:01 +00:00
|
|
|
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"
|
2014-06-19 13:57:01 +00:00
|
|
|
makedepends="sqlite-devel ${hostmakedepends}"
|
2014-01-01 15:10:11 +00:00
|
|
|
pycompile_module="pysqlite2"
|
2014-06-19 13:57:01 +00:00
|
|
|
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
|
|
|
|
2013-04-14 09:13:30 +00:00
|
|
|
post_install() {
|
2010-11-27 22:13:46 +00:00
|
|
|
rm -r ${DESTDIR}/usr/pysqlite*
|
|
|
|
}
|