commit:     eb984afcfb8ae9de79439b1ea0825179373d1131
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 11:16:17 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 11:16:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb984afc

dev-python/backports-tempfile: treeclean

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/backports-tempfile/Manifest             |  1 -
 .../backports-tempfile-1.0-r1.ebuild               | 43 ----------------------
 dev-python/backports-tempfile/metadata.xml         | 13 -------
 3 files changed, 57 deletions(-)

diff --git a/dev-python/backports-tempfile/Manifest 
b/dev-python/backports-tempfile/Manifest
deleted file mode 100644
index 2e3778ca3bd6..000000000000
--- a/dev-python/backports-tempfile/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST backports.tempfile-1.0.tar.gz 10262 BLAKE2B 
9436c8a3eb7fa6da17dad4466ab030f62b93a19103e519efcbe79e35cf0687ca2960666a9337cdc2929aeeed3790a7ee0441377755b1f1e2a8192b07ed7f049a
 SHA512 
1f3cf634e289704e96bd8483289415aae896d95a16f5ac9b226ba879497675d76148399770966bd2ef14a02d3c8848516a9b39cc400819023b06254b5b0500dc

diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild 
b/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild
deleted file mode 100644
index 31422cd61781..000000000000
--- a/dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Backport of new features in Python's tempfile module"
-HOMEPAGE="https://github.com/PiDelport/backports.tempfile 
https://pypi.org/project/backports.tempfile/";
-SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="PSF-2.3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE=""
-RDEPEND="
-       dev-python/backports-weakref[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
-# Tests require backports.test.support
-RESTRICT="test"
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-       sed -e "s|'setuptools_scm'||" \
-               -i setup.py || die
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       PYTHONPATH="${BUILD_DIR}/lib" \
-               "${PYTHON:-python}" tests/test_tempfile.py || die "tests failed 
with ${EPYTHON}"
-}
-
-python_install() {
-       # avoid collisions due to namespaces
-       rm "${BUILD_DIR}"/lib/backports/__init__.py || die
-       distutils-r1_python_install --skip-build
-}

diff --git a/dev-python/backports-tempfile/metadata.xml 
b/dev-python/backports-tempfile/metadata.xml
deleted file mode 100644
index 42ebdc39def4..000000000000
--- a/dev-python/backports-tempfile/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Zac Medico</name>
-       </maintainer>
-       <upstream>
-               <remote-id 
type="github">PiDelport/backports.tempfile</remote-id>
-               <remote-id type="pypi">backports.tempfile</remote-id>
-               
<bugs-to>https://github.com/PiDelport/backports.tempfile/issues</bugs-to>
-       </upstream>
-</pkgmetadata>

Reply via email to