public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nodeenv/
Date: Sat,  6 Apr 2019 22:23:07 +0000 (UTC)	[thread overview]
Message-ID: <1554589339.f4a7a6aa8dfbf89e891979eb3bcabbd78080199c.monsieurp@gentoo> (raw)

commit:     f4a7a6aa8dfbf89e891979eb3bcabbd78080199c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 09:58:10 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 22:22:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a7a6aa

dev-python/nodeenv: new package.

Virtual environment for Node.js & integrator with virtualenv.

Bug: https://bugs.gentoo.org/679014
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/nodeenv/Manifest             |  1 +
 dev-python/nodeenv/metadata.xml         | 11 +++++++++++
 dev-python/nodeenv/nodeenv-1.1.3.ebuild | 20 ++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/nodeenv/Manifest b/dev-python/nodeenv/Manifest
new file mode 100644
index 00000000000..da005522320
--- /dev/null
+++ b/dev-python/nodeenv/Manifest
@@ -0,0 +1 @@
+DIST nodeenv-1.1.3.tar.gz 32368 BLAKE2B 4b3b9213c115a55c0b084505b05f1d646e7519175ba42845af6b2a0933cb75574b54257a524c561e1b90614848bd6d68e0dbaf382692529476a69d1bf7cc7aa5 SHA512 54829345bda2130c3728f33e04ee68c36cab281c9f6f68ae257bfd5019c51fe5b80bb95e931ebdd7403aad4db4a41062bc59251786811a1563c18b2745f4e7db

diff --git a/dev-python/nodeenv/metadata.xml b/dev-python/nodeenv/metadata.xml
new file mode 100644
index 00000000000..3885f376293
--- /dev/null
+++ b/dev-python/nodeenv/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="project">
+        <email>python@gentoo.org</email>
+        <name>Python</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="github">ekalinin/nodeenv</remote-id>
+    </upstream>
+</pkgmetadata>

diff --git a/dev-python/nodeenv/nodeenv-1.1.3.ebuild b/dev-python/nodeenv/nodeenv-1.1.3.ebuild
new file mode 100644
index 00000000000..2b8ede3a537
--- /dev/null
+++ b/dev-python/nodeenv/nodeenv-1.1.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Node.js virtual environment builder"
+HOMEPAGE="https://github.com/ekalinin/nodeenv"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"


             reply	other threads:[~2019-04-06 22:23 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-06 22:23 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-07 14:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/nodeenv/ Patrice Clement
2019-04-07 19:46 Patrice Clement
2019-04-07 19:46 Patrice Clement
2019-08-11 11:35 David Seifert
2020-04-13  8:34 Patrice Clement
2021-04-12  6:11 Patrice Clement
2021-05-14 17:31 Marek Szuba
2021-05-26  6:49 Agostino Sarubbo
2021-06-06 13:01 Sam James
2021-06-06 17:03 Patrice Clement
2021-06-08 16:54 Sergei Trofimovich
2021-07-12 21:59 Sam James
2021-07-24  4:09 Sam James
2021-10-21 23:28 Sam James
2022-05-30 12:11 Marek Szuba
2022-06-25 17:01 Arthur Zamarin
2022-07-30  2:33 Sam James
2022-07-30  2:33 Sam James
2022-07-30  5:47 Michał Górny
2023-04-25 23:17 Sam James
2023-05-13  4:46 Michał Górny
2023-06-04  4:54 Sam James
2023-07-09 17:08 Arthur Zamarin
2023-07-09 19:36 Arthur Zamarin
2023-07-10  1:34 Michał Górny
2023-11-08  9:41 Michał Górny
2023-12-30 14:36 Arthur Zamarin
2023-12-30 14:36 Arthur Zamarin
2023-12-30 14:51 Arthur Zamarin
2023-12-30 16:18 Michał Górny
2024-06-05  4:51 Michał Górny
2024-06-22 13:49 Arthur Zamarin
2024-06-22 17:18 Sam James
2024-06-22 17:18 Sam James

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=1554589339.f4a7a6aa8dfbf89e891979eb3bcabbd78080199c.monsieurp@gentoo \
    --to=monsieurp@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