mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/py-flask-enterprise: remove
- Python2 only - Has unpackaged dependencies - Has no development (homepage is dead)
This commit is contained in:
parent
1d21856150
commit
b888a550fc
@ -1,41 +0,0 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-flask-enterprise
|
||||
_pkgname=Flask-Enterprise
|
||||
pkgver=1.0
|
||||
pkgrel=0
|
||||
pkgdesc="Flask enterprise capabilities"
|
||||
url="https://pypi.python.org/pypi/Flask-Enterprise"
|
||||
arch="noarch"
|
||||
license="CDDL"
|
||||
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="1d2636ddf33a77321a34ef2f29e5a995 Flask-Enterprise-1.0.tar.gz"
|
||||
sha256sums="58ba67ce015497ca7a361c681a4659aae3bfd440541461feca1e7c3719d1599f Flask-Enterprise-1.0.tar.gz"
|
||||
sha512sums="58800af378dc33e7ca312b21a9a26ee1f2979eeb7f33698d0459486506001dc7527dd70f38fc0e3f3121c9b2fb3c586f0cb72125141f556a8b9e15c6108eb8be Flask-Enterprise-1.0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user