diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-30 17:17:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-30 17:17:49 +0100 |
commit | ce23b28e3d5f58b4177dfa6006db905a41dd87ee (patch) | |
tree | 0691e16a10034af8137241e92babf04522c97bf8 /dev-python/collective-checkdocs | |
parent | 200338d9ebd0cd0599af59f208eb58f48f5ae168 (diff) |
gentoo auto-resync : 30:04:2023 - 17:17:49
Diffstat (limited to 'dev-python/collective-checkdocs')
-rw-r--r-- | dev-python/collective-checkdocs/Manifest | 3 | ||||
-rw-r--r-- | dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-python/collective-checkdocs/metadata.xml | 20 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/collective-checkdocs/Manifest b/dev-python/collective-checkdocs/Manifest deleted file mode 100644 index b15e69527fcc..000000000000 --- a/dev-python/collective-checkdocs/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST collective.checkdocs-0.2.zip 10865 BLAKE2B bb6013564f5763d75639c2e17d01dfc8a3ccf2a47e59bad388738c4e31a37ec7f7e247ea2847f304771b0ad80d0dfd78cdf048d2dd4deda0a6a5f5ad307522a8 SHA512 c234a365d3e89cebd467a42f98be256e8e24e42c88e5aee71556d165deb8d7d54d4b515fa6fdf70bd24e7727e083f3b6fb061aa304fa7a72de7e8612ad2fc2a2 -EBUILD collective-checkdocs-0.2-r1.ebuild 1034 BLAKE2B 515ebe84a115c9427644a0b86037b23c02aa578f9b914e3e239985efb09bfbef55f676346d8781c2570f5812ca92863e89f04dd2892ea7c40a2e138e2894b13a SHA512 f02833d518bfd262318695a7dea418eeae39dae48eccd771a3fe58c86a9f0cc1ffe7e57eec652f0a534e58b402a40bcac5eaed7c1d7610135cca2a240f25232e -MISC metadata.xml 864 BLAKE2B 9690a4bafa3bee7cb1eecaa8fe72538db75e1372df90a42192c255bef07067fb5a18bc6c75503b3c06f3c510e53ca02cd4a16a691246138b94be3f8820e5ef26 SHA512 cbc2ea6f70e31f34402406350ae33eb280087312b67ce19b08e981226d7b673166e285db7260b950795d5743fa2ea69cdce0dd35e0a204841792aec6dd82d70a diff --git a/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild b/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild deleted file mode 100644 index 4960ba53e8d0..000000000000 --- a/dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{9..10} ) -# TODO: revert to rdepend once this is merged: -# https://github.com/collective/collective.checkdocs/pull/11 -DISTUTILS_USE_SETUPTOOLS=manual - -inherit distutils-r1 - -MY_PN="${PN/-/.}" -DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions" -HOMEPAGE="https://github.com/collective/collective.checkdocs" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="GPL-2" # until https://github.com/collective/collective.checkdocs/issues/8 is fixed -SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] -" -BDEPEND=" - app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest - -python_install_all() { - distutils-r1_python_install_all - find "${D}" -name '*.pth' -delete || die -} diff --git a/dev-python/collective-checkdocs/metadata.xml b/dev-python/collective-checkdocs/metadata.xml deleted file mode 100644 index fdbf24b19747..000000000000 --- a/dev-python/collective-checkdocs/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - </maintainer> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <longdescription lang="en"> - collective.checkdocs adds new distutils commands checkdocs and showdocs to validate restructured text in long_description field of Python eggs. This package aims to make Python egg help page publishing and editing easier. - </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">collective.checkdocs</remote-id> - <remote-id type="github">collective/collective.checkdocs</remote-id> - <bugs-to>https://github.com/collective/collective.checkdocs/issues</bugs-to> - </upstream> -</pkgmetadata> |