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 EA87215810D for ; Tue, 30 May 2023 02:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FA90E0B11; Tue, 30 May 2023 02:54:07 +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 0E979E0B11 for ; Tue, 30 May 2023 02:54:07 +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 1758434116D for ; Tue, 30 May 2023 02:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76711A80 for ; Tue, 30 May 2023 02:54:03 +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: <1685415237.706665c5f666e4af62d7a7e7807414fce3b90f6b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-env/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-env/Manifest dev-python/jaraco-env/jaraco-env-1.0.0.ebuild dev-python/jaraco-env/metadata.xml X-VCS-Directories: dev-python/jaraco-env/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 706665c5f666e4af62d7a7e7807414fce3b90f6b X-VCS-Branch: master Date: Tue, 30 May 2023 02:54:03 +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: 6a2cfca1-8c41-4dda-945a-8740a342149f X-Archives-Hash: beed0a19290ec7526ac351bc89d967f4 commit: 706665c5f666e4af62d7a7e7807414fce3b90f6b Author: Michał Górny gentoo org> AuthorDate: Tue May 30 02:32:02 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 30 02:53:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706665c5 dev-python/jaraco-env: New NIH for dev-python/pip-run, v1.0.0 Signed-off-by: Michał Górny gentoo.org> dev-python/jaraco-env/Manifest | 1 + dev-python/jaraco-env/jaraco-env-1.0.0.ebuild | 27 +++++++++++++++++++++++++++ dev-python/jaraco-env/metadata.xml | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/jaraco-env/Manifest b/dev-python/jaraco-env/Manifest new file mode 100644 index 000000000000..b05b5dbbb791 --- /dev/null +++ b/dev-python/jaraco-env/Manifest @@ -0,0 +1 @@ +DIST jaraco.env-1.0.0.tar.gz 6664 BLAKE2B c5559444d386fe34d6f639795f9adb68bc750452a7a3b2360971b07bc9876921466e6da9ff1f2d1891910c94891759de8550af0c4f9da311ae7443bfc7c3bdf1 SHA512 67879bd531bb1056bab0dfa47f92a7257e184b8db2a9bf3d588460070401e76e884cf3134ee4c01a6c517d48a0e111fec3a4759d305ee7608797816b27d33473 diff --git a/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild b/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild new file mode 100644 index 000000000000..0ffb98b5fc45 --- /dev/null +++ b/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN/-/.} +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Facilities for environment variables" +HOMEPAGE=" + https://github.com/jaraco/jaraco.env/ + https://pypi.org/project/jaraco.env/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/jaraco-env/metadata.xml b/dev-python/jaraco-env/metadata.xml new file mode 100644 index 000000000000..493b35446cb9 --- /dev/null +++ b/dev-python/jaraco-env/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + Python + + + + jaraco.env + jaraco/jaraco.env + https://github.com/jaraco/jaraco.env/issues + +