diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:48:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:08:55 +0100 |
commit | 53005c15f83d4fc8597a03ac906a32269ebdcfca (patch) | |
tree | 89af801c3917e7cccad42e3904e89dbf5fe677fd /dev-python/tblib | |
parent | dev-python/structlog: Use pypi.eclass (diff) | |
download | gentoo-53005c15f83d4fc8597a03ac906a32269ebdcfca.tar.gz gentoo-53005c15f83d4fc8597a03ac906a32269ebdcfca.tar.bz2 gentoo-53005c15f83d4fc8597a03ac906a32269ebdcfca.zip |
dev-python/tblib: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tblib')
-rw-r--r-- | dev-python/tblib/tblib-1.7.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/tblib/tblib-1.7.0-r1.ebuild b/dev-python/tblib/tblib-1.7.0-r1.ebuild index c4c4b9e13f90..fb8ab727cfa5 100644 --- a/dev-python/tblib/tblib-1.7.0-r1.ebuild +++ b/dev-python/tblib/tblib-1.7.0-r1.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Traceback fiddling library for Python" HOMEPAGE=" https://github.com/ionelmc/python-tblib/ https://pypi.org/project/tblib/ " -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |