aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-24 12:10:14 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-24 12:27:34 +0000
commit537cba6faae5e71f27ace230e2fda7d447b69112 (patch)
tree163e3fcfe6d45d3db2d73aad93c4e7c88fda0664 /testing
parent5abb363541d4e0d9e57af29f220cb5ac4a62b5b2 (diff)
downloadaports-537cba6faae5e71f27ace230e2fda7d447b69112.tar.bz2
aports-537cba6faae5e71f27ace230e2fda7d447b69112.tar.xz
community/py-pysqlite: upgrade to 2.8.2, created py2 subpackage
Diffstat (limited to 'testing')
-rw-r--r--testing/py-pysqlite/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py-pysqlite/APKBUILD b/testing/py-pysqlite/APKBUILD
deleted file mode 100644
index 2e64784e17..0000000000
--- a/testing/py-pysqlite/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
-
-pkgname=py-pysqlite
-_pkgname=pysqlite
-pkgver=2.6.3
-pkgrel=0
-pkgdesc='Python DB-API 2.0 interface for the SQLite'
-url='http://code.google.com/p/pysqlite/'
-arch='all'
-license='MIT'
-makedepends="python-dev py-setuptools sqlite-dev"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$_pkgname-$pkgver
-
-build() {
- cd "$_builddir"
- python setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="7ff1cedee74646b50117acff87aa1cfa pysqlite-2.6.3.tar.gz"
-sha256sums="fe9c35216bf56c858b34c4b4c8be7e34566ddef29670e5a5b43f9cb8ecfbb28d pysqlite-2.6.3.tar.gz"
-sha512sums="1b8ce3b5300c1d8568ef59d4967ccd06c5e80ea45c2ffdb9d6744712f12b0b2649ade646f926562bf59b660d6d56bfc478780f22577c96cb758f1de7259570a2 pysqlite-2.6.3.tar.gz"