public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 14 Oct 2021 07:51:11 +0000 (UTC)	[thread overview]
Message-ID: <1634197858.f38faa162d6b25028e38e71fc1015ca63eb71159.mgorny@gentoo> (raw)

commit:     f38faa162d6b25028e38e71fc1015ca63eb71159
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 05:54:35 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 07:50:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38faa16

dev-python/gsd: Bump to 2.5.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/gsd/Manifest         |  1 +
 dev-python/gsd/gsd-2.5.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest
index 17518b905cd..3215684416a 100644
--- a/dev-python/gsd/Manifest
+++ b/dev-python/gsd/Manifest
@@ -1,2 +1,3 @@
 DIST gsd-v2.4.1.tar.gz 113343 BLAKE2B 5d87fe5dbac037aeccf2ef800fc18accb1888606ed904b15910480032edaaa21bed3adf264e17ea5dc42f6600321c838c15e73617a1d8f49fb9a8e5e79a0bff4 SHA512 47982500160dc2a125ae2d796fccb1fb31fa501f059c8dee9be1342713d62e3d6ce71b534dbc91daedbf6981299efa4b81382afa13283d647c0848bbd3591c91
 DIST gsd-v2.4.2.tar.gz 111622 BLAKE2B a4e08cc03ced2158818cf35e3f827d819b2248de52a21060e06a8d47810e2cf80fc25c9033c8b231b58c723ae794b9066261fdfcc5d19713a916ec9aa31adddc SHA512 8db05903bfcfc45bf1ffc326ffe67ce4d980a2b91596256fa29d006c73f742ac69b829ea2f4b7e1508bf5279c584fd66316e2e0776236bdce791e2cb46093ed3
+DIST gsd-v2.5.0.tar.gz 105537 BLAKE2B dbd9cef142405bae4e99c180f6b7c65cb60240fe45e200643b8efd388c72830a70d97c649fdb686afeed4eb44386cbe68165ed105bd67424f1cbd3657159c16a SHA512 f5eda751bdfa4d3eae980029fe5594fc5698d68265784f089b0997441c18f58d70d71cf52a0b4fd208708aba0162164d1f640440964b6e211db856f10c7c0c67

diff --git a/dev-python/gsd/gsd-2.5.0.ebuild b/dev-python/gsd/gsd-2.5.0.ebuild
new file mode 100644
index 00000000000..c74dbc1734f
--- /dev/null
+++ b/dev-python/gsd/gsd-2.5.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_P=${P/-/-v}
+DESCRIPTION="GSD - file format specification and a library to read and write it"
+HOMEPAGE="https://github.com/glotzerlab/gsd"
+SRC_URI="
+	https://github.com/glotzerlab/gsd/releases/download/v${PV}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+RDEPEND=${DEPEND}
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+	cd "${BUILD_DIR}"/lib || die
+	epytest gsd/test
+}


             reply	other threads:[~2021-10-14  7:51 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14  7:51 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-12-30 18:28 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-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=1634197858.f38faa162d6b25028e38e71fc1015ca63eb71159.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