fpdf: fix pkgcheck issues

This commit is contained in:
rick 2025-05-18 23:46:55 +02:00
parent a1c96cbce7
commit 9ab0e18d23
No known key found for this signature in database
GPG key ID: A2E7B6CA577C8F07
2 changed files with 7 additions and 9 deletions

View file

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -6,17 +6,11 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Simple PDF generation for Python"
HOMEPAGE="https://github.com/reingart/pyfpdf"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -5,4 +5,8 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">reingart/pyfpdf</remote-id>
<remote-id type="pypi">fpdf</remote-id>
</upstream>
</pkgmetadata>