[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2024-05-27 Thread Michał Górny
commit: e181fb42814a8e105023c29674482cd27665db05
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 27 18:56:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 27 18:57:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e181fb42

dev-python/mrcfile: Require  gentoo.org>

 dev-python/mrcfile/{mrcfile-1.5.0.ebuild => mrcfile-1.5.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/mrcfile/mrcfile-1.5.0.ebuild 
b/dev-python/mrcfile/mrcfile-1.5.0-r1.ebuild
similarity index 93%
rename from dev-python/mrcfile/mrcfile-1.5.0.ebuild
rename to dev-python/mrcfile/mrcfile-1.5.0-r1.ebuild
index bd29d7f8a9da..5eb46c3a8235 100644
--- a/dev-python/mrcfile/mrcfile-1.5.0.ebuild
+++ b/dev-python/mrcfile/mrcfile-1.5.0-r1.ebuild
@@ -23,6 +23,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
+   =dev-python/numpy-1.16.0[${PYTHON_USEDEP}]
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2024-01-10 Thread Michał Górny
commit: 35c06b43917571959fd1c003fdf0006dea6aa9fe
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 10 17:47:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 10 21:11:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c06b43

dev-python/mrcfile: Bump to 1.5.0

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

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

diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest
index 7d76a9d92163..4486bbc70304 100644
--- a/dev-python/mrcfile/Manifest
+++ b/dev-python/mrcfile/Manifest
@@ -1 +1,2 @@
 DIST mrcfile-1.4.3.gh.tar.gz 148147024 BLAKE2B 
aa604965e6e40a25f57ec61bb3a3fc2fc6a83827db11620678138bec893539502a8e00e6e279e3bb86805773201338f430cc4d7d4b60efaee2d36933f071132e
 SHA512 
e4bdc9b03ea55ae6bcaf29d8f8154e941f7e8b780f924a3265156a25bfa7f7a6f88abb3ce4374208104a4a3eea8d18724a248aae9fea2018a24ae559680ac2b7
+DIST mrcfile-1.5.0.gh.tar.gz 148148453 BLAKE2B 
45cb7483e0aa5d6a2ac4e077bd0e2a9a8a265c4fdb69fc467e1dd3bab79960478d69ed0ec5e4f97ff528a02255c1c0b3e839e808ff0380e7ea2926b569a5478f
 SHA512 
90e85e74c413b74e9ea86996b9e1ed4ac8f8cc0e7537f1916482d5e89d1fa99814c23ad2e51d912485a02644eeb65925067190bb3a7b222310aca4946b037ecc

diff --git a/dev-python/mrcfile/mrcfile-1.5.0.ebuild 
b/dev-python/mrcfile/mrcfile-1.5.0.ebuild
new file mode 100644
index ..bd29d7f8a9da
--- /dev/null
+++ b/dev-python/mrcfile/mrcfile-1.5.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 ~arm64"
+
+RDEPEND="
+   >=dev-python/numpy-1.16.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2023-10-20 Thread Michał Górny
commit: 1d622aeace9d80bb1c83c72f14894bcad363aae3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 13:18:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 13:22:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d622aea

dev-python/mrcfile: Enable py3.12

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

 dev-python/mrcfile/mrcfile-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mrcfile/mrcfile-1.4.3.ebuild 
b/dev-python/mrcfile/mrcfile-1.4.3.ebuild
index 527f6481961d..2abead460e53 100644
--- a/dev-python/mrcfile/mrcfile-1.4.3.ebuild
+++ b/dev-python/mrcfile/mrcfile-1.4.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/files/, dev-python/mrcfile/

2023-05-02 Thread Pacho Ramos
commit: e50f936c3b5f63ad22457240cecf48cfba3c1c28
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue May  2 19:18:43 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue May  2 19:20:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50f936c

dev-python/mrcfile: Apply Debian patch to allow tests to pass further

Upstream still didn't port the tests to work with latest numpy versions:
https://github.com/ccpem/mrcfile/issues/49

Debian maintainers modified the test meantime to pass until they are properly
fixed upstream.

Bug: https://bugs.gentoo.org/834884
Signed-off-by: Pacho Ramos  gentoo.org>

 .../files/mrcfile-1.4.3-test-assertion-error.patch | 25 ++
 dev-python/mrcfile/mrcfile-1.4.3.ebuild|  5 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/mrcfile/files/mrcfile-1.4.3-test-assertion-error.patch 
b/dev-python/mrcfile/files/mrcfile-1.4.3-test-assertion-error.patch
new file mode 100644
index ..a68ffa562260
--- /dev/null
+++ b/dev-python/mrcfile/files/mrcfile-1.4.3-test-assertion-error.patch
@@ -0,0 +1,25 @@
+From: Roland Mas 
+Date: Tue, 14 Feb 2023 15:49:05 +0100
+Subject: Comment out a failing test
+
+---
+ tests/test_mrcobject.py | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/tests/test_mrcobject.py b/tests/test_mrcobject.py
+index 276e9af..95b5591 100644
+--- a/tests/test_mrcobject.py
 b/tests/test_mrcobject.py
+@@ -338,7 +338,11 @@ class MrcObjectTest(AssertRaisesRegexMixin, 
unittest.TestCase):
+ def test_data_is_not_copied_unnecessarily(self):
+ data = np.arange(6, dtype=np.int16).reshape(1, 2, 3)
+ self.mrcobject.set_data(data)
+-assert self.mrcobject.data is data
++# Identity assertion fails with python3-numpy 1.24.2, so
++# replace with an equality assertion assert
++# This should be reverted eventually
++# self.mrcobject.data is data
++assert np.array_equal(self.mrcobject.data, data)
+ 
+ def test_header_byte_order_is_unchanged_by_data_with_native_order(self):
+ data = np.arange(6, dtype=np.float32).reshape(3, 2)

diff --git a/dev-python/mrcfile/mrcfile-1.4.3.ebuild 
b/dev-python/mrcfile/mrcfile-1.4.3.ebuild
index 48c609b6c9c9..527f6481961d 100644
--- a/dev-python/mrcfile/mrcfile-1.4.3.ebuild
+++ b/dev-python/mrcfile/mrcfile-1.4.3.ebuild
@@ -27,3 +27,8 @@ RDEPEND="
 "
 
 distutils_enable_tests unittest
+
+PATCHES=(
+   # https://github.com/ccpem/mrcfile/issues/49
+   "${FILESDIR}/${P}-test-assertion-error.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2022-11-13 Thread Michał Górny
commit: b19e6b036dbbb50c49fba41374969457eaed5f18
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 04:39:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 04:39:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19e6b03

dev-python/mrcfile: Remove old

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

 dev-python/mrcfile/Manifest |  2 --
 dev-python/mrcfile/mrcfile-1.4.1.ebuild | 29 -
 dev-python/mrcfile/mrcfile-1.4.2.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest
index 55b437a6d64b..7d76a9d92163 100644
--- a/dev-python/mrcfile/Manifest
+++ b/dev-python/mrcfile/Manifest
@@ -1,3 +1 @@
-DIST mrcfile-1.4.1.gh.tar.gz 148152857 BLAKE2B 
6bfa9216465f147964ff3ad0065e6e2cae3a5c5ba226ddeead2c7f6c38f49f19cb83ee1dfb2f74adca87dba1504d908b846225f2b7b281153a8896bb49eb9653
 SHA512 
d0d3c12e38b2d9195c4ae65586e25abf483108582af467b22cb60cbc82572243ba213d5c89bff24c80f9189a961ac3bf78f7a884ddd3ea32666c5199facad7d3
-DIST mrcfile-1.4.2.gh.tar.gz 148153125 BLAKE2B 
07d6c68b8c8fa8b99f4b10ee400c09938f9d560482cd85e4e879461c00b2226e30241085b24baefb50edbfe058d85e1d5f2b9c43f6cd8e64614ac47bd5567080
 SHA512 
f1e43de26bc61afa1a4ac68bce2ba71044bfc36a02def225c9f4fde8bbfdbec3f8dd996aad62cb16f71f3144c456e7b5a2eb5a7cbdfee9e0bf6d96a7a2595c3c
 DIST mrcfile-1.4.3.gh.tar.gz 148147024 BLAKE2B 
aa604965e6e40a25f57ec61bb3a3fc2fc6a83827db11620678138bec893539502a8e00e6e279e3bb86805773201338f430cc4d7d4b60efaee2d36933f071132e
 SHA512 
e4bdc9b03ea55ae6bcaf29d8f8154e941f7e8b780f924a3265156a25bfa7f7a6f88abb3ce4374208104a4a3eea8d18724a248aae9fea2018a24ae559680ac2b7

diff --git a/dev-python/mrcfile/mrcfile-1.4.1.ebuild 
b/dev-python/mrcfile/mrcfile-1.4.1.ebuild
deleted file mode 100644
index 62786145a366..
--- a/dev-python/mrcfile/mrcfile-1.4.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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..11} )
-
-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

diff --git a/dev-python/mrcfile/mrcfile-1.4.2.ebuild 
b/dev-python/mrcfile/mrcfile-1.4.2.ebuild
deleted file mode 100644
index 62786145a366..
--- a/dev-python/mrcfile/mrcfile-1.4.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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..11} )
-
-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



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2022-09-23 Thread Arthur Zamarin
commit: 0ddb417bc1c9d6a4d636e8e9ae9b71220f0e6337
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 23 07:07:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 23 08:13:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddb417b

dev-python/mrcfile: add 1.4.3

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest
index 86768358659a..355ed863eef9 100644
--- a/dev-python/mrcfile/Manifest
+++ b/dev-python/mrcfile/Manifest
@@ -2,3 +2,4 @@ DIST mrcfile-1.3.0.gh.tar.gz 148140808 BLAKE2B 
8ede240df4a3d0132a3bfa230377f496d
 DIST mrcfile-1.4.0.gh.tar.gz 148151643 BLAKE2B 
d9a5c8c3535402e00f971da0032e32b8c4e86fbabf9774b00fa5c7565e560e2bcbf50cba07458926bcda0c62071b18144a7d6016a1e8928ca031e8e54e63b0c4
 SHA512 
078e5f1c933b42116908995665cf0f08e35b6e79e65724f26b6e9a2f7a19f5e1763369b99f4a03449f2fb10c2dac2201de88086d08da727fa5580a07e440
 DIST mrcfile-1.4.1.gh.tar.gz 148152857 BLAKE2B 
6bfa9216465f147964ff3ad0065e6e2cae3a5c5ba226ddeead2c7f6c38f49f19cb83ee1dfb2f74adca87dba1504d908b846225f2b7b281153a8896bb49eb9653
 SHA512 
d0d3c12e38b2d9195c4ae65586e25abf483108582af467b22cb60cbc82572243ba213d5c89bff24c80f9189a961ac3bf78f7a884ddd3ea32666c5199facad7d3
 DIST mrcfile-1.4.2.gh.tar.gz 148153125 BLAKE2B 
07d6c68b8c8fa8b99f4b10ee400c09938f9d560482cd85e4e879461c00b2226e30241085b24baefb50edbfe058d85e1d5f2b9c43f6cd8e64614ac47bd5567080
 SHA512 
f1e43de26bc61afa1a4ac68bce2ba71044bfc36a02def225c9f4fde8bbfdbec3f8dd996aad62cb16f71f3144c456e7b5a2eb5a7cbdfee9e0bf6d96a7a2595c3c
+DIST mrcfile-1.4.3.gh.tar.gz 148147024 BLAKE2B 
aa604965e6e40a25f57ec61bb3a3fc2fc6a83827db11620678138bec893539502a8e00e6e279e3bb86805773201338f430cc4d7d4b60efaee2d36933f071132e
 SHA512 
e4bdc9b03ea55ae6bcaf29d8f8154e941f7e8b780f924a3265156a25bfa7f7a6f88abb3ce4374208104a4a3eea8d18724a248aae9fea2018a24ae559680ac2b7

diff --git a/dev-python/mrcfile/mrcfile-1.4.3.ebuild 
b/dev-python/mrcfile/mrcfile-1.4.3.ebuild
new file mode 100644
index ..62786145a366
--- /dev/null
+++ b/dev-python/mrcfile/mrcfile-1.4.3.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..11} )
+
+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



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2022-09-23 Thread Arthur Zamarin
commit: d6ab4920194e2df56c0ca86a976bf3e0b7bb4520
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 23 07:10:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 23 08:13:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ab4920

dev-python/mrcfile: drop 1.3.0, 1.4.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mrcfile/Manifest |  2 --
 dev-python/mrcfile/mrcfile-1.3.0.ebuild | 29 -
 dev-python/mrcfile/mrcfile-1.4.0.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest
index 355ed863eef9..55b437a6d64b 100644
--- a/dev-python/mrcfile/Manifest
+++ b/dev-python/mrcfile/Manifest
@@ -1,5 +1,3 @@
-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 
078e5f1c933b42116908995665cf0f08e35b6e79e65724f26b6e9a2f7a19f5e1763369b99f4a03449f2fb10c2dac2201de88086d08da727fa5580a07e440
 DIST mrcfile-1.4.1.gh.tar.gz 148152857 BLAKE2B 
6bfa9216465f147964ff3ad0065e6e2cae3a5c5ba226ddeead2c7f6c38f49f19cb83ee1dfb2f74adca87dba1504d908b846225f2b7b281153a8896bb49eb9653
 SHA512 
d0d3c12e38b2d9195c4ae65586e25abf483108582af467b22cb60cbc82572243ba213d5c89bff24c80f9189a961ac3bf78f7a884ddd3ea32666c5199facad7d3
 DIST mrcfile-1.4.2.gh.tar.gz 148153125 BLAKE2B 
07d6c68b8c8fa8b99f4b10ee400c09938f9d560482cd85e4e879461c00b2226e30241085b24baefb50edbfe058d85e1d5f2b9c43f6cd8e64614ac47bd5567080
 SHA512 
f1e43de26bc61afa1a4ac68bce2ba71044bfc36a02def225c9f4fde8bbfdbec3f8dd996aad62cb16f71f3144c456e7b5a2eb5a7cbdfee9e0bf6d96a7a2595c3c
 DIST mrcfile-1.4.3.gh.tar.gz 148147024 BLAKE2B 
aa604965e6e40a25f57ec61bb3a3fc2fc6a83827db11620678138bec893539502a8e00e6e279e3bb86805773201338f430cc4d7d4b60efaee2d36933f071132e
 SHA512 
e4bdc9b03ea55ae6bcaf29d8f8154e941f7e8b780f924a3265156a25bfa7f7a6f88abb3ce4374208104a4a3eea8d18724a248aae9fea2018a24ae559680ac2b7

diff --git a/dev-python/mrcfile/mrcfile-1.3.0.ebuild 
b/dev-python/mrcfile/mrcfile-1.3.0.ebuild
deleted file mode 100644
index b220244e71b1..
--- a/dev-python/mrcfile/mrcfile-1.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.12.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest

diff --git a/dev-python/mrcfile/mrcfile-1.4.0.ebuild 
b/dev-python/mrcfile/mrcfile-1.4.0.ebuild
deleted file mode 100644
index fb7859a0b5f8..
--- a/dev-python/mrcfile/mrcfile-1.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2022-07-14 Thread Arthur Zamarin
commit: d43057b453d8891451e78e5dfb79a3724cc0b5b5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jul 14 18:19:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jul 14 18:19:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43057b4

dev-python/mrcfile: add 1.4.2

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest
index cd295a3118a3..86768358659a 100644
--- a/dev-python/mrcfile/Manifest
+++ b/dev-python/mrcfile/Manifest
@@ -1,3 +1,4 @@
 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 
078e5f1c933b42116908995665cf0f08e35b6e79e65724f26b6e9a2f7a19f5e1763369b99f4a03449f2fb10c2dac2201de88086d08da727fa5580a07e440
 DIST mrcfile-1.4.1.gh.tar.gz 148152857 BLAKE2B 
6bfa9216465f147964ff3ad0065e6e2cae3a5c5ba226ddeead2c7f6c38f49f19cb83ee1dfb2f74adca87dba1504d908b846225f2b7b281153a8896bb49eb9653
 SHA512 
d0d3c12e38b2d9195c4ae65586e25abf483108582af467b22cb60cbc82572243ba213d5c89bff24c80f9189a961ac3bf78f7a884ddd3ea32666c5199facad7d3
+DIST mrcfile-1.4.2.gh.tar.gz 148153125 BLAKE2B 
07d6c68b8c8fa8b99f4b10ee400c09938f9d560482cd85e4e879461c00b2226e30241085b24baefb50edbfe058d85e1d5f2b9c43f6cd8e64614ac47bd5567080
 SHA512 
f1e43de26bc61afa1a4ac68bce2ba71044bfc36a02def225c9f4fde8bbfdbec3f8dd996aad62cb16f71f3144c456e7b5a2eb5a7cbdfee9e0bf6d96a7a2595c3c

diff --git a/dev-python/mrcfile/mrcfile-1.4.2.ebuild 
b/dev-python/mrcfile/mrcfile-1.4.2.ebuild
new file mode 100644
index ..62786145a366
--- /dev/null
+++ b/dev-python/mrcfile/mrcfile-1.4.2.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..11} )
+
+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



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2022-07-14 Thread Michał Górny
commit: 2295c24bd01bed08025fd4dfedbf52163bfbd0bb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 14 06:57:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 14 07:31:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2295c24b

dev-python/mrcfile: Bump to 1.4.1

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

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

diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest
index 59aa196056d8..cd295a3118a3 100644
--- a/dev-python/mrcfile/Manifest
+++ b/dev-python/mrcfile/Manifest
@@ -1,2 +1,3 @@
 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 
078e5f1c933b42116908995665cf0f08e35b6e79e65724f26b6e9a2f7a19f5e1763369b99f4a03449f2fb10c2dac2201de88086d08da727fa5580a07e440
+DIST mrcfile-1.4.1.gh.tar.gz 148152857 BLAKE2B 
6bfa9216465f147964ff3ad0065e6e2cae3a5c5ba226ddeead2c7f6c38f49f19cb83ee1dfb2f74adca87dba1504d908b846225f2b7b281153a8896bb49eb9653
 SHA512 
d0d3c12e38b2d9195c4ae65586e25abf483108582af467b22cb60cbc82572243ba213d5c89bff24c80f9189a961ac3bf78f7a884ddd3ea32666c5199facad7d3

diff --git a/dev-python/mrcfile/mrcfile-1.4.1.ebuild 
b/dev-python/mrcfile/mrcfile-1.4.1.ebuild
new file mode 100644
index ..62786145a366
--- /dev/null
+++ b/dev-python/mrcfile/mrcfile-1.4.1.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..11} )
+
+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



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2022-07-02 Thread Michał Górny
commit: 228d07eb0a2b2a26a7be37802dc85c6cd2eff413
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul  3 03:53:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul  3 04:01:14 2022 +
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  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 
078e5f1c933b42116908995665cf0f08e35b6e79e65724f26b6e9a2f7a19f5e1763369b99f4a03449f2fb10c2dac2201de88086d08da727fa5580a07e440

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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/

2022-02-21 Thread Michał Górny
commit: 9cf11e97ad62e100d334ae50d58d5772e6aaa7a7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 21 08:52:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 21 09:15:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf11e97

dev-python/mrcfile: New dep of GridDataFormats, v1.3.0

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

 dev-python/mrcfile/Manifest |  1 +
 dev-python/mrcfile/metadata.xml | 13 +
 dev-python/mrcfile/mrcfile-1.3.0.ebuild | 29 +
 3 files changed, 43 insertions(+)

diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest
new file mode 100644
index ..3b4864e0e13d
--- /dev/null
+++ b/dev-python/mrcfile/Manifest
@@ -0,0 +1 @@
+DIST mrcfile-1.3.0.gh.tar.gz 148140808 BLAKE2B 
8ede240df4a3d0132a3bfa230377f496db84c56074450e5744c696158b2afd2c091719fbb314a04eff7f21f10eaeaa9cc6347e45bf82b0c4972db4ecc4a111a4
 SHA512 
57fff6e7c71b41681c94c60fbb69d0712ec7e342329624d8c20e212560eaa0f2b573d02ec5fcce39b9b7077e66d9bab463afc227d6b1f24134eddb17e56fdff1

diff --git a/dev-python/mrcfile/metadata.xml b/dev-python/mrcfile/metadata.xml
new file mode 100644
index ..742869cca186
--- /dev/null
+++ b/dev-python/mrcfile/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   mrcfile
+   ccpem/mrcfile
+   
+

diff --git a/dev-python/mrcfile/mrcfile-1.3.0.ebuild 
b/dev-python/mrcfile/mrcfile-1.3.0.ebuild
new file mode 100644
index ..b220244e71b1
--- /dev/null
+++ b/dev-python/mrcfile/mrcfile-1.3.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.12.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest