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 07F2C15800A for ; Tue, 18 Jul 2023 06:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28400E08D3; Tue, 18 Jul 2023 06:03:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 142D4E08D3 for ; Tue, 18 Jul 2023 06:03:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA5EB340DA1 for ; Tue, 18 Jul 2023 06:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3CDB95 for ; Tue, 18 Jul 2023 06:03:09 +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: <1689660175.c28d523d1501362d28ff6c1b2e5aa006401ca46e.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.9.0.ebuild X-VCS-Directories: dev-python/userpath/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c28d523d1501362d28ff6c1b2e5aa006401ca46e X-VCS-Branch: master Date: Tue, 18 Jul 2023 06:03:09 +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: 21e67b18-c342-4c58-842d-78c944f10f78 X-Archives-Hash: 116e5edb10fe73600303ccb14aa7dd6e commit: c28d523d1501362d28ff6c1b2e5aa006401ca46e Author: Michał Górny gentoo org> AuthorDate: Tue Jul 18 05:19:42 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 18 06:02:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28d523d dev-python/userpath: Bump to 1.9.0 Signed-off-by: Michał Górny gentoo.org> dev-python/userpath/Manifest | 1 + dev-python/userpath/userpath-1.9.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/userpath/Manifest b/dev-python/userpath/Manifest index 7cdb509a5054..f0c5927e2128 100644 --- a/dev-python/userpath/Manifest +++ b/dev-python/userpath/Manifest @@ -1 +1,2 @@ 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.9.0.ebuild b/dev-python/userpath/userpath-1.9.0.ebuild new file mode 100644 index 000000000000..e9cbe4cde968 --- /dev/null +++ b/dev-python/userpath/userpath-1.9.0.ebuild @@ -0,0 +1,29 @@ +# 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