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 7687E15800A for ; Sat, 15 Jul 2023 21:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96CEEE0887; Sat, 15 Jul 2023 21:06:21 +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 75894E0887 for ; Sat, 15 Jul 2023 21:06:21 +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 757D6335D4F for ; Sat, 15 Jul 2023 21:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB0F569 for ; Sat, 15 Jul 2023 21:06:18 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1689455162.9805484204d60e61e64d879465b5a02debca66db.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pipx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pipx/Manifest dev-python/pipx/metadata.xml dev-python/pipx/pipx-1.2.0.ebuild X-VCS-Directories: dev-python/pipx/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: 9805484204d60e61e64d879465b5a02debca66db X-VCS-Branch: master Date: Sat, 15 Jul 2023 21:06:18 +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: 0f3b2f52-6145-45a0-aa40-f3067b640ffb X-Archives-Hash: d3e18362ca010c8058ad2badf461b2d0 commit: 9805484204d60e61e64d879465b5a02debca66db Author: Cédric Krier gentoo org> AuthorDate: Sat Jul 15 21:05:13 2023 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sat Jul 15 21:06:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98054842 dev-python/pipx: new package, add 1.2.0 Signed-off-by: Cédric Krier gentoo.org> dev-python/pipx/Manifest | 1 + dev-python/pipx/metadata.xml | 12 ++++++++++++ dev-python/pipx/pipx-1.2.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/dev-python/pipx/Manifest b/dev-python/pipx/Manifest new file mode 100644 index 000000000000..2262bb04ec1c --- /dev/null +++ b/dev-python/pipx/Manifest @@ -0,0 +1 @@ +DIST pipx-1.2.0.gh.tar.gz 405655 BLAKE2B 04e796cde0609e6191a18bd835c4aa5faa1e149898a1507dd6ca46f956320f0b45df87c7be13a089510def9f8eb5e8b9a8e45630c186f52a8a39b7316d517e6a SHA512 3563b986ecb80a57dab6a811f3c9d952f50647b530ceacdb4103bcc16f14b53602040b102830354c3b9a3518e095045a6e3bfd8fc5499cf25b6061d30b19cd6c diff --git a/dev-python/pipx/metadata.xml b/dev-python/pipx/metadata.xml new file mode 100644 index 000000000000..9d7f8d31d438 --- /dev/null +++ b/dev-python/pipx/metadata.xml @@ -0,0 +1,12 @@ + + + + + cedk@gentoo.org + Cédric Krier + + + pipx + pypa/pipx + + diff --git a/dev-python/pipx/pipx-1.2.0.ebuild b/dev-python/pipx/pipx-1.2.0.ebuild new file mode 100644 index 000000000000..05620f297c16 --- /dev/null +++ b/dev-python/pipx/pipx-1.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{10..12} ) +inherit distutils-r1 + +DESCRIPTION="Install and Run Python Applications in Isolated Environments" +HOMEPAGE=" + https://pypi.org/project/pipx/ + https://pypa.github.io/pipx/ +" +# no tests in sdist +SRC_URI="https://github.com/pypa/pipx/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}] + >=dev-python/packaging-20.0[${PYTHON_USEDEP}] + >=dev-python/userpath-1.6.0[${PYTHON_USEDEP}] +" + +PROPERTIES="test_network" +RESTRICT="test" +distutils_enable_tests pytest + +python_test() { + epytest --net-pypiserver +}