diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:48:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:09:06 +0100 |
commit | c04a37a72163c2c39227461398f452c1601c85b8 (patch) | |
tree | a27c472932e4ee11e0f2d06942fde3842f61a22c /dev-python/txaio | |
parent | dev-python/trustme: Use pypi.eclass (diff) | |
download | gentoo-c04a37a72163c2c39227461398f452c1601c85b8.tar.gz gentoo-c04a37a72163c2c39227461398f452c1601c85b8.tar.bz2 gentoo-c04a37a72163c2c39227461398f452c1601c85b8.zip |
dev-python/txaio: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/txaio')
-rw-r--r-- | dev-python/txaio/txaio-23.1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/txaio/txaio-23.1.1.ebuild b/dev-python/txaio/txaio-23.1.1.ebuild index a2b74a4f3bfd..2e1c60c53fa9 100644 --- a/dev-python/txaio/txaio-23.1.1.ebuild +++ b/dev-python/txaio/txaio-23.1.1.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 optfeature +inherit distutils-r1 optfeature pypi 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" |