summaryrefslogtreecommitdiff
path: root/dev-python/vector
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-05 19:18:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-05 19:18:11 +0000
commitae4397d78e495404afda11d03c7ba29e7c524058 (patch)
treeb6428e0150f06f9fa5e0d14d9c8e85a3406408a0 /dev-python/vector
parentdfd5a7f7e258f244f137f0b58ee5dcb9b1bc671c (diff)
downloadbaldeagleos-repo-ae4397d78e495404afda11d03c7ba29e7c524058.tar.gz
baldeagleos-repo-ae4397d78e495404afda11d03c7ba29e7c524058.tar.xz
baldeagleos-repo-ae4397d78e495404afda11d03c7ba29e7c524058.zip
Adding metadata
Diffstat (limited to 'dev-python/vector')
-rw-r--r--dev-python/vector/Manifest3
-rw-r--r--dev-python/vector/vector-1.8.0.ebuild (renamed from dev-python/vector/vector-1.6.3.ebuild)10
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/vector/Manifest b/dev-python/vector/Manifest
index 562a2dd42522..a7dc13735391 100644
--- a/dev-python/vector/Manifest
+++ b/dev-python/vector/Manifest
@@ -1,3 +1,4 @@
-DIST vector-1.6.3.tar.gz 352886 BLAKE2B 52b5bbb88ab3fce6c6feececc159b16f38ce0fbf4c78b2446011ec581c65dd2b50087a58ae39f53ee39263e8c4c1c32bf0594ca2e6cfb33b00f3c541125c4656 SHA512 ebd176f4901c087fe4b8ce91787633c11a59fe9aa3485cde9f06995aa78f14d7b3f8ea6d9cae55a8a5f92fa8c6ab4b90fa4aabc32317c5cc5425b5836f7fdc80
DIST vector-1.7.0.tar.gz 386607 BLAKE2B 96689863e1e602d64bbbf694b62afeb69f2487d2232178fd5b3352a1d757023d62e2a0e98003d113e34d3eb1794a7fa03701fc2040d353ae5ad6bcede26ab320 SHA512 de2b7c775e8db0d1797d43c2541fb4e8f118e616b1875d48fbc3bd6a1a08013319b0e576bffd8d3178791483468cb690295ed58e3626f16d7a05650e9ddbbb80
DIST vector-1.7.0.tar.gz.provenance 9150 BLAKE2B b9d5804f99c9df10986e0d92fa09388aa66bf502e9fa4069ec25b7eddff79a69dc8b6fb017c5f6baeaa404a1f8e5d0916d19077846b05f1e7afb3523815cec06 SHA512 13f9a72f0079cd27228d701fa13342546900c05666c97cf821c29c0b750e0a56c94d0121d57b8a4cc474a8a5c4598e36fd5247d7ee9131146574ab1097481496
+DIST vector-1.8.0.tar.gz 387493 BLAKE2B f858c435f1a6ba4c2bd2fa609171e207fe06494fa125fbe266535404d4834e9f2b72ca0a3ca6b805e34b8e6221778553c6b96cf72d95f79a76f58e84531b1156 SHA512 2c8129f548285b8bbcfbbaf084358dd15fe11ac3de2b3646b6434a3ed26bb85124b4957f736e6aa24d43fb6e8c35726eea7c5260b6e27a4315ea3500cc2a2bf6
+DIST vector-1.8.0.tar.gz.provenance 9195 BLAKE2B 4cbd5974ae64e9dfc39c4540f087474e86b8d0afe5951f0163c8c36c207d9a6ac417e43941b7ca33bf266701709146d3ece90c74eeb8f070c45f40b5c8e466a4 SHA512 dd494c9c5b7fa2f2e6972cbd73e2c79fa7c329aea751005b256339b5b6e9793c905bfb1d58b989fd0e758271cc451edb871e7bb912259e2285326cb430d2cfdc
diff --git a/dev-python/vector/vector-1.6.3.ebuild b/dev-python/vector/vector-1.8.0.ebuild
index 6a96ed5b650a..e178d0fe8046 100644
--- a/dev-python/vector/vector-1.6.3.ebuild
+++ b/dev-python/vector/vector-1.8.0.ebuild
@@ -1,16 +1,17 @@
-# Copyright 2025 Gentoo Authors
+# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..14} )
+PYPI_VERIFY_REPO=https://github.com/scikit-hep/vector
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi optfeature
DESCRIPTION="Vector classes and utilities"
HOMEPAGE="
- https://github.com/scikit-hep/vector
+ https://github.com/scikit-hep/vector/
https://pypi.org/project/vector/
https://vector.readthedocs.io/
https://doi.org/10.5281/zenodo.7054478
@@ -21,8 +22,8 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
- >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
- >=dev-python/packaging-19[${PYTHON_USEDEP}]
+ >=dev-python/numpy-1.19.3[${PYTHON_USEDEP}]
+ >=dev-python/packaging-20[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
@@ -41,7 +42,6 @@ EPYTEST_IGNORE=(
)
EPYTEST_PLUGINS=()
-
distutils_enable_tests pytest
pkg_postinst() {