public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-env/
Date: Tue, 30 May 2023 02:54:03 +0000 (UTC)	[thread overview]
Message-ID: <1685415237.706665c5f666e4af62d7a7e7807414fce3b90f6b.mgorny@gentoo> (raw)

commit:     706665c5f666e4af62d7a7e7807414fce3b90f6b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 02:32:02 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">jaraco.env</remote-id>
+		<remote-id type="github">jaraco/jaraco.env</remote-id>
+		<bugs-to>https://github.com/jaraco/jaraco.env/issues</bugs-to>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2023-05-30  2:54 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-30  2:54 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-27 12:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-env/ Sam James
2023-06-27 12:29 Sam James
2023-06-27 12:36 Sam James
2023-06-27 12:36 Sam James
2023-06-27 12:36 Sam James
2023-06-27 16:12 Arthur Zamarin
2023-06-27 16:12 Arthur Zamarin
2023-06-29 13:37 Yixun Lan
2023-07-07 11:25 WANG Xuerui
2023-07-28  7:56 Sam James
2023-07-28  7:56 Sam James
2023-07-28  9:37 Sam James
2023-07-28  9:37 Sam James
2023-07-28  9:37 Sam James
2023-08-02 12:05 Arthur Zamarin
2023-08-02 15:26 Sam James
2023-08-02 19:18 Arthur Zamarin
2023-08-03 11:38 Arthur Zamarin
2023-08-20 17:19 James Le Cuirot
2023-10-14 16:59 Arthur Zamarin
2023-11-17  7:47 Sam James
2024-06-29 15:54 Andreas K. Hüttel
2025-02-16 20:45 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685415237.706665c5f666e4af62d7a7e7807414fce3b90f6b.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox