From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5C2715807B for ; Sat, 19 Oct 2024 06:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE5DFE087F; Sat, 19 Oct 2024 06:03:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A43BDE087F for ; Sat, 19 Oct 2024 06:03:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4FBF3430BD for ; Sat, 19 Oct 2024 06:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 199811F28 for ; Sat, 19 Oct 2024 06:03:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1729317826.b5bd5e73dcfa84be99e12b8b5a0dec7744180bf1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gsd/Manifest dev-python/gsd/gsd-3.3.1.ebuild X-VCS-Directories: dev-python/gsd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5bd5e73dcfa84be99e12b8b5a0dec7744180bf1 X-VCS-Branch: master Date: Sat, 19 Oct 2024 06:03:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da9d7733-5d6c-4b9e-8b51-cb94e7dc3984 X-Archives-Hash: 48e41a741e5d751ca23891d257c3452d commit: b5bd5e73dcfa84be99e12b8b5a0dec7744180bf1 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 19 05:32:26 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 19 06:03:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5bd5e73 dev-python/gsd: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/gsd/Manifest | 1 - dev-python/gsd/gsd-3.3.1.ebuild | 40 ---------------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest index 491953d67415..3707fa6a37e9 100644 --- a/dev-python/gsd/Manifest +++ b/dev-python/gsd/Manifest @@ -1,2 +1 @@ -DIST gsd-3.3.1.tar.gz 108613 BLAKE2B fdfc1e0e70f9b3d804ec5b7a76263b077609af811c9bb1cddf304ff46701d710fead5f103b712cd408cf3c4aa19b91e5af208d586e8a9ca81b56452e2ba32587 SHA512 84a131e4ac6baa7258ed7be5886b99fb34421e919eeaddadf658c3d0a40e2c3667b7ecee8c10a4e3b264538ebfd34c5b97090b23c72c7f9ada5c6b76985b894d DIST gsd-3.3.2.tar.gz 108492 BLAKE2B cc585c4de8462891fbedd5a15bbfa5c531ee31cf2082b32600098d7ef8291a7067a195338384e4c42d0f64536d3feb5dc98b5099dc2bfe0ffd328447fc54389b SHA512 1ba704e5cbee3a1b9c2f8ac1b4f6d1afb9819d66b10b069965e25ad6b30f3143cdc721be204a4c34ecd0bf2ddc7eb65a1421f754cafdcc17fac2edad4fc58911 diff --git a/dev-python/gsd/gsd-3.3.1.ebuild b/dev-python/gsd/gsd-3.3.1.ebuild deleted file mode 100644 index a16117a836ec..000000000000 --- a/dev-python/gsd/gsd-3.3.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 -}