commit:     228d07eb0a2b2a26a7be37802dc85c6cd2eff413
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 03:53:46 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 04:01:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228d07eb

dev-python/mrcfile: Bump to 1.4.0

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

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

diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest
index 3b4864e0e13d..59aa196056d8 100644
--- a/dev-python/mrcfile/Manifest
+++ b/dev-python/mrcfile/Manifest
@@ -1 +1,2 @@
 DIST mrcfile-1.3.0.gh.tar.gz 148140808 BLAKE2B 
8ede240df4a3d0132a3bfa230377f496db84c56074450e5744c696158b2afd2c091719fbb314a04eff7f21f10eaeaa9cc6347e45bf82b0c4972db4ecc4a111a4
 SHA512 
57fff6e7c71b41681c94c60fbb69d0712ec7e342329624d8c20e212560eaa0f2b573d02ec5fcce39b9b7077e66d9bab463afc227d6b1f24134eddb17e56fdff1
+DIST mrcfile-1.4.0.gh.tar.gz 148151643 BLAKE2B 
d9a5c8c3535402e00f971da0032e32b8c4e86fbabf9774b00fa5c7565e560e2bcbf50cba07458926bcda0c62071b18144a7d6016a1e8928ca031e8e54e63b0c4
 SHA512 
078e5f1c933b42116908995665cf0f222208e35b6e79e65724f26b6e9a2f7a19f5e1763369b99f4a03449f2fb10c2dac2201de88086d08da727fa5580a07e440

diff --git a/dev-python/mrcfile/mrcfile-1.4.0.ebuild 
b/dev-python/mrcfile/mrcfile-1.4.0.ebuild
new file mode 100644
index 000000000000..fb7859a0b5f8
--- /dev/null
+++ b/dev-python/mrcfile/mrcfile-1.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 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="MRC2014 file format I/O library"
+HOMEPAGE="
+       https://pypi.org/project/mrcfile/
+       https://github.com/ccpem/mrcfile/
+"
+SRC_URI="
+       https://github.com/ccpem/mrcfile/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       >=dev-python/numpy-1.16.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest

Reply via email to