pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

newpkg{py-geometry-utils, py-spherical, py-sqlalchemy-json, py-test-ordering



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Oct 7 22:47:46 2020 +0100
Changeset:	cc23fbb53346ebb48704d8eebe0b9d6bb237c97f

Added Files:
	py-geometry-utils/DESCR
	py-geometry-utils/Makefile
	py-geometry-utils/PLIST
	py-geometry-utils/distinfo
	py-spherical/DESCR
	py-spherical/Makefile
	py-spherical/PLIST
	py-spherical/distinfo
	py-sqlalchemy-json/DESCR
	py-sqlalchemy-json/Makefile
	py-sqlalchemy-json/PLIST
	py-sqlalchemy-json/distinfo
	py-test-ordering/DESCR
	py-test-ordering/Makefile
	py-test-ordering/PLIST
	py-test-ordering/distinfo

Log Message:
newpkg{py-geometry-utils, py-spherical, py-sqlalchemy-json, py-test-ordering

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc23fbb53346ebb48704d8eebe0b9d6bb237c97f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-geometry-utils/DESCR     |  2 ++
 py-geometry-utils/Makefile  | 19 ++++++++++++
 py-geometry-utils/PLIST     | 17 +++++++++++
 py-geometry-utils/distinfo  |  6 ++++
 py-spherical/DESCR          |  5 ++++
 py-spherical/Makefile       | 21 +++++++++++++
 py-spherical/PLIST          | 72 +++++++++++++++++++++++++++++++++++++++++++++
 py-spherical/distinfo       |  6 ++++
 py-sqlalchemy-json/DESCR    |  6 ++++
 py-sqlalchemy-json/Makefile | 19 ++++++++++++
 py-sqlalchemy-json/PLIST    | 13 ++++++++
 py-sqlalchemy-json/distinfo |  6 ++++
 py-test-ordering/DESCR      |  5 ++++
 py-test-ordering/Makefile   | 18 ++++++++++++
 py-test-ordering/PLIST      | 13 ++++++++
 py-test-ordering/distinfo   |  6 ++++
 16 files changed, 234 insertions(+)

diffs:
diff --git a/py-geometry-utils/DESCR b/py-geometry-utils/DESCR
new file mode 100644
index 0000000000..87d825d315
--- /dev/null
+++ b/py-geometry-utils/DESCR
@@ -0,0 +1,2 @@
+A collection of functions for bidimensional and tridimensional
+arithmetic geometry
diff --git a/py-geometry-utils/Makefile b/py-geometry-utils/Makefile
new file mode 100644
index 0000000000..fd66e7cdd5
--- /dev/null
+++ b/py-geometry-utils/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	geometry-utils-0.1.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://files.pythonhosted.org/packages/05/f4/0ca9d716fd937996a61377c9094b390601355cc56a781c70dcac3e3f30db/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/ihavenonickname/geometry-utils
+COMMENT=	Functions for bidimensional and tridimensional arithmetic geometry
+LICENSE=	mit
+
+DEPENDS+=       ${PYPKGPREFIX}-pkginfo>=1.5.0.1:../../devel/py-pkginfo
+DEPENDS+=       ${PYPKGPREFIX}-wheel>=0.35.1:../../devel/py-wheel
+DEPENDS+=       ${PYPKGPREFIX}-twine>=1.13.0:../../net/py-twine
+DEPENDS+=       ${PYPKGPREFIX}-sv-geometry>=0.1.3:../../wip/py-sv-geometry
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-geometry-utils/PLIST b/py-geometry-utils/PLIST
new file mode 100644
index 0000000000..97b5b30dfe
--- /dev/null
+++ b/py-geometry-utils/PLIST
@@ -0,0 +1,17 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/geometry_utils/__init__.py
+${PYSITELIB}/geometry_utils/__init__.pyc
+${PYSITELIB}/geometry_utils/__init__.pyo
+${PYSITELIB}/geometry_utils/bidimensional.py
+${PYSITELIB}/geometry_utils/bidimensional.pyc
+${PYSITELIB}/geometry_utils/bidimensional.pyo
+${PYSITELIB}/geometry_utils/helper.py
+${PYSITELIB}/geometry_utils/helper.pyc
+${PYSITELIB}/geometry_utils/helper.pyo
+${PYSITELIB}/geometry_utils/tridimensional.py
+${PYSITELIB}/geometry_utils/tridimensional.pyc
+${PYSITELIB}/geometry_utils/tridimensional.pyo
diff --git a/py-geometry-utils/distinfo b/py-geometry-utils/distinfo
new file mode 100644
index 0000000000..118b1677f0
--- /dev/null
+++ b/py-geometry-utils/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (geometry-utils-0.1.3.tar.gz) = e5a50c67369f714207ac472ff412032c295540af
+RMD160 (geometry-utils-0.1.3.tar.gz) = 1a5bebf80f71cad14df81a806af6d42f20e23a02
+SHA512 (geometry-utils-0.1.3.tar.gz) = a9176316bb2a470bdaf203e7b4b35ccbf2b14dd3cd92d68e3b06e0d20513f5232b16426b357c00d6f968f5d72c3ffe0e3383645c8b611308b1285643e005a0f5
+Size (geometry-utils-0.1.3.tar.gz) = 2096 bytes
diff --git a/py-spherical/DESCR b/py-spherical/DESCR
new file mode 100644
index 0000000000..227f07c9ef
--- /dev/null
+++ b/py-spherical/DESCR
@@ -0,0 +1,5 @@
+Python/numba package for evaluating and transforming Wigner's
+D matrices, Wigner's 3-j symbols, and spin-weighted (and scalar)
+spherical harmonics. These functions are evaluated directly in terms
+of quaternions, as well as in the more standard forms of spherical
+coordinates and Euler angles
diff --git a/py-spherical/Makefile b/py-spherical/Makefile
new file mode 100644
index 0000000000..6e99668d1e
--- /dev/null
+++ b/py-spherical/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	spherical-0.1.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	https://files.pythonhosted.org/packages/b8/d6/0abcca29647c4cd5ad6b6a9fe957d33b292d8e904abdb5635e75979da965/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/moble/spherical
+COMMENT=	Evaluate and transform D matrices, 3-j symbols
+LICENSE=	mit
+
+#DEPENDS+=	${PYPKGPREFIX}-quaternionic>=0.2.0:../../wip/py-quaternionic
+#DEPENDS+=	${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
+
+USE_LANGUAGES=	# none
+
+BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+=	${PYPKGPREFIX}-numpy>=1.13
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-spherical/PLIST b/py-spherical/PLIST
new file mode 100644
index 0000000000..43c05ea0c3
--- /dev/null
+++ b/py-spherical/PLIST
@@ -0,0 +1,72 @@
+@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}/spherical/SWSH/__init__.py
+${PYSITELIB}/spherical/SWSH/__init__.pyc
+${PYSITELIB}/spherical/SWSH/__init__.pyo
+${PYSITELIB}/spherical/SWSH_grids/__init__.py
+${PYSITELIB}/spherical/SWSH_grids/__init__.pyc
+${PYSITELIB}/spherical/SWSH_grids/__init__.pyo
+${PYSITELIB}/spherical/SWSH_grids/algebra.py
+${PYSITELIB}/spherical/SWSH_grids/algebra.pyc
+${PYSITELIB}/spherical/SWSH_grids/algebra.pyo
+${PYSITELIB}/spherical/SWSH_grids/ufuncs.py
+${PYSITELIB}/spherical/SWSH_grids/ufuncs.pyc
+${PYSITELIB}/spherical/SWSH_grids/ufuncs.pyo
+${PYSITELIB}/spherical/SWSH_grids/utilities.py
+${PYSITELIB}/spherical/SWSH_grids/utilities.pyc
+${PYSITELIB}/spherical/SWSH_grids/utilities.pyo
+${PYSITELIB}/spherical/SWSH_modes/__init__.py
+${PYSITELIB}/spherical/SWSH_modes/__init__.pyc
+${PYSITELIB}/spherical/SWSH_modes/__init__.pyo
+${PYSITELIB}/spherical/SWSH_modes/algebra.py
+${PYSITELIB}/spherical/SWSH_modes/algebra.pyc
+${PYSITELIB}/spherical/SWSH_modes/algebra.pyo
+${PYSITELIB}/spherical/SWSH_modes/derivatives.py
+${PYSITELIB}/spherical/SWSH_modes/derivatives.pyc
+${PYSITELIB}/spherical/SWSH_modes/derivatives.pyo
+${PYSITELIB}/spherical/SWSH_modes/ufuncs.py
+${PYSITELIB}/spherical/SWSH_modes/ufuncs.pyc
+${PYSITELIB}/spherical/SWSH_modes/ufuncs.pyo
+${PYSITELIB}/spherical/SWSH_modes/utilities.py
+${PYSITELIB}/spherical/SWSH_modes/utilities.pyc
+${PYSITELIB}/spherical/SWSH_modes/utilities.pyo
+${PYSITELIB}/spherical/WignerD/WignerDRecursion.py
+${PYSITELIB}/spherical/WignerD/WignerDRecursion.pyc
+${PYSITELIB}/spherical/WignerD/WignerDRecursion.pyo
+${PYSITELIB}/spherical/WignerD/__init__.py
+${PYSITELIB}/spherical/WignerD/__init__.pyc
+${PYSITELIB}/spherical/WignerD/__init__.pyo
+${PYSITELIB}/spherical/Wigner_coefficients.npy
+${PYSITELIB}/spherical/__init__.py
+${PYSITELIB}/spherical/__init__.pyc
+${PYSITELIB}/spherical/__init__.pyo
+${PYSITELIB}/spherical/_generate_coefficients.py
+${PYSITELIB}/spherical/_generate_coefficients.pyc
+${PYSITELIB}/spherical/_generate_coefficients.pyo
+${PYSITELIB}/spherical/binomial_coefficients.npy
+${PYSITELIB}/spherical/ladder_operator_coefficients.npy
+${PYSITELIB}/spherical/mode_conversions.py
+${PYSITELIB}/spherical/mode_conversions.pyc
+${PYSITELIB}/spherical/mode_conversions.pyo
+${PYSITELIB}/spherical/multiplication.py
+${PYSITELIB}/spherical/multiplication.pyc
+${PYSITELIB}/spherical/multiplication.pyo
+${PYSITELIB}/spherical/recursions/__init__.py
+${PYSITELIB}/spherical/recursions/__init__.pyc
+${PYSITELIB}/spherical/recursions/__init__.pyo
+${PYSITELIB}/spherical/recursions/associated_legendre_functions.py
+${PYSITELIB}/spherical/recursions/associated_legendre_functions.pyc
+${PYSITELIB}/spherical/recursions/associated_legendre_functions.pyo
+${PYSITELIB}/spherical/recursions/complex_powers.py
+${PYSITELIB}/spherical/recursions/complex_powers.pyc
+${PYSITELIB}/spherical/recursions/complex_powers.pyo
+${PYSITELIB}/spherical/recursions/wigner3j.py
+${PYSITELIB}/spherical/recursions/wigner3j.pyc
+${PYSITELIB}/spherical/recursions/wigner3j.pyo
+${PYSITELIB}/spherical/recursions/wignerH.py
+${PYSITELIB}/spherical/recursions/wignerH.pyc
+${PYSITELIB}/spherical/recursions/wignerH.pyo
diff --git a/py-spherical/distinfo b/py-spherical/distinfo
new file mode 100644
index 0000000000..11651e9111
--- /dev/null
+++ b/py-spherical/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (spherical-0.1.2.tar.gz) = a68038aa46692f6b0ed1e447011ce78c9e19f913
+RMD160 (spherical-0.1.2.tar.gz) = d7683a3c7bdc4430d7e89d6c0695779b39e51212
+SHA512 (spherical-0.1.2.tar.gz) = 1ea3a7586158d84e6cfc266ed6432959d0f4fd1d8a4f325bb0b35052c8fce4ac75ea0fad25b249da1e67f13b7f5b44cdc3701aa47a74268b4d9c896a6dd48fed
+Size (spherical-0.1.2.tar.gz) = 391433 bytes
diff --git a/py-sqlalchemy-json/DESCR b/py-sqlalchemy-json/DESCR
new file mode 100644
index 0000000000..c6ce57eea2
--- /dev/null
+++ b/py-sqlalchemy-json/DESCR
@@ -0,0 +1,6 @@
+SQLAlchemy-JSON provides mutation-tracked JSON types to SQLAlchemy
+
+- MutableJson is a straightforward implementation for keeping track
+of top-level changes to JSON objects;
+- NestedMutableJson is an extension of this which tracks changes even
+when these happen in nested objects or arrays (Python dicts and lists)
diff --git a/py-sqlalchemy-json/Makefile b/py-sqlalchemy-json/Makefile
new file mode 100644
index 0000000000..5ec85823dd
--- /dev/null
+++ b/py-sqlalchemy-json/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	sqlalchemy-json-0.4.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=	https://files.pythonhosted.org/packages/f0/8b/a8efb371baa9367751319ce60bdd258fbf292306d11c389182544ae6844a/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/edelooff/sqlalchemy-json
+COMMENT=	JSON type with nested change tracking for SQLAlchemy
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-sqlalchemy>=0.7:../../databases/py-sqlalchemy
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sqlalchemy-json/PLIST b/py-sqlalchemy-json/PLIST
new file mode 100644
index 0000000000..bf7069fa27
--- /dev/null
+++ b/py-sqlalchemy-json/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sqlalchemy_json/__init__.py
+${PYSITELIB}/sqlalchemy_json/__init__.pyc
+${PYSITELIB}/sqlalchemy_json/__init__.pyo
+${PYSITELIB}/sqlalchemy_json/track.py
+${PYSITELIB}/sqlalchemy_json/track.pyc
+${PYSITELIB}/sqlalchemy_json/track.pyo
diff --git a/py-sqlalchemy-json/distinfo b/py-sqlalchemy-json/distinfo
new file mode 100644
index 0000000000..59c57e94bc
--- /dev/null
+++ b/py-sqlalchemy-json/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sqlalchemy-json-0.4.0.tar.gz) = cc955a79775b58a4c7f07e798eb5a1b9aa55be64
+RMD160 (sqlalchemy-json-0.4.0.tar.gz) = 15a011893b44aa84f3e7d1805ce92781b34d4344
+SHA512 (sqlalchemy-json-0.4.0.tar.gz) = 42f015cc569489b395e8069e9c1f0e5861857eb1b42225582ff9b659f5bce3214d561fccfaeb925d04c62503921f2d62487a2e166297b00287acd66760fc8838
+Size (sqlalchemy-json-0.4.0.tar.gz) = 5583 bytes
diff --git a/py-test-ordering/DESCR b/py-test-ordering/DESCR
new file mode 100644
index 0000000000..f0bd27c79d
--- /dev/null
+++ b/py-test-ordering/DESCR
@@ -0,0 +1,5 @@
+pytest plugin to run your tests in a specific order
+Have you ever wanted to easily run one of your tests before any
+others run? Or run some tests last? Or run this one test before
+that other test? Or make sure that this group of tests runs after
+this other group of tests?
diff --git a/py-test-ordering/Makefile b/py-test-ordering/Makefile
new file mode 100644
index 0000000000..d8e185a60a
--- /dev/null
+++ b/py-test-ordering/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	pytest-ordering-0.6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES=	category python
+MASTER_SITES=	https://files.pythonhosted.org/packages/e1/ba/65091c36e6e18da479d22d860586e3ba3a4237cc92a66e3ddd945e4fe761/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/ftobia/pytest-ordering
+COMMENT=	Pytest plugin to run your tests in a specific order
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-test-ordering/PLIST b/py-test-ordering/PLIST
new file mode 100644
index 0000000000..9c08d3ad64
--- /dev/null
+++ b/py-test-ordering/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_ordering/__init__.py
+${PYSITELIB}/pytest_ordering/__init__.pyc
+${PYSITELIB}/pytest_ordering/__init__.pyo
+${PYSITELIB}/pytest_ordering/_version.py
+${PYSITELIB}/pytest_ordering/_version.pyc
+${PYSITELIB}/pytest_ordering/_version.pyo
diff --git a/py-test-ordering/distinfo b/py-test-ordering/distinfo
new file mode 100644
index 0000000000..84c584888b
--- /dev/null
+++ b/py-test-ordering/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pytest-ordering-0.6.tar.gz) = 5efd721d3102beeb3ad9cd603e7209ef3eb003ce
+RMD160 (pytest-ordering-0.6.tar.gz) = cea09fa0ddb9b1e7163e33cbcb2a36556563d723
+SHA512 (pytest-ordering-0.6.tar.gz) = 2529e5f96b1a62b28ea4ab30ebcbe6c93f193e547650c24e25840616f92a5f8b246b80216dec8762558bbd0b353619acec06809051845c62f9dacc0fbd4c720b
+Size (pytest-ordering-0.6.tar.gz) = 2629 bytes


Home | Main Index | Thread Index | Old Index