mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 23:46:59 +02:00
dev-python/markupsafe: Sync with Gentoo
It's from Gentoo commit d4a550d975cc3a577aaab2ff11fca5f8830cc813.
This commit is contained in:
parent
dd39780e53
commit
9dce6cfdfc
@ -4,12 +4,11 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYPI_PN="MarkupSafe"
|
||||
PYTHON_COMPAT=( python3_{9..11} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="MarkupSafe"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
|
||||
HOMEPAGE="
|
||||
@ -17,8 +16,6 @@ HOMEPAGE="
|
||||
https://github.com/pallets/markupsafe/
|
||||
https://pypi.org/project/MarkupSafe/
|
||||
"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
Loading…
Reference in New Issue
Block a user