diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-12 15:32:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-12 15:32:01 +0200 |
commit | cf65365a8d81e2e4aeb755eb7ed011f59967cf67 (patch) | |
tree | 2820d3c5493a1710eff1213e01e0665e645f4f21 /dev-python/docutils-glep/docutils-glep-1.5.ebuild | |
parent | dev-lang/python: Bump to 3.11.0_rc2 (diff) | |
download | gentoo-cf65365a8d81e2e4aeb755eb7ed011f59967cf67.tar.gz gentoo-cf65365a8d81e2e4aeb755eb7ed011f59967cf67.tar.bz2 gentoo-cf65365a8d81e2e4aeb755eb7ed011f59967cf67.zip |
dev-python/docutils-glep: Bump to 1.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docutils-glep/docutils-glep-1.5.ebuild')
-rw-r--r-- | dev-python/docutils-glep/docutils-glep-1.5.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/docutils-glep/docutils-glep-1.5.ebuild b/dev-python/docutils-glep/docutils-glep-1.5.ebuild new file mode 100644 index 000000000000..5375a4c04382 --- /dev/null +++ b/dev-python/docutils-glep/docutils-glep-1.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Gentoo GLEP support for docutils" +HOMEPAGE=" + https://github.com/projg2/docutils-glep/ + https://pypi.org/project/docutils-glep/ +" +SRC_URI=" + https://github.com/projg2/docutils-glep/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + >=dev-python/docutils-0.10[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] +" |