summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:58:23 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:20:07 +0100
commitf0651e6485afe7b0fbccdba93dd7be9d70726f94 (patch)
tree20007d89cb322db266a6745c75ed729934e26cb6 /app-text/openpaperwork-core
parentapp-emulation/diskimage-builder: Use pypi.eclass (diff)
downloadgentoo-f0651e6485afe7b0fbccdba93dd7be9d70726f94.tar.gz
gentoo-f0651e6485afe7b0fbccdba93dd7be9d70726f94.tar.bz2
gentoo-f0651e6485afe7b0fbccdba93dd7be9d70726f94.zip
app-text/openpaperwork-core: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/openpaperwork-core')
-rw-r--r--app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild b/app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild
index 7629df447682..58b64fac3c8c 100644
--- a/app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild
+++ b/app-text/openpaperwork-core/openpaperwork-core-2.1.2.ebuild
@@ -4,13 +4,13 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Core part of Paperwork (plugin management)"
HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"