summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:04:12 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:31 +0100
commit0b237f2d84fae2bd47a3e0e1c5723369f897c86e (patch)
tree93d650ce083d88e55e2e84dc91390893f3e7ff58 /www-apps
parentwww-apps/klaus: Use pypi.eclass (diff)
downloadgentoo-0b237f2d84fae2bd47a3e0e1c5723369f897c86e.tar.gz
gentoo-0b237f2d84fae2bd47a3e0e1c5723369f897c86e.tar.bz2
gentoo-0b237f2d84fae2bd47a3e0e1c5723369f897c86e.zip
www-apps/roundup: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/roundup/roundup-2.1.0-r1.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/www-apps/roundup/roundup-2.1.0-r1.ebuild b/www-apps/roundup/roundup-2.1.0-r1.ebuild
index 592de6280d44..e891f9603add 100644
--- a/www-apps/roundup/roundup-2.1.0-r1.ebuild
+++ b/www-apps/roundup/roundup-2.1.0-r1.ebuild
@@ -4,13 +4,10 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-MY_P=${P/_/}
+inherit distutils-r1 pypi
DESCRIPTION="Issue-tracking system with command-line, web, and e-mail interfaces"
HOMEPAGE="http://roundup.sourceforge.net https://pypi.org/project/roundup/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
LICENSE="MIT ZPL"
SLOT="0"