diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-01-12 21:18:19 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-01-12 21:18:19 +0100 |
commit | eadd93387e7a9b9360988bcd703c85d214bb26b0 (patch) | |
tree | ed1b1715daba98047308d82e59c5b1cd6192c090 /dev-python/gsd | |
parent | sci-chemistry/gromacs: Version bump (diff) | |
download | gentoo-eadd93387e7a9b9360988bcd703c85d214bb26b0.tar.gz gentoo-eadd93387e7a9b9360988bcd703c85d214bb26b0.tar.bz2 gentoo-eadd93387e7a9b9360988bcd703c85d214bb26b0.zip |
dev-python/gsd: Bump to 2.4.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/gsd')
-rw-r--r-- | dev-python/gsd/Manifest | 1 | ||||
-rw-r--r-- | dev-python/gsd/gsd-2.4.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest index f12001a1319a..77c49e76468e 100644 --- a/dev-python/gsd/Manifest +++ b/dev-python/gsd/Manifest @@ -1 +1,2 @@ DIST gsd-v1.5.3.tar.gz 240114 BLAKE2B 076d888f03350fba2388c907787354e878a1536c7d85c759eb3513102ee2abffe2c9313a6e9e208726d66d6324dac02ae70d8872342f9bcb162ad13d9a23dbc3 SHA512 893db74dc481da47d6c51ea0d0d9faefbe164edfaeb5a2ed73e25acbd9dc42c3cf28cbc0d9257c6bf0cc0e9911ab85cfa72997886350c0e7c125d30636ec432a +DIST gsd-v2.4.0.tar.gz 112743 BLAKE2B d35a1108cb12f58f8b6cc980c156ae2dceb0c0d2c4d41d35ae29bae1bc342654e148616e64a6dfcb07bdbb1156299d8d05914d028dfb877979c8a17f299feb06 SHA512 47e136018d813f48c5d78cc31786a5bb33992f488a4d907b450a570bb90f9ffeb233e82f9686d09aeb3541fca1518294d5bf63c6a896635f30ad369350012458 diff --git a/dev-python/gsd/gsd-2.4.0.ebuild b/dev-python/gsd/gsd-2.4.0.ebuild new file mode 100644 index 000000000000..df802dc1650b --- /dev/null +++ b/dev-python/gsd/gsd-2.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) +inherit distutils-r1 + +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}/${PN}-v${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}]" +BDEPEND=" + ${RDEPEND}" + +S="${WORKDIR}/${PN}-v${PV}" |