diff options
author | 2023-03-16 17:03:49 +0100 | |
---|---|---|
committer | 2023-03-16 19:50:09 +0100 | |
commit | 7aa289fdeb138fbe1b87ed0e0e9c045c73df740a (patch) | |
tree | a59e1bcbff1c933e82b62d42cc39f81d0f07759c /app-text/asciidoc | |
parent | app-portage/metagen: Use pypi.eclass (diff) | |
download | gentoo-7aa289fdeb138fbe1b87ed0e0e9c045c73df740a.tar.gz gentoo-7aa289fdeb138fbe1b87ed0e0e9c045c73df740a.tar.bz2 gentoo-7aa289fdeb138fbe1b87ed0e0e9c045c73df740a.zip |
app-text/asciidoc: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/asciidoc')
-rw-r--r-- | app-text/asciidoc/asciidoc-10.2.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-text/asciidoc/asciidoc-10.2.0.ebuild b/app-text/asciidoc/asciidoc-10.2.0.ebuild index 670534a03973..28d44e37b41f 100644 --- a/app-text/asciidoc/asciidoc-10.2.0.ebuild +++ b/app-text/asciidoc/asciidoc-10.2.0.ebuild @@ -6,13 +6,10 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools 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" 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" SLOT="0" |