pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
new package: py-innerscope in pkgsrc-wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Fri Nov 18 17:03:07 2022 +0000
Changeset: 9d818319d829b07778e1262899406b610e1bde54
Modified Files:
Makefile
Added Files:
py-innerscope/DESCR
py-innerscope/Makefile
py-innerscope/PLIST
py-innerscope/distinfo
Log Message:
new package: py-innerscope in pkgsrc-wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9d818319d829b07778e1262899406b610e1bde54
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-innerscope/DESCR | 3 +++
py-innerscope/Makefile | 18 ++++++++++++++++++
py-innerscope/PLIST | 30 ++++++++++++++++++++++++++++++
py-innerscope/distinfo | 5 +++++
5 files changed, 57 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index fb1e07f4c5..539cac384b 100644
--- a/Makefile
+++ b/Makefile
@@ -4012,6 +4012,7 @@ SUBDIR+= py-import-linter
SUBDIR+= py-imread
SUBDIR+= py-imreg-dft
SUBDIR+= py-influxdb
+SUBDIR+= py-innerscope
SUBDIR+= py-inspyred
SUBDIR+= py-instant
SUBDIR+= py-ioTPy
diff --git a/py-innerscope/DESCR b/py-innerscope/DESCR
new file mode 100644
index 0000000000..84c1d35b82
--- /dev/null
+++ b/py-innerscope/DESCR
@@ -0,0 +1,3 @@
+innerscope exposes the inner scope of functions and offers primitives
+suitable for creating pipelines. It explores a design space around
+functions, dictionaries, and classes.
diff --git a/py-innerscope/Makefile b/py-innerscope/Makefile
new file mode 100644
index 0000000000..c3abdc2783
--- /dev/null
+++ b/py-innerscope/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= innerscope-0.5.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=i/innerscope/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://pypi.org/project/innerscope/
+COMMENT= Expose the inner scope of functions
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-toolz-[0-9]*:../../devel/py-toolz
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-innerscope/PLIST b/py-innerscope/PLIST
new file mode 100644
index 0000000000..5d082755c4
--- /dev/null
+++ b/py-innerscope/PLIST
@@ -0,0 +1,30 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/innerscope/__init__.py
+${PYSITELIB}/innerscope/__init__.pyc
+${PYSITELIB}/innerscope/__init__.pyo
+${PYSITELIB}/innerscope/_version.py
+${PYSITELIB}/innerscope/_version.pyc
+${PYSITELIB}/innerscope/_version.pyo
+${PYSITELIB}/innerscope/cfg.py
+${PYSITELIB}/innerscope/cfg.pyc
+${PYSITELIB}/innerscope/cfg.pyo
+${PYSITELIB}/innerscope/core.py
+${PYSITELIB}/innerscope/core.pyc
+${PYSITELIB}/innerscope/core.pyo
+${PYSITELIB}/innerscope/tests/__init__.py
+${PYSITELIB}/innerscope/tests/__init__.pyc
+${PYSITELIB}/innerscope/tests/__init__.pyo
+${PYSITELIB}/innerscope/tests/conftest.py
+${PYSITELIB}/innerscope/tests/conftest.pyc
+${PYSITELIB}/innerscope/tests/conftest.pyo
+${PYSITELIB}/innerscope/tests/test_core.py
+${PYSITELIB}/innerscope/tests/test_core.pyc
+${PYSITELIB}/innerscope/tests/test_core.pyo
+${PYSITELIB}/innerscope/tests/test_repr.py
+${PYSITELIB}/innerscope/tests/test_repr.pyc
+${PYSITELIB}/innerscope/tests/test_repr.pyo
diff --git a/py-innerscope/distinfo b/py-innerscope/distinfo
new file mode 100644
index 0000000000..aecf6b516a
--- /dev/null
+++ b/py-innerscope/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (innerscope-0.5.1.tar.gz) = 20110e1be21c623fdc746415fa4f91063ca816822f35cc7fb196bc55ded030a6
+SHA512 (innerscope-0.5.1.tar.gz) = ffacbba793ba0cd957eec9aee2c7014a3128f82933ee5d40e59cc84a69588a6b4c393a050b5b6be0cee7c22bc2ca0475e7072d8082621fea854f2b72b02b0011
+Size (innerscope-0.5.1.tar.gz) = 35118 bytes
Home |
Main Index |
Thread Index |
Old Index