python-nodeenv 1.5.0-1 (znver1;aarch64;x86_64) 2021-13481
9999

Status published
Submitter itchka [@T] compuserve.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/942770
Packages
python-nodeenv-1.5.0-1.znver1.binary
python-nodeenv-1.5.0-1.znver1.source
python-nodeenv-1.5.0-1.aarch64.source
python-nodeenv-1.5.0-1.aarch64.binary
python-nodeenv-1.5.0-1.x86_64.source
python-nodeenv-1.5.0-1.x86_64.binary
Build Date 2021-01-13 09:44:54 +0000 UTC
Last Updated 2021-01-18 21:53:09.605533755 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary c25d997718fb0f28f660b13749eb2bbf54c281bc

commit c25d997718fb0f28f660b13749eb2bbf54c281bc
Author:     Colin <itchka@compuserve.com>
AuthorDate: Wed Jan 13 09:28:41 2021 +0000
Commit:     Colin <itchka@compuserve.com>
CommitDate: Wed Jan 13 09:28:41 2021 +0000

    Initial commit
---
 .abf.yml            |  2 ++
 python-nodeenv.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 .abf.yml
 create mode 100644 python-nodeenv.spec

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..c1f9e68
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  nodeenv-1.5.0.tar.gz: 40b5987f729c187a3f90c6a78f70d38ab01ca493
diff --git a/python-nodeenv.spec b/python-nodeenv.spec
new file mode 100644
index 0000000..77791d8
--- /dev/null
+++ b/python-nodeenv.spec
@@ -0,0 +1,43 @@
+# Created by pyp2rpm-3.3.5
+%global pypi_name nodeenv
+
+Name:           python-%{pypi_name}
+Version:        1.5.0
+Release:        1
+Summary:        Node.js virtual environment builder
+Group:          Development/Python
+License:        BSD
+URL:            https://github.com/ekalinin/nodeenv
+Source0:        %{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python3-devel
+BuildRequires:  python3dist(setuptools)
+
+%description
+Node.js virtual environment nodeenv (node.js virtual environment) is a tool to
+create isolated node.js environments.It creates an environment that has its own
+installation directories, that doesn't share libraries with other node.js
+virtual environments.Also the new environment can be integrated with the
+environment which was built by virtualenv_ (python).If you use nodeenv feel
+free to add...
+
+%prep
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%files -n python-%{pypi_name}
+%license LICENSE
+%doc README.rst README.ru.rst
+%{_bindir}/nodeenv
+%{python3_sitelib}/__pycache__/*
+%{python3_sitelib}/%{pypi_name}.py
+#%{python3_sitelib}/%{pypi_name}
+%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
Not Available

benbullard79 [@T] cox.netNo Comment.1165d 01hrs
benbullard79 [@T] cox.netNo Comment.1165d 01hrs