diff options
author | 2023-04-30 12:06:01 +0200 | |
---|---|---|
committer | 2023-04-30 12:06:01 +0200 | |
commit | 795437faabfffbde7b20efc770c15166785d49a2 (patch) | |
tree | b436512a58a460272c59912aa614c4b37ee56bb4 | |
parent | dev-ruby/activesupport: drop 7.0.4-r1, 7.0.4.2-r1 (diff) | |
download | gentoo-795437faabfffbde7b20efc770c15166785d49a2.tar.gz gentoo-795437faabfffbde7b20efc770c15166785d49a2.tar.bz2 gentoo-795437faabfffbde7b20efc770c15166785d49a2.zip |
dev-python/collective-checkdocs: treeclean
Closes: https://bugs.gentoo.org/896762
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-python/collective-checkdocs/Manifest | 1 | ||||
-rw-r--r-- | dev-python/collective-checkdocs/collective-checkdocs-0.2-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-python/collective-checkdocs/metadata.xml | 20 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
4 files changed, 0 insertions, 63 deletions
diff --git a/dev-python/collective-checkdocs/Manifest b/dev-python/collective-checkdocs/Manifest deleted file mode 100644 index 349664c16ce0..000000000000 --- a/dev-python/collective-checkdocs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST collective.checkdocs-0.2.zip 10865 BLAKE2B bb6013564f5763d75639c2e17d01dfc8a3ccf2a47e59bad388738c4e31a37ec7f7e247ea2847f304771b0ad80d0dfd78cdf048d2dd4deda0a6a5f5ad307522a8 SHA512 c234a365d3e89cebd467a42f98be256e8e24e42c88e5aee71556d165deb8d7d54d4b515fa6fdf70bd24e7727e083f3b6fb061aa304fa7a72de7e8612ad2fc2a2 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> diff --git a/profiles/package.mask b/profiles/package.mask index c50944bca770..1564a51f7786 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -386,11 +386,6 @@ app-editors/le =dev-python/pytz-2023.2-r1 =dev-perl/DateTime-TimeZone-2.580.0 -# Michał Górny <mgorny@gentoo.org> (2023-03-26) -# No py3.11. Last release in 2014. No revdeps. -# Removal on 2023-04-25. Bug #896762. -dev-python/collective-checkdocs - # Sam James <sam@gentoo.org> (2023-03-24) # Please upgrade to make-4.4.1 as make-4.4 has a bunch of issues. =sys-devel/make-4.4 |