diff options
author | 2023-03-15 18:48:25 +0100 | |
---|---|---|
committer | 2023-03-16 05:08:34 +0100 | |
commit | 2b35ebf1b37c5e691c8bf3a5991b642d484cbafe (patch) | |
tree | e375c86e911d01ea62a0abde04584a6dc167d87d /dev-python/serpent/serpent-1.41.ebuild | |
parent | dev-python/semantic_version: Use pypi.eclass (diff) | |
download | gentoo-2b35ebf1b37c5e691c8bf3a5991b642d484cbafe.tar.gz gentoo-2b35ebf1b37c5e691c8bf3a5991b642d484cbafe.tar.bz2 gentoo-2b35ebf1b37c5e691c8bf3a5991b642d484cbafe.zip |
dev-python/serpent: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/serpent/serpent-1.41.ebuild')
-rw-r--r-- | dev-python/serpent/serpent-1.41.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/serpent/serpent-1.41.ebuild b/dev-python/serpent/serpent-1.41.ebuild index a20f5afa34ca..0aee028e1a3e 100644 --- a/dev-python/serpent/serpent-1.41.ebuild +++ b/dev-python/serpent/serpent-1.41.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A simple serialization library based on ast.literal_eval" HOMEPAGE=" https://github.com/irmen/Serpent/ https://pypi.org/project/serpent/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |