diff options
author | David Seifert <soap@gentoo.org> | 2023-01-14 12:16:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-14 12:16:17 +0100 |
commit | eb984afcfb8ae9de79439b1ea0825179373d1131 (patch) | |
tree | 496582ef8eaf7b7809ef760b47f8c8cfec5e5291 | |
parent | python-utils-r1.eclass: remove py3.8 (diff) | |
download | gentoo-eb984afcfb8ae9de79439b1ea0825179373d1131.tar.gz gentoo-eb984afcfb8ae9de79439b1ea0825179373d1131.tar.bz2 gentoo-eb984afcfb8ae9de79439b1ea0825179373d1131.zip |
dev-python/backports-tempfile: treeclean
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-python/backports-tempfile/Manifest | 1 | ||||
-rw-r--r-- | dev-python/backports-tempfile/backports-tempfile-1.0-r1.ebuild | 43 | ||||
-rw-r--r-- | dev-python/backports-tempfile/metadata.xml | 13 |
3 files changed, 0 insertions, 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>zmedico@gentoo.org</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> |