Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/construct/
Date: Wed, 28 Apr 2021 17:47:59
Message-Id: 1619631962.4ad5b734fd8a6829d1473f9ab2da445c34a61c0c.mgorny@gentoo
1 commit: 4ad5b734fd8a6829d1473f9ab2da445c34a61c0c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 17:46:02 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 17:46:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad5b734
7
8 dev-python/construct: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/construct/Manifest | 3 ---
13 dev-python/construct/construct-2.10.61.ebuild | 38 ---------------------------
14 dev-python/construct/construct-2.10.63.ebuild | 38 ---------------------------
15 dev-python/construct/construct-2.10.64.ebuild | 37 --------------------------
16 4 files changed, 116 deletions(-)
17
18 diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest
19 index bbc1088e25e..71874e21da5 100644
20 --- a/dev-python/construct/Manifest
21 +++ b/dev-python/construct/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST construct-2.10.61.tar.gz 1185872 BLAKE2B 03eb83b707f607f65f13f6430815af3f91f728e133cc1a889f4ff37e34b249cff8f8b13ffb764fbffbba2bec699ce94173e3b80498c42f8fc7628a125b659188 SHA512 dd25f9646d55c4914fbb506b795dced01a5a2d58a9d8378ceaa4d5ba666c9547e96f7a658e8d521ef9a3f53065e89b90e0c8560bc2eb4095b9ff8077b840eec4
24 -DIST construct-2.10.63.tar.gz 1186101 BLAKE2B c0996f1228f36679d58ca931b27abb0b62da989d1554763295cf56086c9e288b3a02a4de23cca78a726a84c6483581662b01c8eb516d59a165b38eca8cc150f7 SHA512 6d3202f4c98f9c14edaf0c3ea90875eb43c9e3ca454f54a2fe3c6d7810957781a0fe95c60cb6b28445ab80a9ad3ae52c4a397cf9b3531f42d1cb443564427a9c
25 -DIST construct-2.10.64.tar.gz 1186820 BLAKE2B f3b238060d9db1511effdb4c4374d5e8df0a90d9ea015793766ba29718c0ea2c43a2e8d892076b6b148574bb35e0813299b1c009149f9057d46c0a7f0cef63ec SHA512 00eee1d330457dffe854d5a709c21a8f6e71034695ea9aaffb886c198f2cf56b142f0d5d9edbeee480b77a13f8f8c1faaf6b84eed4161882d77623935502460a
26 DIST construct-2.10.66.tar.gz 1189924 BLAKE2B 1c0eb91bd8391a8677a2af7b24ce471d961ba97c0e297969c956a4a6f7e8a35ac539882dfb15da94455e8c9c24e9411d11e981ee180bf54179e11735409718fa SHA512 66e23d1c92dd5472098ca1f971d781a0846a6bcfd797d9d71781f1ff7288f1e7d21b68176e8353409fc355979b1636f4f5a0ef86547d96860636296d19d340c2
27 DIST construct-2.10.67.tar.gz 1189939 BLAKE2B e3effd2bb2906435208ef6a5fadbdbde2e1ef3565174568949207bdace48e25f423932f08598c82df661919d926a18d49767ea1189b01a5a3ee48aae601c45c8 SHA512 a4c7cc32b9eb63311c6ae2b1580b7a696c1e0c3960d78936798dd794cb37a77ec8ed8baa8128f12abd50390b9f4cb3f150e3453d5043797f0bd603525b8292a5
28
29 diff --git a/dev-python/construct/construct-2.10.61.ebuild b/dev-python/construct/construct-2.10.61.ebuild
30 deleted file mode 100644
31 index 9e4a2225ce5..00000000000
32 --- a/dev-python/construct/construct-2.10.61.ebuild
33 +++ /dev/null
34 @@ -1,38 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=( python3_{7..9} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A powerful declarative parser for binary data"
44 -HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
45 -SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -BDEPEND="
52 - test? (
53 - dev-python/arrow[${PYTHON_USEDEP}]
54 - dev-python/cloudpickle[${PYTHON_USEDEP}]
55 - dev-python/lz4[${PYTHON_USEDEP}]
56 - >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
57 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
58 - )"
59 -
60 -distutils_enable_tests pytest
61 -
62 -src_prepare() {
63 - distutils-r1_src_prepare
64 - rm tests/test_benchmarks.py || die
65 -}
66 -
67 -pkg_postinst() {
68 - ewarn "Version 2.10.x has significant API and implementation changes from"
69 - ewarn "previous 2.9.x releases. Please read the documentation at"
70 - ewarn "https://construct.readthedocs.io/en/latest/transition210.html"
71 - ewarn "for more info."
72 -}
73
74 diff --git a/dev-python/construct/construct-2.10.63.ebuild b/dev-python/construct/construct-2.10.63.ebuild
75 deleted file mode 100644
76 index 8382a5e82e7..00000000000
77 --- a/dev-python/construct/construct-2.10.63.ebuild
78 +++ /dev/null
79 @@ -1,38 +0,0 @@
80 -# Copyright 1999-2021 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -PYTHON_COMPAT=( python3_{7..9} )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="A powerful declarative parser for binary data"
89 -HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
90 -SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
91 -
92 -LICENSE="MIT"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~x86"
95 -
96 -BDEPEND="
97 - test? (
98 - dev-python/arrow[${PYTHON_USEDEP}]
99 - dev-python/cloudpickle[${PYTHON_USEDEP}]
100 - dev-python/lz4[${PYTHON_USEDEP}]
101 - >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
102 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
103 - )"
104 -
105 -distutils_enable_tests pytest
106 -
107 -src_prepare() {
108 - distutils-r1_src_prepare
109 - rm tests/test_benchmarks.py || die
110 -}
111 -
112 -pkg_postinst() {
113 - ewarn "Version 2.10.x has significant API and implementation changes from"
114 - ewarn "previous 2.9.x releases. Please read the documentation at"
115 - ewarn "https://construct.readthedocs.io/en/latest/transition210.html"
116 - ewarn "for more info."
117 -}
118
119 diff --git a/dev-python/construct/construct-2.10.64.ebuild b/dev-python/construct/construct-2.10.64.ebuild
120 deleted file mode 100644
121 index 79ca0ff1327..00000000000
122 --- a/dev-python/construct/construct-2.10.64.ebuild
123 +++ /dev/null
124 @@ -1,37 +0,0 @@
125 -# Copyright 1999-2021 Gentoo Authors
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=7
129 -PYTHON_COMPAT=( python3_{7..9} )
130 -
131 -inherit distutils-r1
132 -
133 -DESCRIPTION="A powerful declarative parser for binary data"
134 -HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
135 -SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
136 -
137 -LICENSE="MIT"
138 -SLOT="0"
139 -KEYWORDS="~amd64 ~x86"
140 -
141 -BDEPEND="
142 - test? (
143 - dev-python/arrow[${PYTHON_USEDEP}]
144 - dev-python/cloudpickle[${PYTHON_USEDEP}]
145 - dev-python/lz4[${PYTHON_USEDEP}]
146 - >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
147 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
148 - )"
149 -
150 -distutils_enable_tests pytest
151 -
152 -python_test() {
153 - epytest --ignore tests/test_benchmarks.py
154 -}
155 -
156 -pkg_postinst() {
157 - ewarn "Version 2.10.x has significant API and implementation changes from"
158 - ewarn "previous 2.9.x releases. Please read the documentation at"
159 - ewarn "https://construct.readthedocs.io/en/latest/transition210.html"
160 - ewarn "for more info."
161 -}