aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flask-static
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-08 13:27:08 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 13:27:08 -0300
commit7dc5145d889aa9bcabb4ea7fe0957e9a06a6a6ad (patch)
treea24f3b1ff68574b70e1847077d921dfedafa27ff /testing/py-flask-static
parentb8e6e9ea00ebc88f18b7943ac934a4f15f4a7509 (diff)
downloadaports-7dc5145d889aa9bcabb4ea7fe0957e9a06a6a6ad.tar.bz2
aports-7dc5145d889aa9bcabb4ea7fe0957e9a06a6a6ad.tar.xz
testing/py-flask-static: remove
- Python2 only
Diffstat (limited to 'testing/py-flask-static')
-rw-r--r--testing/py-flask-static/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-flask-static/APKBUILD b/testing/py-flask-static/APKBUILD
deleted file mode 100644
index 8f92a57024..0000000000
--- a/testing/py-flask-static/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-flask-static
-_pkgname=Flask-Static
-pkgver=0.1
-pkgrel=0
-pkgdesc="Flask static page extension"
-url="https://pypi.python.org/pypi/Flask-Static"
-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="cf52c3d4f2595e3c230ed1b99b7028ba Flask-Static-0.1.tar.gz"
-sha256sums="5c512923f7f8b0229f81f50182fb1273892f2ee2cacefde54916e5a09c4d7adf Flask-Static-0.1.tar.gz"
-sha512sums="e5ec3439ba2b320554a31f3a952b05546f370e7cb5eff15a4c984fcfa06520782c35ee4a54c6cd1ed4e8293550db872ce1aa1168458deecfc00d52220d8942c5 Flask-Static-0.1.tar.gz"