diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-19 09:42:28 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-19 09:42:28 +0200 |
| commit | 1d4fafa1330ecce1f508f26e4ca23a69672f32a7 (patch) | |
| tree | be697aa41beefb1debf39d56df27742610693cc3 /testing/py3-flask-babel | |
| parent | 98d7a55d513729747b65be2e6e8c197ff79d9290 (diff) | |
| download | aports-1d4fafa1330ecce1f508f26e4ca23a69672f32a7.tar.bz2 aports-1d4fafa1330ecce1f508f26e4ca23a69672f32a7.tar.xz | |
community/py3-flask-babel: move from testing
Diffstat (limited to 'testing/py3-flask-babel')
| -rw-r--r-- | testing/py3-flask-babel/APKBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py3-flask-babel/APKBUILD b/testing/py3-flask-babel/APKBUILD deleted file mode 100644 index 798a7ec844..0000000000 --- a/testing/py3-flask-babel/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py3-flask-babel -_pkgname=Flask-Babel -pkgver=0.12.2 -pkgrel=3 -pkgdesc="Flask i18n/l10n support" -options="!check" # No testsuite on PYPI tarball, GitHub tarball are outdated -url="https://github.com/python-babel/flask-babel" -arch="noarch" -license="BSD-3-Clause" -depends="python3 py3-flask py3-jinja2 py3-babel" -makedepends="py3-setuptools" -checkdepends="py3-tz" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -replaces="py-flask-babel" # Backwards compatibility -provides="py-flask-babel=$pkgver-r$pkgrel" # Backwards compatibility - -build() { - python3 setup.py build -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="c43bf5cf6c66e3a8a52298f52bd6300cf0b0c53a1f0fb5862b1bcf8a9800ea0e043c9f85125bb9eb5c281a3c0583c63f0f9653792204883a6f82080547b37104 Flask-Babel-0.12.2.tar.gz" |
