aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-sqlalchemy7
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-03-19 11:27:05 +0200
committerAndy Postnikov <apostnikov@gmail.com>2019-03-19 13:55:43 +0200
commit6763283f165c825a8817c3729d7557f78cfbf851 (patch)
tree28d4cab04ecc6cde1b3c597eb51b5e12faf19f10 /testing/py-sqlalchemy7
parent3eb75096a2f71ef66c57e4c9f129d7e089afbf46 (diff)
downloadaports-6763283f165c825a8817c3729d7557f78cfbf851.tar.bz2
aports-6763283f165c825a8817c3729d7557f78cfbf851.tar.xz
testing/py-sqlalchemy7: remove duplicate aport
Diffstat (limited to 'testing/py-sqlalchemy7')
-rw-r--r--testing/py-sqlalchemy7/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-sqlalchemy7/APKBUILD b/testing/py-sqlalchemy7/APKBUILD
deleted file mode 100644
index 2e60425196..0000000000
--- a/testing/py-sqlalchemy7/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer: William Pitcock <nenolod@dereferenced.org>
-pkgname=py-sqlalchemy7
-_pkgname=SQLAlchemy
-pkgver=0.7.10
-pkgrel=0
-pkgdesc="object relational mapper for python"
-url="http://pypi.python.org/pypi/SQLAlchemy"
-arch="all"
-license="MIT"
-depends=""
-depends_dev=""
-makedepends="python2-dev py-setuptools"
-install=""
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$_pkgname-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="ecc0cd1cd906d17818a5f08fe13ae19e SQLAlchemy-0.7.10.tar.gz"
-sha256sums="77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 SQLAlchemy-0.7.10.tar.gz"
-sha512sums="631bc4ffb419defa531a66d82449fe48f93c88371ba0b8ab4217d900a0d1d90efe9699d8a9048d5c2ed33948c6d2f7cae46452ee45d442914018f3361e804367 SQLAlchemy-0.7.10.tar.gz"