mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
math/py-vector: Add py-vector 1.6.2
Vector is a Python library for 2D and 3D spatial vectors, as well as 4D space-time vectors. It is especially intended for performing geometric calculations on arrays of vectors, rather than one vector at a time in a Python for loop.
This commit is contained in:
@@ -1134,6 +1134,7 @@
|
||||
SUBDIR += py-umap-learn
|
||||
SUBDIR += py-uncertainties
|
||||
SUBDIR += py-unyt
|
||||
SUBDIR += py-vector
|
||||
SUBDIR += py-vincenty
|
||||
SUBDIR += py-yt
|
||||
SUBDIR += py-z3-solver
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
PORTNAME= vector
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Vector classes and utilities
|
||||
WWW= https://vector.readthedocs.io/en/latest/ \
|
||||
https://github.com/scikit-hep/vector
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13.3,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}packaging>=19:devel/py-packaging@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1747715288
|
||||
SHA256 (vector-1.6.2.tar.gz) = 6e59d9db8b615016fa542a2e8150d0c819046fe6940badd267811a454a7f0eca
|
||||
SIZE (vector-1.6.2.tar.gz) = 350018
|
||||
@@ -0,0 +1,4 @@
|
||||
Vector is a Python library for 2D and 3D spatial vectors, as well as 4D
|
||||
space-time vectors. It is especially intended for performing geometric
|
||||
calculations on arrays of vectors, rather than one vector at a time in a Python
|
||||
for loop.
|
||||
Reference in New Issue
Block a user