summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:58:25 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:20:09 +0100
commitcd03660c58359bbb7b73d6dcac7d8d5bdab9f548 (patch)
tree2f4fd3730465ede71ceb4a4d418914394bea77d0 /app-text/paperwork-backend
parentapp-text/openpaperwork-gtk: Use pypi.eclass (diff)
downloadgentoo-cd03660c58359bbb7b73d6dcac7d8d5bdab9f548.tar.gz
gentoo-cd03660c58359bbb7b73d6dcac7d8d5bdab9f548.tar.bz2
gentoo-cd03660c58359bbb7b73d6dcac7d8d5bdab9f548.zip
app-text/paperwork-backend: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/paperwork-backend')
-rw-r--r--app-text/paperwork-backend/paperwork-backend-2.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/paperwork-backend/paperwork-backend-2.1.2.ebuild b/app-text/paperwork-backend/paperwork-backend-2.1.2.ebuild
index a9afa9ad51d7..2e602b216a83 100644
--- a/app-text/paperwork-backend/paperwork-backend-2.1.2.ebuild
+++ b/app-text/paperwork-backend/paperwork-backend-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="Backend part of Paperwork (Python API, no UI)"
HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"