From fd93fe10d9e6c855fed8e1524b2d2d64d2085570 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Oct 2024 04:04:37 +0100 Subject: gentoo auto-resync : 23:10:2024 - 04:04:36 --- dev-python/gsd/Manifest | 4 ++-- dev-python/gsd/gsd-3.3.2.ebuild | 40 ---------------------------------------- dev-python/gsd/gsd-3.4.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dev-python/gsd/gsd-3.3.2.ebuild create mode 100644 dev-python/gsd/gsd-3.4.1.ebuild (limited to 'dev-python/gsd') diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest index 30092c846f4d..b4d07a72cd72 100644 --- a/dev-python/gsd/Manifest +++ b/dev-python/gsd/Manifest @@ -1,5 +1,5 @@ -DIST gsd-3.3.2.tar.gz 108492 BLAKE2B cc585c4de8462891fbedd5a15bbfa5c531ee31cf2082b32600098d7ef8291a7067a195338384e4c42d0f64536d3feb5dc98b5099dc2bfe0ffd328447fc54389b SHA512 1ba704e5cbee3a1b9c2f8ac1b4f6d1afb9819d66b10b069965e25ad6b30f3143cdc721be204a4c34ecd0bf2ddc7eb65a1421f754cafdcc17fac2edad4fc58911 DIST gsd-3.4.0.tar.gz 109605 BLAKE2B ae0b107a143fefe738a08928874eb007d4f03a13a53c8cdb542b3303f96583ddb5982e49bf797658547735679c98cebcb33c77e6f26273b505c9032fb2e0c873 SHA512 7176d546636488e402a76b02273e6dec0debdcad487b4b54bdeddbaf0a41148e031f4fd6c4bde974035c61b65d7877864318456969a3ee403ff8a0597af13e38 -EBUILD gsd-3.3.2.ebuild 737 BLAKE2B d10d4a521ac0e6a17ac9611ed72f0f5a0a8e44b49daf26d85357d6a1f9ab2000248af8f0c9ba95e2001e026320a2e2ed97c4299693ed550698f971a65525e621 SHA512 c4a754fecb4d1c75467d32bb9b10d269cc6c51de08db7a3781094134086c5ccfeb53fa79b637ed8b60af7cae1ed3e8df728b935db20b7e50f335e092bb0705ff +DIST gsd-3.4.1.tar.gz 109640 BLAKE2B 92584927ed01808b8c116ef3fe446336f4adc9fb8eaa26ca0c8739493dd92f7fb0de39b4fda59a19e12051630837f4e5e40d10335adc84a89690acda50c26bea SHA512 802340f98f40dee8d583e92ab0043c88c822f00d9de3e83233916b0c6686dc973cddd569e9de01d515fe339b11c6651ecbfd551f5376d01922e71d217d9e74ba EBUILD gsd-3.4.0.ebuild 736 BLAKE2B 55429eb1e64cac4d798e970f789d145d9f8c8f7f6a2fa47ea819230d7e4bd0adab488421cd50856dc5d3d923438bf255fffdb79c3fe6a215eff185c4c1753e87 SHA512 d92f45bde606d8a311498e4e988d0663e002b30e06ac203687e4fb6cf30c7b812dcfddb68f227addd8910e290e97e4bfbf609a4316087800ed85ef3c2c955019 +EBUILD gsd-3.4.1.ebuild 736 BLAKE2B 55429eb1e64cac4d798e970f789d145d9f8c8f7f6a2fa47ea819230d7e4bd0adab488421cd50856dc5d3d923438bf255fffdb79c3fe6a215eff185c4c1753e87 SHA512 d92f45bde606d8a311498e4e988d0663e002b30e06ac203687e4fb6cf30c7b812dcfddb68f227addd8910e290e97e4bfbf609a4316087800ed85ef3c2c955019 MISC metadata.xml 470 BLAKE2B eaa8e5381c07e9d74d0df82cc0d3724493f0e0acce922837677d7fe6434ccd868cee2f85fa6e48cd2b01844247120c8ccec516b78279f770d3b90568e70e6f02 SHA512 2a1b071f15d642d7e0f1c71500c349cee330f65fa1c0841ff21e0b84227eb68e1ddd244b08c352cc7ba8a8f9910cdfc365cda943838f533bf70bbbb8d0945c47 diff --git a/dev-python/gsd/gsd-3.3.2.ebuild b/dev-python/gsd/gsd-3.3.2.ebuild deleted file mode 100644 index a16117a836ec..000000000000 --- a/dev-python/gsd/gsd-3.3.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 - -DESCRIPTION="GSD - file format specification and a library to read and write it" -HOMEPAGE=" - https://github.com/glotzerlab/gsd/ - https://pypi.org/project/gsd/ -" -SRC_URI=" - https://github.com/glotzerlab/gsd/releases/download/v${PV}/${P}.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - >=dev-python/numpy-1.24.2[${PYTHON_USEDEP}] -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - cd "${T}" || die - epytest --pyargs gsd -} diff --git a/dev-python/gsd/gsd-3.4.1.ebuild b/dev-python/gsd/gsd-3.4.1.ebuild new file mode 100644 index 000000000000..b809f912dc06 --- /dev/null +++ b/dev-python/gsd/gsd-3.4.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="GSD - file format specification and a library to read and write it" +HOMEPAGE=" + https://github.com/glotzerlab/gsd/ + https://pypi.org/project/gsd/ +" +SRC_URI=" + https://github.com/glotzerlab/gsd/releases/download/v${PV}/${P}.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + >=dev-python/numpy-2.0.0[${PYTHON_USEDEP}] +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_test() { + cd "${T}" || die + epytest --pyargs gsd +} -- cgit v1.2.3