From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gsd/
Date: Sat, 30 Dec 2023 18:28:45 +0000 (UTC) [thread overview]
Message-ID: <1703960851.5a86a3c06e417c59fafbf639bc7084db183e28af.mgorny@gentoo> (raw)
commit: 5a86a3c06e417c59fafbf639bc7084db183e28af
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:27:31 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:27:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a86a3c0
dev-python/gsd: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gsd/Manifest | 3 ---
dev-python/gsd/gsd-3.0.1.ebuild | 40 ----------------------------------------
dev-python/gsd/gsd-3.1.0.ebuild | 40 ----------------------------------------
dev-python/gsd/gsd-3.1.1.ebuild | 40 ----------------------------------------
4 files changed, 123 deletions(-)
diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest
index 16c07fc59498..36601fec179a 100644
--- a/dev-python/gsd/Manifest
+++ b/dev-python/gsd/Manifest
@@ -1,4 +1 @@
-DIST gsd-3.0.1.tar.gz 106692 BLAKE2B d65b4bda7ffbba315f83a4cda8188181616a1a351d6848b91984ac97b404e5f134be567c3c616c7ff31a1402f828d76658c59b6fedeb6bcd32667ce6c7135518 SHA512 011f640aaf14e685edabd4438c93c2821cd056ba98bf2b29d3f207bf0384ccb0745580c07e1dea98790667d81d69f74b7a9a6efb019def236b515f76895a84fe
-DIST gsd-3.1.0.tar.gz 106081 BLAKE2B a3c1a13c4c733aa0f46b4f0ecd92c7055036ecee0b63d755b84f6b62d04401295cb403151bb1460a95b94d7f46abf9d8bc5b33d627cc7b15444a3478eee35651 SHA512 68a096e44584683eeff0ac13037388ffe9c8c680e371a7a1bfeff84df937a3b4860cad15a42c4766c338da59e6a9393f92a83f2546f00e0c0d013648fac50273
-DIST gsd-3.1.1.tar.gz 106574 BLAKE2B f8f4e2a41fd7ba0245ab97eef04ba10828f6866178fdd1120feba0f5b3fef2743e47ea4e780111338c8527e822ce24273a68760424ae0b63d0fe487237cf2451 SHA512 3396c7e064bb496fa4a01dc5c1413f2cff5e64731e73d88f3a547121335cfda150cd6c044880376a9adfe44b9f6ae7b679d9aa7d77f43e836b68df9e76678978
DIST gsd-3.2.0.tar.gz 107175 BLAKE2B e5bcd1ec39066b872efba605dbbe316cd957341c45c5c3fecbc6d1653f91b2cd9154ecdd8123aedf697608dfa1f311996e088724e803929399395befe062a58d SHA512 4bc4d5a4186234d339e488db7c1f4efc6e0a2afe9b1d1ca8d75f65ae25119a2782311bfbc000ab12668fe4326fa737509c16d447252693becf6218ac8d22921f
diff --git a/dev-python/gsd/gsd-3.0.1.ebuild b/dev-python/gsd/gsd-3.0.1.ebuild
deleted file mode 100644
index c9851b2e7559..000000000000
--- a/dev-python/gsd/gsd-3.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 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..11} )
-
-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.1.0.ebuild b/dev-python/gsd/gsd-3.1.0.ebuild
deleted file mode 100644
index c9851b2e7559..000000000000
--- a/dev-python/gsd/gsd-3.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 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..11} )
-
-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.1.1.ebuild b/dev-python/gsd/gsd-3.1.1.ebuild
deleted file mode 100644
index 444a21d246d2..000000000000
--- a/dev-python/gsd/gsd-3.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 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..12} )
-
-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
-}
next reply other threads:[~2023-12-30 18:28 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-30 18:28 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-14 4:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/gsd/ Michał Górny
2024-11-14 4:39 Michał Górny
2024-10-22 3:10 Michał Górny
2024-10-22 3:10 Michał Górny
2024-10-19 6:03 Michał Górny
2024-10-19 6:03 Michał Górny
2024-09-07 6:23 Michał Górny
2024-09-07 6:23 Michał Górny
2024-08-20 1:43 Michał Górny
2024-08-20 1:43 Michał Górny
2024-05-30 4:03 Michał Górny
2024-05-19 11:47 Michał Górny
2024-01-23 4:39 Michał Górny
2023-09-28 4:43 Michał Górny
2023-08-04 2:42 Michał Górny
2023-08-04 2:42 Michał Górny
2023-07-29 3:01 Michał Górny
2023-07-24 11:31 Michał Górny
2023-06-21 4:14 Michał Górny
2023-06-17 5:59 Michał Górny
2023-05-20 6:22 Michał Górny
2023-05-04 16:17 Michał Górny
2023-04-14 3:59 Michał Górny
2023-02-25 6:06 Michał Górny
2022-11-30 19:42 Arthur Zamarin
2022-11-30 19:42 Arthur Zamarin
2022-11-14 4:39 Michał Górny
2022-11-05 5:00 Michał Górny
2022-08-19 19:13 Arthur Zamarin
2022-08-19 19:13 Arthur Zamarin
2022-06-23 7:19 Michał Górny
2022-05-16 13:20 Michał Górny
2022-04-16 15:36 Arthur Zamarin
2021-10-17 8:23 Michał Górny
2021-10-14 7:51 Michał Górny
2021-04-15 6:32 Michał Górny
2021-04-15 6:32 Michał Górny
2021-03-11 22:59 Michał Górny
2021-03-11 22:59 Michał Górny
2021-02-05 8:47 Michał Górny
2021-01-12 20:25 Pacho Ramos
2020-01-16 5:17 Michał Górny
2019-11-17 15:12 Alexey Shvetsov
2018-06-28 12:20 Alexey Shvetsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1703960851.5a86a3c06e417c59fafbf639bc7084db183e28af.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox