diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 15:54:22 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 15:54:22 -0300 |
commit | f33fe94ef160955b47d2910ec77dede9cc878119 (patch) | |
tree | 64cb6a47b1a3334a5172516db7859fe1aa4c4a90 /testing | |
parent | c7f6a74bc8b717de4ff76ec7ff36babab9048037 (diff) | |
download | aports-f33fe94ef160955b47d2910ec77dede9cc878119.tar.bz2 aports-f33fe94ef160955b47d2910ec77dede9cc878119.tar.xz |
testing/py-flask-mitten: remove
- Python2 only
- Requires unpackaged 'flask-csrf' and 'Flask-KVSession'
- Last commit 7 years ago
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-flask-mitten/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-flask-mitten/APKBUILD b/testing/py-flask-mitten/APKBUILD deleted file mode 100644 index ed5eab8241..0000000000 --- a/testing/py-flask-mitten/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-flask-mitten -_pkgname=Flask-Mitten -pkgver=0.2.1 -pkgrel=0 -pkgdesc="Flask security functions" -url="https://pypi.python.org/pypi/Flask-Mitten" -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.zip" - -_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="1ac8311a863b560d441c8e423f05166f Flask-Mitten-0.2.1.zip" -sha256sums="1fed723371796abb9c0678d1566fde643b3c180cc86ca598949566ab72c09892 Flask-Mitten-0.2.1.zip" -sha512sums="160fea3ebd2bb84e9910fbfff50148c2890ea9ca904b887ec5bb8412614f46af47c0dc473f614c37df04172e1a72fe718aafa6debbc795b76c1ab6727721ced0 Flask-Mitten-0.2.1.zip" |