diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 15:13:26 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 15:13:26 -0300 |
| commit | b888a550fcc08270bfdf4297adb91c20ce87c00f (patch) | |
| tree | 37b1a6142f877499634661070418eb03fdf39d31 /testing | |
| parent | 1d21856150f51e0c369fc5fb9a6228162674e7f2 (diff) | |
| download | aports-b888a550fcc08270bfdf4297adb91c20ce87c00f.tar.bz2 aports-b888a550fcc08270bfdf4297adb91c20ce87c00f.tar.xz | |
testing/py-flask-enterprise: remove
- Python2 only
- Has unpackaged dependencies
- Has no development (homepage is dead)
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py-flask-enterprise/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-flask-enterprise/APKBUILD b/testing/py-flask-enterprise/APKBUILD deleted file mode 100644 index 331f7afb08..0000000000 --- a/testing/py-flask-enterprise/APKBUILD +++ /dev/null @@ -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" |
