commit: 7c9edfe69dfda87bdbcbdad541d0347ba692cba1 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Wed Nov 10 12:45:51 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Nov 10 12:48:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9edfe6
dev-python/pipfile: treeclean Closes: https://bugs.gentoo.org/817386 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/pipfile/Manifest | 1 - dev-python/pipfile/metadata.xml | 12 ------------ dev-python/pipfile/pipfile-0.0.2.ebuild | 27 --------------------------- profiles/package.mask | 6 ------ 4 files changed, 46 deletions(-) diff --git a/dev-python/pipfile/Manifest b/dev-python/pipfile/Manifest deleted file mode 100644 index dbc117c4b7d..00000000000 --- a/dev-python/pipfile/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pipfile-0.0.2.tar.gz 17395 BLAKE2B ac86dc6a725cfec0e3d23cd24ab9cdbaa5c803b15916e03e6d2a1e371eb137e25836e78b3393bf6ac42c6d98ebf85fd4ccf29f63b8ab9b87cdd4828b3499278e SHA512 070986a213d0d42c3f5391b303ee0c4a588269ad1889c79b6622c1a9817cfcec4365b8764dcd208aafd78394890d3367c7c9782e65dd3f04ea1bcce001f164f1 diff --git a/dev-python/pipfile/metadata.xml b/dev-python/pipfile/metadata.xml deleted file mode 100644 index ffbe5d7e6d7..00000000000 --- a/dev-python/pipfile/metadata.xml +++ /dev/null @@ -1,12 +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> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">pipfile</remote-id> - <remote-id type="github">pypa/pipfile</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pipfile/pipfile-0.0.2.ebuild b/dev-python/pipfile/pipfile-0.0.2.ebuild deleted file mode 100644 index 43b2d14b10c..00000000000 --- a/dev-python/pipfile/pipfile-0.0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Replacement for the existing standard pip's requirements.txt file" -HOMEPAGE="https://github.com/pypa/pipfile" -SRC_URI="https://github.com/pypa/pipfile/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0 BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -RDEPEND="dev-python/toml[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -# no tests in this release -RESTRICT="test" - -# master has pytest tests -distutils_enable_tests pytest diff --git a/profiles/package.mask b/profiles/package.mask index b55303cc006..eed40b44781 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -543,12 +543,6 @@ dev-python/onkyo-eiscp # Removal on 2021-11-09. Bug #817389. dev-python/ptvsd -# Arthur Zamarin <[email protected]> (2021-10-10) -# Inactive upstream with reported bugs. Has issues with python 3.9 -# and python 3.10. -# Removal on 2021-11-09. Bug #817386. -dev-python/pipfile - # Sam James <[email protected]> (2021-10-10) # Needs upstream build system fixes (currently in progress). # Python toggles don't work correctly right now.
