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

This commit is contained in:
K.I.A.Derouiche 2020-10-07 22:47:46 +01:00
parent 85fb20712b
commit cc23fbb533
16 changed files with 234 additions and 0 deletions

2
py-geometry-utils/DESCR Normal file
View File

@ -0,0 +1,2 @@
A collection of functions for bidimensional and tridimensional
arithmetic geometry

View File

@ -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
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"

17
py-geometry-utils/PLIST Normal file
View File

@ -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

View File

@ -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

5
py-spherical/DESCR Normal file
View File

@ -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

21
py-spherical/Makefile Normal file
View File

@ -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
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"

72
py-spherical/PLIST Normal file
View File

@ -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

6
py-spherical/distinfo Normal file
View File

@ -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

6
py-sqlalchemy-json/DESCR Normal file
View File

@ -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)

View File

@ -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
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"

13
py-sqlalchemy-json/PLIST Normal file
View File

@ -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

View File

@ -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

5
py-test-ordering/DESCR Normal file
View File

@ -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?

18
py-test-ordering/Makefile Normal file
View File

@ -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
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"

13
py-test-ordering/PLIST Normal file
View File

@ -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

View File

@ -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