summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-vector_1.8.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-27 17:47:57 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-31 03:08:54 -0700
commit9966cea909377efb4a91bfc65986feb5df2a7667 (patch)
tree72cae223a5a396d399d007b0ea2009604c409cec /meta-python/recipes-devtools/python/python3-vector_1.8.1.bb
parent0080b0490beb3c12c69d86f96224aee6d9e74f43 (diff)
downloadmeta-openembedded-9966cea909377efb4a91bfc65986feb5df2a7667.tar.gz
python3-vector: upgrade 1.8.0 -> 1.8.1
Changelog: ========== - fix: get rid of cupy<14 quick fix - fix: _wrap_results skips momentum equivalents - ci: bump setup-uv to maintained tag scheme - ci: enable numba testing in 3.14t Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-vector_1.8.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-vector_1.8.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-vector_1.8.1.bb b/meta-python/recipes-devtools/python/python3-vector_1.8.1.bb
new file mode 100644
index 0000000000..b04184cc88
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-vector_1.8.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Python library for arrays of 2D, 3D, and Lorentz vectors"
2DESCRIPTION = "\
3 Vector is a Python library for 2D and 3D spatial vectors, as well as 4D space-time vectors. \
4 It is especially intended for performing geometric calculations on arrays of vectors, rather \
5 than one vector at a time in a Python for loop.\
6"
7HOMEPAGE = "https://github.com/scikit-hep/vector"
8BUGTRACKER = "https://github.com/scikit-hep/vector/issues"
9SECTION = "devel/python"
10LICENSE = "BSD-3-Clause"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=b9f683a957276148387db50971a7b3ef"
12
13DEPENDS += "python3-hatch-vcs-native"
14
15SRC_URI[sha256sum] = "1b7658a4fbc7b593342506a1b84eff3459745b09c98c3be83ed58df31fd29b43"
16
17inherit pypi python_hatchling
18
19RDEPENDS:${PN} += "\
20 python3-numpy \
21 python3-packaging \
22"