diff options
author | Sam James <sam@gentoo.org> | 2023-02-22 07:43:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-22 07:43:27 +0000 |
commit | a0aa49a20a1fd62524259486a20e38da8b0e3c83 (patch) | |
tree | 8062c3c60ef9939aefad548b643dc6e0baf3776c /net-libs/stem | |
parent | dev-python/sphinx-prompt: lift sphinx restriction in requirements (diff) | |
download | gentoo-a0aa49a20a1fd62524259486a20e38da8b0e3c83.tar.gz gentoo-a0aa49a20a1fd62524259486a20e38da8b0e3c83.tar.bz2 gentoo-a0aa49a20a1fd62524259486a20e38da8b0e3c83.zip |
net-libs/stem: use pypi.eclass
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/stem')
-rw-r--r-- | net-libs/stem/stem-1.8.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/stem/stem-1.8.1.ebuild b/net-libs/stem/stem-1.8.1.ebuild index b3e1e5761b0d..6cd30508aeaa 100644 --- a/net-libs/stem/stem-1.8.1.ebuild +++ b/net-libs/stem/stem-1.8.1.ebuild @@ -6,11 +6,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} pypy3 ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Stem is a Python controller library for Tor" HOMEPAGE="https://stem.torproject.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" |