diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-16 17:55:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-16 17:55:02 +0200 |
commit | da0f685e9fbf53532c24838082d47698ae24995d (patch) | |
tree | 56b68295a9a8328a9cccecb5b139098449b4facd /dev-python/flask-compress | |
parent | dev-python/flask-security: Remove old (diff) | |
download | gentoo-da0f685e9fbf53532c24838082d47698ae24995d.tar.gz gentoo-da0f685e9fbf53532c24838082d47698ae24995d.tar.bz2 gentoo-da0f685e9fbf53532c24838082d47698ae24995d.zip |
dev-python/flask-compress: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-compress')
-rw-r--r-- | dev-python/flask-compress/Manifest | 1 | ||||
-rw-r--r-- | dev-python/flask-compress/flask-compress-1.10.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/flask-compress/Manifest b/dev-python/flask-compress/Manifest index ac87dffd434a..f655e88ca6ec 100644 --- a/dev-python/flask-compress/Manifest +++ b/dev-python/flask-compress/Manifest @@ -1,2 +1 @@ -DIST Flask-Compress-1.10.1.tar.gz 12272 BLAKE2B 857319ea7fabece977429a810706314bc6a7984f2fb4c2ac3ed604fee0494fa60d45ab00a253bf4a3e9394d399f20f23d806744676597b2064bfbbd6f7b11c46 SHA512 fb94aef71f59e38a6058f5ef799c8973d258cf624b1d8bf0a991cac2e4eabb73e2836ce351faa73bc7640720396183212a6dc8d72428b53ceb3473f7b61f0d27 DIST Flask-Compress-1.11.tar.gz 12322 BLAKE2B c8d1096273a977512eabc9fe642a0fe240c21f10b5828db168dfe952ac5858377fd6906fa93dc3bfd8d888bf8bf70f541b1e5789f1de5e2d0f46565c55e0f9df SHA512 dd2ceca37eee968527f2008e9356f0ab89f2df46e6d874eff38b93a2cf326c9d24433f0adc8dfe7a7b72599a33f8d173f330aefcd4eea8650923a0466959d7fb diff --git a/dev-python/flask-compress/flask-compress-1.10.1.ebuild b/dev-python/flask-compress/flask-compress-1.10.1.ebuild deleted file mode 100644 index 37c8c255374a..000000000000 --- a/dev-python/flask-compress/flask-compress-1.10.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 |