From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCE59158087 for ; Wed, 10 Nov 2021 12:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 242552BC078; Wed, 10 Nov 2021 12:49:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6D692BC078 for ; Wed, 10 Nov 2021 12:49:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3067334308F for ; Wed, 10 Nov 2021 12:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73BF21C6 for ; Wed, 10 Nov 2021 12:49:24 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1636548527.7c9edfe69dfda87bdbcbdad541d0347ba692cba1.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/pipfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pipfile/Manifest dev-python/pipfile/metadata.xml dev-python/pipfile/pipfile-0.0.2.ebuild profiles/package.mask X-VCS-Directories: dev-python/pipfile/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 7c9edfe69dfda87bdbcbdad541d0347ba692cba1 X-VCS-Branch: master Date: Wed, 10 Nov 2021 12:49:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c1b7a942-7c84-4640-b10e-6f45522825a2 X-Archives-Hash: 6b1af31c4141fa4bd73c2bfeca5cd0d0 commit: 7c9edfe69dfda87bdbcbdad541d0347ba692cba1 Author: Jakov Smolić gentoo org> AuthorDate: Wed Nov 10 12:45:51 2021 +0000 Commit: Jakov Smolić gentoo 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ć 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 @@ - - - - - python@gentoo.org - Python - - - pipfile - pypa/pipfile - - 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 (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 (2021-10-10) # Needs upstream build system fixes (currently in progress). # Python toggles don't work correctly right now.