diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 13:00:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:28:36 +0100 |
commit | c0ca9ec5554edd34718b3c73d554638b411988a5 (patch) | |
tree | 0a1629e44596bd7a9b2089dd31f8092b95add7fb /dev-vcs/hg-evolve | |
parent | dev-vcs/git-delete-merged-branches: Use pypi.eclass (diff) | |
download | gentoo-c0ca9ec5554edd34718b3c73d554638b411988a5.tar.gz gentoo-c0ca9ec5554edd34718b3c73d554638b411988a5.tar.bz2 gentoo-c0ca9ec5554edd34718b3c73d554638b411988a5.zip |
dev-vcs/hg-evolve: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs/hg-evolve')
-rw-r--r-- | dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild index 83206b9d6801..b9809467a52b 100644 --- a/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild @@ -4,12 +4,12 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="enables the changeset evolution feature of Mercurial" HOMEPAGE="https://www.mercurial-scm.org/doc/evolution/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |