mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
app-text/asciidoc: Sync with Gentoo
It's from Gentoo commit c8299b2f5a461ce01a5b07f24d0be379bf6ab669.
This commit is contained in:
parent
5230e9b3f2
commit
7192d013e8
@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{10..12} pypy3 )
|
||||
inherit distutils-r1 optfeature readme.gentoo-r1 pypi
|
||||
|
||||
DESCRIPTION="A plain text human readable/writable document format"
|
||||
@ -15,10 +15,12 @@ LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
|
||||
RDEPEND="app-text/docbook-xml-dtd:4.5
|
||||
RDEPEND="
|
||||
app-text/docbook-xml-dtd:4.5
|
||||
>=app-text/docbook-xsl-stylesheets-1.75
|
||||
dev-libs/libxslt
|
||||
dev-libs/libxml2:2"
|
||||
dev-libs/libxml2:2
|
||||
"
|
||||
|
||||
DOC_CONTENTS="
|
||||
If you are going to use a2x, please also look at a2x(1) under
|
||||
|
@ -5,6 +5,7 @@
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">asciidoc</remote-id>
|
||||
<remote-id type="github">asciidoc-py/asciidoc-py</remote-id>
|
||||
<remote-id type="pypi">asciidoc</remote-id>
|
||||
<bugs-to>https://github.com/asciidoc-py/asciidoc-py/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
Loading…
Reference in New Issue
Block a user