From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nodeenv/
Date: Wed, 5 Jun 2024 04:51:07 +0000 (UTC) [thread overview]
Message-ID: <1717563054.184a38b028244c1ab901504aa217a6ffc5ccef53.mgorny@gentoo> (raw)
commit: 184a38b028244c1ab901504aa217a6ffc5ccef53
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 04:37:45 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 04:50:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184a38b0
dev-python/nodeenv: Bump to 1.9.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nodeenv/Manifest | 1 +
dev-python/nodeenv/nodeenv-1.9.1.ebuild | 34 +++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/nodeenv/Manifest b/dev-python/nodeenv/Manifest
index 967102f541df..839e2f8a2ec6 100644
--- a/dev-python/nodeenv/Manifest
+++ b/dev-python/nodeenv/Manifest
@@ -1,2 +1,3 @@
DIST nodeenv-1.8.0.gh.tar.gz 36750 BLAKE2B e75217bb0c468649cbc29688f29d62450008816fb07e4decf1b28dada8b820c2d6f70eb65444e06a8c64b8a816c0cc98f7d179e770eaefe93e87c0cda05e1f85 SHA512 96dce219e00d3837b2b0083af9fe6d94ed4e3cd029e3da564263ad8656dcb9c52440c2df6a6954095e5cacd03e44437f08695603dea82c28122713045183014f
DIST nodeenv-1.9.0.gh.tar.gz 37002 BLAKE2B a8db26f893816c30c8ff5e86d98b23106b1a3b74dd5f58dd51f423836b070851a5b761fca5221b9b8510a427cae2e36732841ad9fea0a9728aae8d303ca5f40d SHA512 d24612372f7fb6d909ce164f6b980086581b53ee8234c6ec14003a79418d7798481275e87589ade47c0502a4b396fa7b07fcfbb99174f1331f65dd6e7a1e0fd7
+DIST nodeenv-1.9.1.gh.tar.gz 37158 BLAKE2B 73cdc56f7e8b55b8f0f6a4ab20fe91957f2ed40c6f58b9f17b13fbadc1f15305566018ffe7731dd930560f6d46ba67572bd4bb4bf4ba0419fd54760bac909dd0 SHA512 28fa814b57323dd996764d754f9c614c9dfd668c85ab21c23d0f9aeebb669ba3933f7b0b9ccbf0c808b5f15783eb3afdf3801f293952f3c4945729dee6ecb20b
diff --git a/dev-python/nodeenv/nodeenv-1.9.1.ebuild b/dev-python/nodeenv/nodeenv-1.9.1.ebuild
new file mode 100644
index 000000000000..1166bc54bc60
--- /dev/null
+++ b/dev-python/nodeenv/nodeenv-1.9.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Node.js virtual environment builder"
+HOMEPAGE="
+ https://github.com/ekalinin/nodeenv/
+ https://pypi.org/project/nodeenv/
+"
+SRC_URI="
+ https://github.com/ekalinin/nodeenv/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+
+# requires network access
+RESTRICT="test"
+PROPERTIES="test_network"
+
+PATCHES=(
+ # https://github.com/ekalinin/nodeenv/pull/355
+ "${FILESDIR}/${PN}-1.9.0-which-hunt.patch"
+)
+
+distutils_enable_tests pytest
next reply other threads:[~2024-06-05 4:51 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 4:51 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-22 17:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/nodeenv/ Sam James
2024-06-22 17:18 Sam James
2024-06-22 13:49 Arthur Zamarin
2023-12-30 16:18 Michał Górny
2023-12-30 14:51 Arthur Zamarin
2023-12-30 14:36 Arthur Zamarin
2023-12-30 14:36 Arthur Zamarin
2023-11-08 9:41 Michał Górny
2023-07-10 1:34 Michał Górny
2023-07-09 19:36 Arthur Zamarin
2023-07-09 17:08 Arthur Zamarin
2023-06-04 4:54 Sam James
2023-05-13 4:46 Michał Górny
2023-04-25 23:17 Sam James
2022-07-30 5:47 Michał Górny
2022-07-30 2:33 Sam James
2022-07-30 2:33 Sam James
2022-06-25 17:01 Arthur Zamarin
2022-05-30 12:11 Marek Szuba
2021-10-21 23:28 Sam James
2021-07-24 4:09 Sam James
2021-07-12 21:59 Sam James
2021-06-08 16:54 Sergei Trofimovich
2021-06-06 17:03 Patrice Clement
2021-06-06 13:01 Sam James
2021-05-26 6:49 Agostino Sarubbo
2021-05-14 17:31 Marek Szuba
2021-04-12 6:11 Patrice Clement
2020-04-13 8:34 Patrice Clement
2019-08-11 11:35 David Seifert
2019-04-07 19:46 Patrice Clement
2019-04-07 19:46 Patrice Clement
2019-04-07 14:44 Patrice Clement
2019-04-06 22:23 Patrice Clement
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=1717563054.184a38b028244c1ab901504aa217a6ffc5ccef53.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