commit:     d1019d9b8f46b531f1c513dc371cf9df560985d7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 22:02:57 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 22:17:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1019d9b

dev-python/txaio: Bump to 20.12.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/txaio/Manifest             |  1 +
 dev-python/txaio/txaio-20.12.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/txaio/Manifest b/dev-python/txaio/Manifest
index da8811ccb0d..5f0e66cd9f5 100644
--- a/dev-python/txaio/Manifest
+++ b/dev-python/txaio/Manifest
@@ -1 +1,2 @@
+DIST txaio-20.12.1.tar.gz 53200 BLAKE2B 
0bbcf8a64fec668c2cf128a390779ca81033d0f43f02a341c46fc392254ff011df13a1456757e86dc5c4c15f18468698f4da85cc830fb2e52e4e620f7a8767ee
 SHA512 
efde6115b8eccba94dce736fffe49f280ff49e9738f3299578cf41641c3b6f1deb5b1c0f0c8c6fbf85c8d8adbdc2d3f67aa256335d63a5977ac0bfacc98f909c
 DIST txaio-20.4.1.tar.gz 52580 BLAKE2B 
28d745eb9e8a0df1ca8748ce455eb122e240505f31464fcc0e66bafcefa8a01a356e44a46d9a5a1b1c670df46ca0c2ea9e66d29436bf2668e5614c5aa8726cee
 SHA512 
da0269d13d72f4ea14f2e67585cdb74ec5105884c31d81157fb85e92d4eb935b1c13eb1222bd5ecd57a8caa36008cf49de85321e7b67e94159330e1d592d42c4

diff --git a/dev-python/txaio/txaio-20.12.1.ebuild 
b/dev-python/txaio/txaio-20.12.1.ebuild
new file mode 100644
index 00000000000..b2b1b45835a
--- /dev/null
+++ b/dev-python/txaio/txaio-20.12.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..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"
+
+distutils_enable_sphinx docs \
+       '>=dev-python/sphinxcontrib-spelling-2.1.2' \
+       '>=dev-python/sphinx_rtd_theme-0.1.9'
+distutils_enable_tests pytest
+
+BDEPEND="
+       test? (
+               >=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
+       )
+"
+
+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
+}

Reply via email to