summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/gsd/Manifest1
-rw-r--r--dev-python/gsd/gsd-4.0.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest
index 82392831aeda..8622051bae52 100644
--- a/dev-python/gsd/Manifest
+++ b/dev-python/gsd/Manifest
@@ -1,2 +1 @@
-DIST gsd-4.0.0.tar.gz 110595 BLAKE2B 7aeb318535cc8004ba06e98dc7d8a1e96a2e0a5f8bd07374199f83292c9cd40a1867592121dbbadb68bb4d63e36a744edd01f9b2507c35ac7272af13ef5adf89 SHA512 4863c204a9d905aefe0ce31aa15f5a7820047da177a4d2058bf76ff0660c1ad749c8fa1e6fa612ae4125060b77082ef80549e7439cba383d27f8d724ad14ddbe
DIST gsd-4.1.0.tar.gz 141350 BLAKE2B 578680a05e79f9747fea0252e4ad0b2a541819f19d8ca68924d25df70397e49a9aa787b9d9905f0b7f7fd2f069cf856ffe2b531c6bbc0dfa69080aff9283025a SHA512 13b81905943ad12a764f454a684cf4b016e829f18d92933562fed35b34fd9c5dbabc6b78cf3a80c07d9e68ed93edf28cd2e62d3f984984eca331ce7cec3bf51b
diff --git a/dev-python/gsd/gsd-4.0.0.ebuild b/dev-python/gsd/gsd-4.0.0.ebuild
deleted file mode 100644
index 74aa1ebf54cb..000000000000
--- a/dev-python/gsd/gsd-4.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 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_{11..14} )
-
-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[${PYTHON_USEDEP}]
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-python_test() {
- cd "${T}" || die
- epytest --pyargs gsd
-}