commit:     5d058c6293700680dcea16c1ef51cfe202e7f28e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 08:52:29 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 09:15:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d058c62

dev-python/GridDataFormats: Bump to 0.7.0

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

 .../GridDataFormats/GridDataFormats-0.7.0.ebuild   | 26 ++++++++++++++++++++++
 dev-python/GridDataFormats/Manifest                |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild 
b/dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild
new file mode 100644
index 000000000000..1abd9feeea58
--- /dev/null
+++ b/dev-python/GridDataFormats/GridDataFormats-0.7.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Reading and writing of data on regular grids in Python"
+HOMEPAGE="https://pypi.org/project/GridDataFormats/ 
https://github.com/MDAnalysis/GridDataFormats";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       dev-python/mrcfile[${PYTHON_USEDEP}]
+       >=dev-python/numpy-1.0.3[${PYTHON_USEDEP}]
+       dev-python/scipy[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/GridDataFormats/Manifest 
b/dev-python/GridDataFormats/Manifest
index 906a7d567813..59f7da9a87bb 100644
--- a/dev-python/GridDataFormats/Manifest
+++ b/dev-python/GridDataFormats/Manifest
@@ -1 +1,2 @@
 DIST GridDataFormats-0.6.0.tar.gz 1984859 BLAKE2B 
b53e6a43a06fdcb42fbef4c10dbdb1b5740fc04fff468b666c687ba5a839b8129b49358d54c6d7e4229ebaa67af01d897fe960f87a868950657bbcbb85ec7487
 SHA512 
b876eacd7b1d3a7dd6fe35e2092783183fb0ffadf7fbf583773e6a3401bef51bd33ebb2e73f8b4ec9cd404c153c30ce09dfb75d5e4aacba53915d085f090d0ea
+DIST GridDataFormats-0.7.0.tar.gz 2159247 BLAKE2B 
7969f80960b5a29c44a645725a53dc6eb7c99d02e4fe1369700aaff85e4b98f3c7636768340c95b4ac44f6971558ab2efc5dc4e4968fb410e90e2228635e19ee
 SHA512 
333c7f77c9c65f6be788c58efb0822eb05580893e96522c0bef04d84d3c5deae5498c1721353ece2ecd4ed8785acb6413b43123c0d895a855f0ee59e44b1d310

Reply via email to