pysqlite: renamed to python-sqlite; revbump pkgs that need it.
This commit is contained in:
parent
b6597974eb
commit
42349987a2
3 changed files with 12 additions and 10 deletions
20
srcpkgs/python-sqlite/template
Normal file
20
srcpkgs/python-sqlite/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python-sqlite'
|
||||
pkgname=python-sqlite
|
||||
version=2.6.3
|
||||
revision=1
|
||||
wrksrc="pysqlite-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="sqlite-devel ${hostmakedepends}"
|
||||
pycompile_module="pysqlite2"
|
||||
replaces="pysqlite>=0"
|
||||
short_desc="Python2 DB-API 2.0 interface for SQLite databases"
|
||||
homepage="https://code.google.com/p/pysqlite/"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="https://pypi.python.org/packages/source/p/pysqlite/pysqlite-${version}.tar.gz"
|
||||
checksum=fe9c35216bf56c858b34c4b4c8be7e34566ddef29670e5a5b43f9cb8ecfbb28d
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/usr/pysqlite*
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue