diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:20 +0100 |
commit | c21ce118133b3106f8396c0177b73373987f2e71 (patch) | |
tree | 9e843d64702161bc680fa278c2f8ab20a20d8cfe /dev-vcs | |
parent | dev-util/ydiff: Use pypi.eclass (diff) | |
download | gentoo-c21ce118133b3106f8396c0177b73373987f2e71.tar.gz gentoo-c21ce118133b3106f8396c0177b73373987f2e71.tar.bz2 gentoo-c21ce118133b3106f8396c0177b73373987f2e71.zip |
dev-vcs/svneverever: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/svneverever/svneverever-1.7.1-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-vcs/svneverever/svneverever-1.7.1-r3.ebuild b/dev-vcs/svneverever/svneverever-1.7.1-r3.ebuild index 70e770f4a84e..62fe17c2b3c0 100644 --- a/dev-vcs/svneverever/svneverever-1.7.1-r3.ebuild +++ b/dev-vcs/svneverever/svneverever-1.7.1-r3.ebuild @@ -6,11 +6,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Tool collecting path entries across SVN history" HOMEPAGE="https://github.com/hartwork/svneverever" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" |