python-Flask-Babel: update to 1.0.0.
This commit is contained in:
parent
3ca5d1ca2a
commit
fa444e51fb
1 changed files with 3 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-Flask-Babel'
|
# Template file for 'python-Flask-Babel'
|
||||||
pkgname=python-Flask-Babel
|
pkgname=python-Flask-Babel
|
||||||
version=0.12.2
|
version=1.0.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="flask_babel"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-Babel python-Jinja2 python-Flask"
|
depends="python-setuptools python-Babel python-Jinja2 python-Flask"
|
||||||
short_desc="Python2 i18n and l10n support for Flask based on Babel and pytz"
|
short_desc="Python2 i18n and l10n support for Flask based on Babel and pytz"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://pythonhosted.org/Flask-Babel/"
|
homepage="https://pythonhosted.org/Flask-Babel/"
|
||||||
distfiles="${PYPI_SITE}/F/Flask-Babel/Flask-Babel-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/F/Flask-Babel/Flask-Babel-${version}.tar.gz"
|
||||||
checksum=316ad183e42003f3922957fa643d0a1e8e34a0f0301a88c3a8f605bc37ba5c86
|
checksum=d6a70468f9a8919d59fba2a291a003da3a05ff884275dddbd965f3b98b09ab3e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -21,7 +20,6 @@ post_install() {
|
||||||
|
|
||||||
python3-Flask-Babel_package() {
|
python3-Flask-Babel_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="flask_babel"
|
|
||||||
depends="python3-setuptools python3-Jinja2 python3-Babel python3-Flask"
|
depends="python3-setuptools python3-Jinja2 python3-Babel python3-Flask"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
@ -29,4 +27,3 @@ python3-Flask-Babel_package() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue