app-text/asciidoc: Sync with Gentoo

It's from Gentoo commit 7aa289fdeb138fbe1b87ed0e0e9c045c73df740a.
This commit is contained in:
Flatcar Buildbot 2023-03-20 07:22:31 +00:00
parent 24610457a2
commit 52cac2fecd

View File

@ -6,13 +6,10 @@ EAPI=8
DISTUTILS_SINGLE_IMPL=1 DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 ) PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1 optfeature readme.gentoo-r1 inherit distutils-r1 optfeature readme.gentoo-r1 pypi
DESCRIPTION="A plain text human readable/writable document format" DESCRIPTION="A plain text human readable/writable document format"
HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc-py/asciidoc-py/" HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc-py/asciidoc-py/"
# Could use the github tarball but we need autotools then
#SRC_URI="https://github.com/asciidoc-py/asciidoc-py/releases/download/${PV}/${P}.tar.gz"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"