aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-08 16:31:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 16:31:59 -0300
commitcaef2868b902c8188e73e7e328a2f148848ec193 (patch)
tree27c169f314a3fb5670792a76c937e26077d0bb30
parentab42c3b93aa0f1db4e488f82ece0b32e2e7774e1 (diff)
downloadaports-caef2868b902c8188e73e7e328a2f148848ec193.tar.bz2
aports-caef2868b902c8188e73e7e328a2f148848ec193.tar.xz
testing/py-flask-auth: remove
- Upstream recommends using py3-flask-login instead
-rw-r--r--testing/py-flask-auth/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-flask-auth/APKBUILD b/testing/py-flask-auth/APKBUILD
deleted file mode 100644
index 270876aca6..0000000000
--- a/testing/py-flask-auth/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-flask-auth
-_pkgname=Flask-Auth
-pkgver=0.85
-pkgrel=0
-pkgdesc="Flask auth"
-url="https://pypi.python.org/pypi/Flask-Auth"
-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="92099b3c7ba067890c92ae683105aefd Flask-Auth-0.85.tar.gz"
-sha256sums="a749c1f021a731ba8b40656bf863093840fa8cb4f1d2675571c1073357245285 Flask-Auth-0.85.tar.gz"
-sha512sums="67085b6ffe4f09b1536faf3d656fd066e354919110333319d7355df8bef5aabbc8c5b7aece71d42ae4d579020aa5048341691620412e6508fd993ab89a15c1c5 Flask-Auth-0.85.tar.gz"