summaryrefslogtreecommitdiff
path: root/dev-python/txaio
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-python/txaio
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-python/txaio')
-rw-r--r--dev-python/txaio/Manifest4
-rw-r--r--dev-python/txaio/txaio-20.12.1.ebuild32
-rw-r--r--dev-python/txaio/txaio-21.2.1.ebuild2
3 files changed, 2 insertions, 36 deletions
diff --git a/dev-python/txaio/Manifest b/dev-python/txaio/Manifest
index 4ec7e80087a3..127d1013e87f 100644
--- a/dev-python/txaio/Manifest
+++ b/dev-python/txaio/Manifest
@@ -1,5 +1,3 @@
-DIST txaio-20.12.1.tar.gz 53200 BLAKE2B 0bbcf8a64fec668c2cf128a390779ca81033d0f43f02a341c46fc392254ff011df13a1456757e86dc5c4c15f18468698f4da85cc830fb2e52e4e620f7a8767ee SHA512 efde6115b8eccba94dce736fffe49f280ff49e9738f3299578cf41641c3b6f1deb5b1c0f0c8c6fbf85c8d8adbdc2d3f67aa256335d63a5977ac0bfacc98f909c
DIST txaio-21.2.1.tar.gz 53383 BLAKE2B ff245c7e303a88e0e0f71bfa99ec5cfa2e6ec026e43e9477beb711cc753d73d4f49079727f9f86499779819fda74747edee00ebe22c0ac59c764c1403b983960 SHA512 762875b9c10304dab31dd54f7830f56b0cc26dd6e7a98c8faf57891a2810e36f53004833f872f0f51bad61cb62be033cfc228c99fd6aff60cd4dd2ae2f2e5c37
-EBUILD txaio-20.12.1.ebuild 862 BLAKE2B 79cb697e1d575f90ef6743273fe17cd3c40a7d038321e13f31e068404e9fb627d47e57fbfac403509dd2a8729e15f65a29bee9f4adc2918e9508332d65c0ac71 SHA512 fc83f15d64dec93448cd497e90617acdf0977039dacde7bd0b47b0ed0d099f01498cc72cd5984d317803554303cfa02fcb0eb738da8c0776790f93a3e8bd8ff5
-EBUILD txaio-21.2.1.ebuild 866 BLAKE2B d597817e162900c28149f5a2588ee93941cca0ac4d6c2a3da93046f0b183332c478bcbd80f972d5c5de6cd440ca41ab10358a2bccf6b8a452a8b6692e50076c2 SHA512 8a1576541d30e66f0535e14cf61bf526d858a0dffcc728fbc63e365633781cb1feeb7e472e83124e62ecde25db63e1036dfadd0ae6fad985f6b4518d0ce00b12
+EBUILD txaio-21.2.1.ebuild 862 BLAKE2B 79cb697e1d575f90ef6743273fe17cd3c40a7d038321e13f31e068404e9fb627d47e57fbfac403509dd2a8729e15f65a29bee9f4adc2918e9508332d65c0ac71 SHA512 fc83f15d64dec93448cd497e90617acdf0977039dacde7bd0b47b0ed0d099f01498cc72cd5984d317803554303cfa02fcb0eb738da8c0776790f93a3e8bd8ff5
MISC metadata.xml 617 BLAKE2B a846ad814e7b2107ba9a865cfe98e0ba500b11b2a35dc04efb8f141e7c9abbeedcbbb98df1faaccc7675f0b9076b1294efff20cad07ee6f2b36ef2487a38594a SHA512 2460cee3a6f12587021f87733107903295d1b357d19467df2a2510700a1b0f11d16b6a8e63065692c1ff4ac5c3738a5d75f17f10b6c769d022a7f9d437c040b7
diff --git a/dev-python/txaio/txaio-20.12.1.ebuild b/dev-python/txaio/txaio-20.12.1.ebuild
deleted file mode 100644
index 0ae1647e9e78..000000000000
--- a/dev-python/txaio/txaio-20.12.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-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
-
-src_prepare() {
- default_src_prepare
- # Take out failing tests known to pass when run manually
- # we certainly don't need to test "python setup.py sdist" here
- rm "${S}/test/test_packaging.py" || die
-}
diff --git a/dev-python/txaio/txaio-21.2.1.ebuild b/dev-python/txaio/txaio-21.2.1.ebuild
index d4a805dd4f33..0ae1647e9e78 100644
--- a/dev-python/txaio/txaio-21.2.1.ebuild
+++ b/dev-python/txaio/txaio-21.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
BDEPEND="
test? (