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 459A515800A for ; Mon, 24 Jul 2023 11:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91CBFE09B0; Mon, 24 Jul 2023 11:34: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 72D1FE09AB for ; Mon, 24 Jul 2023 11:34:31 +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 8C1A934141A for ; Mon, 24 Jul 2023 11:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18285C35 for ; Mon, 24 Jul 2023 11:34:27 +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: <1690198459.fe8b9d2c42001cdd0bdb820c1ddf11d4258c1c7c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/userpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/userpath/Manifest dev-python/userpath/userpath-1.8.0.ebuild X-VCS-Directories: dev-python/userpath/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fe8b9d2c42001cdd0bdb820c1ddf11d4258c1c7c X-VCS-Branch: master Date: Mon, 24 Jul 2023 11:34:27 +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: de53f134-3bf0-46b9-90c1-b345151eb8bc X-Archives-Hash: a3c5906ab18a4e0eaec8dab0ff6a6b6a commit: fe8b9d2c42001cdd0bdb820c1ddf11d4258c1c7c Author: Michał Górny gentoo org> AuthorDate: Mon Jul 24 11:20:12 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 24 11:34:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8b9d2c dev-python/userpath: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/userpath/Manifest | 1 - dev-python/userpath/userpath-1.8.0.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/userpath/Manifest b/dev-python/userpath/Manifest index f0c5927e2128..9f681a96220b 100644 --- a/dev-python/userpath/Manifest +++ b/dev-python/userpath/Manifest @@ -1,2 +1 @@ -DIST userpath-1.8.0.gh.tar.gz 11045 BLAKE2B ebf1077469210dfb66c63a859764becb5cac5734bc0060db691e50e3576241360b4644f141449f033f64f4dbdbf10d2b5a032493ce3c4745a2c981149105c7c9 SHA512 d2f082909fad22cf5b33f175afdeebe14a44ebd245c84506395f01a288eccf9c376ac28dcc4b618cc2464e1a23e740b41f4f4ad0e780a42e1185c5283ccc7330 DIST userpath-1.9.0.gh.tar.gz 11090 BLAKE2B 70eac3d629c71604047d9dfa4eaf2eeb90011d0b943367aacc0e4e1efb7d45de0efb8075404510e791bd8da3609423d29503101943edc108aa012e8018e53b63 SHA512 a5683a7423465426debda02d58b2f5ef8d17d38d2fac2378cdf3075a2a6f0b7d75210bb1eac30966d323ec5f25073cc9286ae1b37acaa1bf7785da02a4c40805 diff --git a/dev-python/userpath/userpath-1.8.0.ebuild b/dev-python/userpath/userpath-1.8.0.ebuild deleted file mode 100644 index e9cbe4cde968..000000000000 --- a/dev-python/userpath/userpath-1.8.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Cross-platform tool for adding locations to the user PATH" -HOMEPAGE=" - https://github.com/ofek/userpath/ - https://pypi.org/project/userpath/ -" -SRC_URI=" - https://github.com/ofek/userpath/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest