aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-pysqlite
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2017-09-30 19:48:37 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-10-01 07:42:55 +0000
commit77fb66e184158b6e1e58101ee94c7d001b4da81f (patch)
tree420a4417f0a806a19911452b59f961325edb9435 /community/py-pysqlite
parent9ebc61f39a4abb7dfff3562e0dad786116d17978 (diff)
downloadaports-77fb66e184158b6e1e58101ee94c7d001b4da81f.tar.bz2
aports-77fb66e184158b6e1e58101ee94c7d001b4da81f.tar.xz
community/py-pysqlite: Remove blank lines
Diffstat (limited to 'community/py-pysqlite')
-rw-r--r--community/py-pysqlite/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/community/py-pysqlite/APKBUILD b/community/py-pysqlite/APKBUILD
index 5244917577..73dc24efa2 100644
--- a/community/py-pysqlite/APKBUILD
+++ b/community/py-pysqlite/APKBUILD
@@ -1,10 +1,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
-
pkgname=py-pysqlite
_pkgname=pysqlite
pkgver=2.8.3
-pkgrel=0
+pkgrel=1
pkgdesc="Python DB-API 2.0 interface for the SQLite"
url="https://pypi.python.org/pypi/pysqlite"
arch="all"
@@ -12,13 +11,11 @@ license="MIT"
subpackages="py2-${pkgname/py-/}:_py2"
makedepends="python2-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"
- python2 setup.py build || return 1
+ python2 setup.py build
}
package() {
@@ -39,6 +36,4 @@ _py2() {
replaces="$pkgname"
}
-md5sums="033f17b8644577715aee55e8832ac9fc pysqlite-2.8.3.tar.gz"
-sha256sums="17d3335863e8cf8392eea71add33dab3f96d060666fe68ab7382469d307f4490 pysqlite-2.8.3.tar.gz"
sha512sums="9bf378b47fe020b378a9bd749b2b27cefcf8018fbe715cca54004b36092d2202ed0bb7d8fb8bc9820ce16918e01cea8bd1f032c640d1c461bd99cdf2632b8e3e pysqlite-2.8.3.tar.gz"