dev-python/markuppy: update EAPI 7 -> 8

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2024-08-21 12:10:22 +02:00
parent 8fab4d79f1
commit 58d1cf2e04
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC

View file

@ -1,23 +1,23 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 inherit distutils-r1 pypi
MY_PN="MarkupPy" MY_PN="MarkupPy"
MY_P="${MY_PN}-${PV}" MY_P="${MY_PN}-${PV}"
DESCRIPTION="MarkupPy - An HTML/XML generator" DESCRIPTION="MarkupPy - An HTML/XML generator"
HOMEPAGE="https://pypi.org/project/MarkupPy/ https://github.com/tylerbakke/MarkupPy" HOMEPAGE="https://pypi.org/project/MarkupPy/ https://github.com/tylerbakke/MarkupPy"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" SRC_URI="$(pypi_sdist_url --no-normalize ${MY_PN})"
S="${WORKDIR}/${MY_P}" S="${WORKDIR}/${MY_P}"
SLOT="0"
LICENSE="BSD-2" LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
# MarkupPy does not have any test suite # MarkupPy does not have any test suite