commit: 704ee19444688658908e6966c40748c2524cc943
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 14:13:19 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 14:16:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=704ee194
dev-python/lazr-delegates: treeclean
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/lazr-delegates/Manifest | 1 -
.../lazr-delegates/lazr-delegates-2.0.4-r2.ebuild | 38 ----------------------
dev-python/lazr-delegates/metadata.xml | 15 ---------
profiles/package.mask | 1 -
4 files changed, 55 deletions(-)
diff --git a/dev-python/lazr-delegates/Manifest
b/dev-python/lazr-delegates/Manifest
deleted file mode 100644
index a29fe778fd1f..000000000000
--- a/dev-python/lazr-delegates/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lazr-delegates-2.0.4.tar.gz 14168 BLAKE2B
b9388a869e7f83e0bc30dc5a0cfb184a935db2b6272c2a9a93bb12d3db375114453a224703ef05b3f34232860a16fc087b7d398e94d164fbf77af61ba8abf102
SHA512
0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501
diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4-r2.ebuild
b/dev-python/lazr-delegates/lazr-delegates-2.0.4-r2.ebuild
deleted file mode 100644
index 5177c54c258a..000000000000
--- a/dev-python/lazr-delegates/lazr-delegates-2.0.4-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Easily write objects that delegate behavior"
-HOMEPAGE="https://code.launchpad.net/lazr.delegates"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz ->
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/zope-interface[${PYTHON_USEDEP}]
- !dev-python/namespace-lazr
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # strip unused rdeps
- sed -i -e "/'setuptools'/d" -e "/'nose'/d" setup.py || die
- distutils-r1_src_prepare
-}
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
diff --git a/dev-python/lazr-delegates/metadata.xml
b/dev-python/lazr-delegates/metadata.xml
deleted file mode 100644
index d1111620a738..000000000000
--- a/dev-python/lazr-delegates/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>[email protected]</email>
- </maintainer>
- <maintainer type="person">
- <email>[email protected]</email>
- <name>Matthew Thode</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">lazr.delegates</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 8ba9b467127e..112b9f8ffd09 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -361,7 +361,6 @@ dev-python/django-debug-toolbar
dev-python/flufl-bounce
dev-python/flufl-i18n
dev-python/lazr-config
-dev-python/lazr-delegates
# Matt Turner <[email protected]> (2022-04-30)
# Masked for testing. Apparently causes crashes. Bug #841857.