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 1F9BD15800A for ; Sat, 12 Aug 2023 03:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B28652BC070; Sat, 12 Aug 2023 03:05:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9DD1E2BC06F for ; Sat, 12 Aug 2023 03:05:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3402D335CA3 for ; Sat, 12 Aug 2023 03:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA29DF6B for ; Sat, 12 Aug 2023 03:05:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1691807328.603010ea5c36f2c9a9df6982dba6f5008fa6f114.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/path-and-address/path-and-address-2.0.1.ebuild X-VCS-Directories: dev-python/path-and-address/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 603010ea5c36f2c9a9df6982dba6f5008fa6f114 X-VCS-Branch: master Date: Sat, 12 Aug 2023 03:05:30 +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: 0bd8a3ee-3a25-4e61-8ce5-304a49c0a4b5 X-Archives-Hash: 25dd0a40c9bdd1875130b4964e18f706 commit: 603010ea5c36f2c9a9df6982dba6f5008fa6f114 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 12 02:28:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 12 02:28:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603010ea dev-python/path-and-address: Remove old Signed-off-by: Michał Górny gentoo.org> .../path-and-address/path-and-address-2.0.1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild deleted file mode 100644 index e41fda94d4e1..000000000000 --- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{9..11} ) -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Functions for server CLI applications used by humans" -HOMEPAGE="https://github.com/joeyespo/path-and-address" -LICENSE="MIT" - -SLOT="0" -SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)" - -KEYWORDS="amd64" - -BDEPEND="app-arch/unzip" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"