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 B070515800F for ; Wed, 25 Jan 2023 16:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05731E05C1; Wed, 25 Jan 2023 16:15:44 +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 DD78AE05C1 for ; Wed, 25 Jan 2023 16:15:43 +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 DFC5D335DAC for ; Wed, 25 Jan 2023 16:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C8A47CD for ; Wed, 25 Jan 2023 16:15:41 +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: <1674663338.65e83fad05a6d65e8fc0132fc758f3c2b9b42cdb.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/metadata.xml 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: 65e83fad05a6d65e8fc0132fc758f3c2b9b42cdb X-VCS-Branch: master Date: Wed, 25 Jan 2023 16:15:41 +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: 375311af-de4b-4673-8d0d-d0e084287461 X-Archives-Hash: e94cf24655d35f260eb3a0725d73916e commit: 65e83fad05a6d65e8fc0132fc758f3c2b9b42cdb Author: Michał Górny gentoo org> AuthorDate: Wed Jan 25 16:00:47 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 25 16:15:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e83fad dev-python/userpath: New package, v1.8.0 Signed-off-by: Michał Górny gentoo.org> dev-python/userpath/Manifest | 1 + dev-python/userpath/metadata.xml | 13 +++++++++++++ dev-python/userpath/userpath-1.8.0.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/userpath/Manifest b/dev-python/userpath/Manifest new file mode 100644 index 000000000000..7cdb509a5054 --- /dev/null +++ b/dev-python/userpath/Manifest @@ -0,0 +1 @@ +DIST userpath-1.8.0.gh.tar.gz 11045 BLAKE2B ebf1077469210dfb66c63a859764becb5cac5734bc0060db691e50e3576241360b4644f141449f033f64f4dbdbf10d2b5a032493ce3c4745a2c981149105c7c9 SHA512 d2f082909fad22cf5b33f175afdeebe14a44ebd245c84506395f01a288eccf9c376ac28dcc4b618cc2464e1a23e740b41f4f4ad0e780a42e1185c5283ccc7330 diff --git a/dev-python/userpath/metadata.xml b/dev-python/userpath/metadata.xml new file mode 100644 index 000000000000..2829383089f0 --- /dev/null +++ b/dev-python/userpath/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + ofek/userpath + userpath + + diff --git a/dev-python/userpath/userpath-1.8.0.ebuild b/dev-python/userpath/userpath-1.8.0.ebuild new file mode 100644 index 000000000000..d30e4432c79f --- /dev/null +++ b/dev-python/userpath/userpath-1.8.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_{9..11} ) + +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