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 | |
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')
-rw-r--r-- | dev-python/docutils-glep/Manifest | 1 | ||||
-rw-r--r-- | dev-python/docutils-glep/docutils-glep-1.5.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/docutils-glep/Manifest b/dev-python/docutils-glep/Manifest index 4ca1ce7bc2d3..57621bab6648 100644 --- a/dev-python/docutils-glep/Manifest +++ b/dev-python/docutils-glep/Manifest @@ -1 +1,2 @@ DIST docutils-glep-1.4.gh.tar.gz 6758 BLAKE2B 92b519022df5d8ac90b7eae15a08e0f0738badcc7018d8d621f9789ddfa97a0ad3989a39b65068ebd1e5ad90b2ddcbd6c4e953de06562391b12eaefebd60dd7a SHA512 601da0d0f7c4fdb2976755c8ca57e07b55b8d87e99735378a3dd5b1b43099d0fe2bb8317265d23e61b536b907901e75a3b527e16125dfaf2ccb178452e411af3 +DIST docutils-glep-1.5.gh.tar.gz 6826 BLAKE2B 09decf04f7978c86a2f7161ebfd858f6ff59450d8a22d22963fdea36bb595615337b2c7a565794d86128764512b6e3dda3a7db7124905c74c186513965117da3 SHA512 2d740b02a46265e27b3d0b82a8424bd66f875fdc3f9fb6c1596522e2924bb6484e028ad060af62e4f5747b4046fe850e3d7fdcc48e4bd0bf1c6e2851599dbbc8 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}] +" |