diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 18:11:56 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-15 18:11:56 +0300 |
commit | 8d479f557ee916cbbd78f49e2e8e4b8903ba358f (patch) | |
tree | 66c5874af4a56fd9427994465579fb7b2b2b2810 /dev-python/txaio | |
parent | dev-python/terminado: Stabilize 0.13.3 ALLARCHES, #838535 (diff) | |
download | gentoo-8d479f557ee916cbbd78f49e2e8e4b8903ba358f.tar.gz gentoo-8d479f557ee916cbbd78f49e2e8e4b8903ba358f.tar.bz2 gentoo-8d479f557ee916cbbd78f49e2e8e4b8903ba358f.zip |
dev-python/txaio: drop 21.2.1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/txaio')
-rw-r--r-- | dev-python/txaio/Manifest | 1 | ||||
-rw-r--r-- | dev-python/txaio/txaio-21.2.1.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/txaio/Manifest b/dev-python/txaio/Manifest index e5f2a880c796..1b6fde8f7c16 100644 --- a/dev-python/txaio/Manifest +++ b/dev-python/txaio/Manifest @@ -1,2 +1 @@ -DIST txaio-21.2.1.tar.gz 53383 BLAKE2B ff245c7e303a88e0e0f71bfa99ec5cfa2e6ec026e43e9477beb711cc753d73d4f49079727f9f86499779819fda74747edee00ebe22c0ac59c764c1403b983960 SHA512 762875b9c10304dab31dd54f7830f56b0cc26dd6e7a98c8faf57891a2810e36f53004833f872f0f51bad61cb62be033cfc228c99fd6aff60cd4dd2ae2f2e5c37 DIST txaio-22.2.1.tar.gz 53645 BLAKE2B 375203ddbe65d293ba0bf85e316880d552f47cbc9008bd41e50976ee097940c626ec66ad25e0b5322493f71f77141d03f543ce9c9d83268a1a896b16f434ccaa SHA512 b5e33ba671ab215dadf4c348b01e9d5057d080c21707d31e38912fe596aabd7b388e8c5e0f2dd2b7d0d09fe0a175a0906e2a2ee428c1a943e786afa79182631e diff --git a/dev-python/txaio/txaio-21.2.1.ebuild b/dev-python/txaio/txaio-21.2.1.ebuild deleted file mode 100644 index edb1de4360cf..000000000000 --- a/dev-python/txaio/txaio-21.2.1.ebuild +++ /dev/null @@ -1,35 +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 optfeature - -DESCRIPTION="Compatibility API between asyncio/Twisted/Trollius" -HOMEPAGE="https://github.com/crossbario/txaio https://pypi.org/project/txaio/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux" - -BDEPEND=" - test? ( - >=dev-python/mock-1.3.0[${PYTHON_USEDEP}] - ) -" -distutils_enable_sphinx docs \ - '>=dev-python/sphinxcontrib-spelling-2.1.2' \ - '>=dev-python/sphinx_rtd_theme-0.1.9' -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # Take out failing tests known to pass when run manually - # we certainly don't need to test "python setup.py sdist" here - test/test_packaging.py -) - -pkg_postinst() { - optfeature "Twisted support" "dev-python/twisted dev-python/zope-interface" -} |