Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mrcfile/
Date: Fri, 23 Sep 2022 08:13:31
Message-Id: 1663920798.d6ab4920194e2df56c0ca86a976bf3e0b7bb4520.arthurzam@gentoo
1 commit: d6ab4920194e2df56c0ca86a976bf3e0b7bb4520
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 07:10:41 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 08:13:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ab4920
7
8 dev-python/mrcfile: drop 1.3.0, 1.4.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/mrcfile/Manifest | 2 --
13 dev-python/mrcfile/mrcfile-1.3.0.ebuild | 29 -----------------------------
14 dev-python/mrcfile/mrcfile-1.4.0.ebuild | 29 -----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-python/mrcfile/Manifest b/dev-python/mrcfile/Manifest
18 index 355ed863eef9..55b437a6d64b 100644
19 --- a/dev-python/mrcfile/Manifest
20 +++ b/dev-python/mrcfile/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST mrcfile-1.3.0.gh.tar.gz 148140808 BLAKE2B 8ede240df4a3d0132a3bfa230377f496db84c56074450e5744c696158b2afd2c091719fbb314a04eff7f21f10eaeaa9cc6347e45bf82b0c4972db4ecc4a111a4 SHA512 57fff6e7c71b41681c94c60fbb69d0712ec7e342329624d8c20e212560eaa0f2b573d02ec5fcce39b9b7077e66d9bab463afc227d6b1f24134eddb17e56fdff1
23 -DIST mrcfile-1.4.0.gh.tar.gz 148151643 BLAKE2B d9a5c8c3535402e00f971da0032e32b8c4e86fbabf9774b00fa5c7565e560e2bcbf50cba07458926bcda0c62071b18144a7d6016a1e8928ca031e8e54e63b0c4 SHA512 078e5f1c933b42116908995665cf0f222208e35b6e79e65724f26b6e9a2f7a19f5e1763369b99f4a03449f2fb10c2dac2201de88086d08da727fa5580a07e440
24 DIST mrcfile-1.4.1.gh.tar.gz 148152857 BLAKE2B 6bfa9216465f147964ff3ad0065e6e2cae3a5c5ba226ddeead2c7f6c38f49f19cb83ee1dfb2f74adca87dba1504d908b846225f2b7b281153a8896bb49eb9653 SHA512 d0d3c12e38b2d9195c4ae65586e25abf483108582af467b22cb60cbc82572243ba213d5c89bff24c80f9189a961ac3bf78f7a884ddd3ea32666c5199facad7d3
25 DIST mrcfile-1.4.2.gh.tar.gz 148153125 BLAKE2B 07d6c68b8c8fa8b99f4b10ee400c09938f9d560482cd85e4e879461c00b2226e30241085b24baefb50edbfe058d85e1d5f2b9c43f6cd8e64614ac47bd5567080 SHA512 f1e43de26bc61afa1a4ac68bce2ba71044bfc36a02def225c9f4fde8bbfdbec3f8dd996aad62cb16f71f3144c456e7b5a2eb5a7cbdfee9e0bf6d96a7a2595c3c
26 DIST mrcfile-1.4.3.gh.tar.gz 148147024 BLAKE2B aa604965e6e40a25f57ec61bb3a3fc2fc6a83827db11620678138bec893539502a8e00e6e279e3bb86805773201338f430cc4d7d4b60efaee2d36933f071132e SHA512 e4bdc9b03ea55ae6bcaf29d8f8154e941f7e8b780f924a3265156a25bfa7f7a6f88abb3ce4374208104a4a3eea8d18724a248aae9fea2018a24ae559680ac2b7
27
28 diff --git a/dev-python/mrcfile/mrcfile-1.3.0.ebuild b/dev-python/mrcfile/mrcfile-1.3.0.ebuild
29 deleted file mode 100644
30 index b220244e71b1..000000000000
31 --- a/dev-python/mrcfile/mrcfile-1.3.0.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=setuptools
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="MRC2014 file format I/O library"
45 -HOMEPAGE="
46 - https://pypi.org/project/mrcfile/
47 - https://github.com/ccpem/mrcfile/
48 -"
49 -SRC_URI="
50 - https://github.com/ccpem/mrcfile/archive/v${PV}.tar.gz
51 - -> ${P}.gh.tar.gz
52 -"
53 -
54 -LICENSE="BSD"
55 -SLOT="0"
56 -KEYWORDS="~amd64"
57 -
58 -RDEPEND="
59 - >=dev-python/numpy-1.12.0[${PYTHON_USEDEP}]
60 -"
61 -
62 -distutils_enable_tests unittest
63
64 diff --git a/dev-python/mrcfile/mrcfile-1.4.0.ebuild b/dev-python/mrcfile/mrcfile-1.4.0.ebuild
65 deleted file mode 100644
66 index fb7859a0b5f8..000000000000
67 --- a/dev-python/mrcfile/mrcfile-1.4.0.ebuild
68 +++ /dev/null
69 @@ -1,29 +0,0 @@
70 -# Copyright 2022 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=8
74 -
75 -DISTUTILS_USE_PEP517=setuptools
76 -PYTHON_COMPAT=( python3_{8..10} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="MRC2014 file format I/O library"
81 -HOMEPAGE="
82 - https://pypi.org/project/mrcfile/
83 - https://github.com/ccpem/mrcfile/
84 -"
85 -SRC_URI="
86 - https://github.com/ccpem/mrcfile/archive/v${PV}.tar.gz
87 - -> ${P}.gh.tar.gz
88 -"
89 -
90 -LICENSE="BSD"
91 -SLOT="0"
92 -KEYWORDS="~amd64"
93 -
94 -RDEPEND="
95 - >=dev-python/numpy-1.16.0[${PYTHON_USEDEP}]
96 -"
97 -
98 -distutils_enable_tests unittest