diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 12:58:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:20:07 +0100 |
commit | f0651e6485afe7b0fbccdba93dd7be9d70726f94 (patch) | |
tree | 20007d89cb322db266a6745c75ed729934e26cb6 /app-text/openpaperwork-core | |
parent | app-emulation/diskimage-builder: Use pypi.eclass (diff) | |
download | gentoo-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.ebuild | 4 |
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" |