aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flask-ldap/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-08 16:36:31 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 16:36:31 -0300
commit8cef5551c20a68d438dae6e483d99a1a9b7c46ae (patch)
tree8a9828a710e5da6fe60e05ff9bf64dfe74d6aae8 /testing/py-flask-ldap/APKBUILD
parentcaef2868b902c8188e73e7e328a2f148848ec193 (diff)
downloadaports-8cef5551c20a68d438dae6e483d99a1a9b7c46ae.tar.bz2
aports-8cef5551c20a68d438dae6e483d99a1a9b7c46ae.tar.xz
testing/py-flask-ldap: remove
- Python2 only - No development
Diffstat (limited to 'testing/py-flask-ldap/APKBUILD')
-rw-r--r--testing/py-flask-ldap/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-flask-ldap/APKBUILD b/testing/py-flask-ldap/APKBUILD
deleted file mode 100644
index b630d3d268..0000000000
--- a/testing/py-flask-ldap/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-flask-ldap
-_pkgname=Flask-LDAP
-pkgver=0.1.4
-pkgrel=0
-pkgdesc="Flask LDAP extension"
-url="https://pypi.python.org/pypi/Flask-LDAP"
-arch="noarch"
-license="BSD"
-depends="python2 py-flask"
-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="bea01b58c63b5600e3487870bf193445 Flask-LDAP-0.1.4.tar.gz"
-sha256sums="37a94a0cdcc3ae653aee31ea09dc226dd7c6127a8ae6f7a8c9d7e61af73c65c8 Flask-LDAP-0.1.4.tar.gz"
-sha512sums="74dfb65ec199656f5f8a33eaa6bd5c6540a384e8fb7aefea6c26a411a088cb99e897dae06d91f38f0c244072986a7d575a9e1f23a14026191d768471aa6e540c Flask-LDAP-0.1.4.tar.gz"