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:
Po-Chuan Hsieh
2025-05-25 17:52:22 +08:00
parent 37e523cb20
commit 803dbf0276
4 changed files with 33 additions and 0 deletions
+1
View File
@@ -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
+25
View File
@@ -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>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1747715288
SHA256 (vector-1.6.2.tar.gz) = 6e59d9db8b615016fa542a2e8150d0c819046fe6940badd267811a454a7f0eca
SIZE (vector-1.6.2.tar.gz) = 350018
+4
View File
@@ -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.