public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/hacking/
@ 2022-01-16 17:36 Jakov Smolić
  0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2022-01-16 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     0809b6c001fa2f50c29e21befa7a3d8dd32e0e54
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 17:34:30 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 17:34:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0809b6c0

dev-python/hacking: treeclean

Closes: https://bugs.gentoo.org/829410
Closes: https://bugs.gentoo.org/797814
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/hacking/Manifest             |  1 -
 dev-python/hacking/hacking-4.1.0.ebuild | 57 ---------------------------------
 dev-python/hacking/metadata.xml         | 24 --------------
 profiles/package.mask                   |  6 ----
 4 files changed, 88 deletions(-)

diff --git a/dev-python/hacking/Manifest b/dev-python/hacking/Manifest
deleted file mode 100644
index 153afbe7326f..000000000000
--- a/dev-python/hacking/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hacking-4.1.0.tar.gz 61910 BLAKE2B 95ced5b2fbafbb890478b5ef598a836520b4d1a3f1f2a0e708aa3f3135f394aab9e1ca8eaafa9d2f9f8dfcd1043d925b0232228234021ac89d2882ad6c7918a5 SHA512 44741548b5031777b0a508255129893da63a076615dc4245fdcb2368711be0ff6e16702c12c75a7f2c6b13257e2257c58e6e95dfad6da6640ff077fbf2b507db

diff --git a/dev-python/hacking/hacking-4.1.0.ebuild b/dev-python/hacking/hacking-4.1.0.ebuild
deleted file mode 100644
index 300c203adc98..000000000000
--- a/dev-python/hacking/hacking-4.1.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Nova API"
-HOMEPAGE="https://github.com/openstack/hacking/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
-	<dev-python/flake8-3.9.0[${PYTHON_USEDEP}]"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-	test? (
-		>=dev-python/coverage-4.5[${PYTHON_USEDEP}]
-		>=dev-python/ddt-1.2.1[${PYTHON_USEDEP}]
-		>=dev-python/eventlet-0.20.2[${PYTHON_USEDEP}]
-		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-		>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
-		>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
-		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-		>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-		${RDEPEND}
-	)
-	doc? (
-		>=dev-python/sphinx-2.2.0[${PYTHON_USEDEP}]
-		>=dev-python/openstackdocstheme-2.2.1[${PYTHON_USEDEP}]
-		>=dev-python/reno-3.1.0[${PYTHON_USEDEP}]
-	)"
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile_all() {
-	use doc && sphinx-build -b html -c doc/source/ doc/source/ doc/source/html
-}
-
-python_test() {
-	stestr init || die "stestr init died"
-	stestr run || die "testsuite failed under ${EPYTHON}"
-	flake8 "${PN}"/tests || die "flake8 drew error on a run over ${PN}/tests folder"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( doc/source/html/. )
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/hacking/metadata.xml b/dev-python/hacking/metadata.xml
deleted file mode 100644
index 26582f8ffd63..000000000000
--- a/dev-python/hacking/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>prometheanfire@gentoo.org</email>
-		<name>Matthew Thode</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>openstack@gentoo.org</email>
-		<name>Openstack</name>
-	</maintainer>
-	<longdescription lang="en">
-		hacking is a set of flake8 plugins that test and enforce
-		the OpenStack Style Commandments, HACKING.rst
-	</longdescription>
-	<upstream>
-		<remote-id type="pypi">hacking</remote-id>
-		<remote-id type="github">openstack/hacking</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 8e21a430497d..14d41ff0420d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -291,12 +291,6 @@ dev-java/libreadline-java
 # Package without consumers. Bug_#736880. Removal in 30 days.
 dev-java/jrrd
 
-# Michał Górny <mgorny@gentoo.org> (2021-12-17)
-# Annoying package with deps pinned to old versions of packages.
-# All revdeps were eliminated.
-# Removal on 2022-01-16.  Bug #829410.
-dev-python/hacking
-
 # Georgy Yakovlev <gyakovlev@gentoo.org> (2021-12-14)
 # AT&T decided to roll back community changes in March 2020
 # for version 2020.x.x


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-16 17:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-16 17:36 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/hacking/ Jakov Smolić

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox