diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-16 21:16:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-16 21:33:41 +0200 |
commit | 1b7703bce21a2918e6d7ce68c29d1177a898f737 (patch) | |
tree | b0cf7926ce9ee25fba84add33adc5a2fc1b8800d /dev-python/flask-compress/flask-compress-1.10.1.ebuild | |
parent | app-misc/jp: Bump to version 0.1.3.3 (diff) | |
download | gentoo-1b7703bce21a2918e6d7ce68c29d1177a898f737.tar.gz gentoo-1b7703bce21a2918e6d7ce68c29d1177a898f737.tar.bz2 gentoo-1b7703bce21a2918e6d7ce68c29d1177a898f737.zip |
dev-python/flask-compress: Bump to 1.10.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-compress/flask-compress-1.10.1.ebuild')
-rw-r--r-- | dev-python/flask-compress/flask-compress-1.10.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/flask-compress/flask-compress-1.10.1.ebuild b/dev-python/flask-compress/flask-compress-1.10.1.ebuild new file mode 100644 index 000000000000..a3ed51356ad1 --- /dev/null +++ b/dev-python/flask-compress/flask-compress-1.10.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +MY_PN="Flask-Compress" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Compress responses in your Flask app with gzip" +HOMEPAGE="https://pypi.org/project/Flask-Compress/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-arch/brotli[python,${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |