From c431a44e3cfa102e5ef2c9d6bbac48e28c9b15cb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 20 Aug 2024 12:25:59 +0100 Subject: gentoo auto-resync : 20:08:2024 - 12:25:59 --- dev-python/gsd/Manifest | 4 ++-- dev-python/gsd/gsd-3.2.1.ebuild | 40 ---------------------------------------- dev-python/gsd/gsd-3.3.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dev-python/gsd/gsd-3.2.1.ebuild create mode 100644 dev-python/gsd/gsd-3.3.1.ebuild (limited to 'dev-python/gsd') diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest index bf325feb61d7..72310570d313 100644 --- a/dev-python/gsd/Manifest +++ b/dev-python/gsd/Manifest @@ -1,5 +1,5 @@ -DIST gsd-3.2.1.tar.gz 108463 BLAKE2B d944a1a7f991e0894bfa1e42aa891ed02f0bbbf91efda39ab45b87f21c17bcc16251a51a34682efb67b6b85cf7fc9d6d92108d85d9643ab8e19aed584397779f SHA512 e889b72d3857d41e68d9515d5857d99f8f6ceead4b8a43019ddf11c4600054c7af3e046792ce154031bfb439c57ecd9d0e553a574cbbf7bce2578b90da631230 DIST gsd-3.3.0.tar.gz 108961 BLAKE2B 1f734534717af776ebb5a62ddf67eabcc5bc99a814e48ac8d962fc034f24e4eb87a3e45087f3e2f7db757bfd57e44668e41a3ca1fccf406d964024a3a2d399ae SHA512 f01017f46626d19ae5e5bf683c719d6f74b0f3a9d295cd2e54d736f8ca9c25740389b9701b636b2513039919d52e6a6193215cdf759c1f5d3e686071c3888c27 -EBUILD gsd-3.2.1.ebuild 737 BLAKE2B d10d4a521ac0e6a17ac9611ed72f0f5a0a8e44b49daf26d85357d6a1f9ab2000248af8f0c9ba95e2001e026320a2e2ed97c4299693ed550698f971a65525e621 SHA512 c4a754fecb4d1c75467d32bb9b10d269cc6c51de08db7a3781094134086c5ccfeb53fa79b637ed8b60af7cae1ed3e8df728b935db20b7e50f335e092bb0705ff +DIST gsd-3.3.1.tar.gz 108613 BLAKE2B fdfc1e0e70f9b3d804ec5b7a76263b077609af811c9bb1cddf304ff46701d710fead5f103b712cd408cf3c4aa19b91e5af208d586e8a9ca81b56452e2ba32587 SHA512 84a131e4ac6baa7258ed7be5886b99fb34421e919eeaddadf658c3d0a40e2c3667b7ecee8c10a4e3b264538ebfd34c5b97090b23c72c7f9ada5c6b76985b894d EBUILD gsd-3.3.0.ebuild 737 BLAKE2B d10d4a521ac0e6a17ac9611ed72f0f5a0a8e44b49daf26d85357d6a1f9ab2000248af8f0c9ba95e2001e026320a2e2ed97c4299693ed550698f971a65525e621 SHA512 c4a754fecb4d1c75467d32bb9b10d269cc6c51de08db7a3781094134086c5ccfeb53fa79b637ed8b60af7cae1ed3e8df728b935db20b7e50f335e092bb0705ff +EBUILD gsd-3.3.1.ebuild 737 BLAKE2B d10d4a521ac0e6a17ac9611ed72f0f5a0a8e44b49daf26d85357d6a1f9ab2000248af8f0c9ba95e2001e026320a2e2ed97c4299693ed550698f971a65525e621 SHA512 c4a754fecb4d1c75467d32bb9b10d269cc6c51de08db7a3781094134086c5ccfeb53fa79b637ed8b60af7cae1ed3e8df728b935db20b7e50f335e092bb0705ff MISC metadata.xml 470 BLAKE2B eaa8e5381c07e9d74d0df82cc0d3724493f0e0acce922837677d7fe6434ccd868cee2f85fa6e48cd2b01844247120c8ccec516b78279f770d3b90568e70e6f02 SHA512 2a1b071f15d642d7e0f1c71500c349cee330f65fa1c0841ff21e0b84227eb68e1ddd244b08c352cc7ba8a8f9910cdfc365cda943838f533bf70bbbb8d0945c47 diff --git a/dev-python/gsd/gsd-3.2.1.ebuild b/dev-python/gsd/gsd-3.2.1.ebuild deleted file mode 100644 index a16117a836ec..000000000000 --- a/dev-python/gsd/gsd-3.2.1.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.3.1.ebuild b/dev-python/gsd/gsd-3.3.1.ebuild new file mode 100644 index 000000000000..a16117a836ec --- /dev/null +++ b/dev-python/gsd/gsd-3.3.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-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 +} -- cgit v1.2.3