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/python-cstruct/
Date: Wed, 02 Nov 2022 07:37:44
Message-Id: 1667374648.0bc879329f8e055020fbb53dba774e4ad23d169c.mgorny@gentoo
1 commit: 0bc879329f8e055020fbb53dba774e4ad23d169c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 07:19:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 07:37:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc87932
7
8 dev-python/python-cstruct: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-cstruct/Manifest | 3 ---
13 .../python-cstruct/python-cstruct-3.0.ebuild | 30 ----------------------
14 .../python-cstruct/python-cstruct-3.1.ebuild | 30 ----------------------
15 .../python-cstruct/python-cstruct-3.2.ebuild | 30 ----------------------
16 4 files changed, 93 deletions(-)
17
18 diff --git a/dev-python/python-cstruct/Manifest b/dev-python/python-cstruct/Manifest
19 index a6644c7a088e..0caaecb913bc 100644
20 --- a/dev-python/python-cstruct/Manifest
21 +++ b/dev-python/python-cstruct/Manifest
22 @@ -1,4 +1 @@
23 -DIST python-cstruct-3.0.gh.tar.gz 25950 BLAKE2B 7ea8c77ed87e4fb740c3f7a4ed53a7532ee5aca15ee46fbb40da7308ae62ceacd7ccc67a958e6355904604ae67c9594acc9cae5d18bfed0558b91f7e9c8ad0a9 SHA512 dd1c85363512edc4df0379dec40e7d7fe3ceff1cc4014eae8dab0e91c47ea9c3619211e1a637aeec134ce713d0681688630b7fde97f02c6bcd7103a32f258a73
24 -DIST python-cstruct-3.1.gh.tar.gz 26633 BLAKE2B 449510cc8cc6661270d2618cd347eea2044eacc8f665ed2f55bc6fcd95bcf79f29f8bce6498d372d8b5b78f854edb06afb89a3f3ef7f5de37582ebf68d178db1 SHA512 00e2165c14dcc4461600a8eeef5c71bcaa6e59955c23d08055aff2186b16f20d6c10fdb1a02f6e263e27070fda562c712df0c4ad2440a25dc5f23afaa9c88719
25 -DIST python-cstruct-3.2.gh.tar.gz 26876 BLAKE2B 084c4e3e1e5a48ee15c40e25a846b09dc1af1fe0ef9734bddad14ebac91e2bbdf78cffc39dd861f35d7ed307f1dfb14cb7b15dd47b900d3c943bf3245adb9ff3 SHA512 8b912bba7a31a8cacd77e07008ea1a0603c59c49e2cbb4a8fee158948b05166f2223c983f58c104d73c0fd868bfaebc9f38669277f27282486cfb064d9026ab5
26 DIST python-cstruct-3.3.gh.tar.gz 27470 BLAKE2B 0403af7085622e26d5faf973bbfd0c7e35f5c51f0597abf079080800055058809a07a795bde37b796809ef13b6e1d030f36a42e45a7f4643202e37fe79df4730 SHA512 fd5d7d42f5458d37a44d5e792b56e5c4f3338ed656b248ec5f4f48e4ecb5b6be7e3561c697d67ce0c6a18fbef62ba4945e287754cb2d6a97fefd65c563d65774
27
28 diff --git a/dev-python/python-cstruct/python-cstruct-3.0.ebuild b/dev-python/python-cstruct/python-cstruct-3.0.ebuild
29 deleted file mode 100644
30 index 7b8d01c50942..000000000000
31 --- a/dev-python/python-cstruct/python-cstruct-3.0.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-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..11} )
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="C-style structs for Python"
44 -HOMEPAGE="https://github.com/andreax79/python-cstruct
45 - https://pypi.org/project/cstruct/"
46 -SRC_URI="
47 - https://github.com/andreax79/${PN}/archive/v${PV}.tar.gz
48 - -> ${P}.gh.tar.gz
49 -"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -
55 -DOCS=( README.md )
56 -
57 -distutils_enable_tests pytest
58 -
59 -src_prepare() {
60 - distutils-r1_src_prepare
61 -
62 - sed -e "/find_packages(/s@exclude=\[@&'tests', @" -i setup.py || die
63 -}
64
65 diff --git a/dev-python/python-cstruct/python-cstruct-3.1.ebuild b/dev-python/python-cstruct/python-cstruct-3.1.ebuild
66 deleted file mode 100644
67 index 7b8d01c50942..000000000000
68 --- a/dev-python/python-cstruct/python-cstruct-3.1.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2022 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -DISTUTILS_USE_PEP517=setuptools
77 -PYTHON_COMPAT=( python3_{8..11} )
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="C-style structs for Python"
81 -HOMEPAGE="https://github.com/andreax79/python-cstruct
82 - https://pypi.org/project/cstruct/"
83 -SRC_URI="
84 - https://github.com/andreax79/${PN}/archive/v${PV}.tar.gz
85 - -> ${P}.gh.tar.gz
86 -"
87 -
88 -LICENSE="MIT"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~x86"
91 -
92 -DOCS=( README.md )
93 -
94 -distutils_enable_tests pytest
95 -
96 -src_prepare() {
97 - distutils-r1_src_prepare
98 -
99 - sed -e "/find_packages(/s@exclude=\[@&'tests', @" -i setup.py || die
100 -}
101
102 diff --git a/dev-python/python-cstruct/python-cstruct-3.2.ebuild b/dev-python/python-cstruct/python-cstruct-3.2.ebuild
103 deleted file mode 100644
104 index 7b8d01c50942..000000000000
105 --- a/dev-python/python-cstruct/python-cstruct-3.2.ebuild
106 +++ /dev/null
107 @@ -1,30 +0,0 @@
108 -# Copyright 1999-2022 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=8
112 -
113 -DISTUTILS_USE_PEP517=setuptools
114 -PYTHON_COMPAT=( python3_{8..11} )
115 -inherit distutils-r1
116 -
117 -DESCRIPTION="C-style structs for Python"
118 -HOMEPAGE="https://github.com/andreax79/python-cstruct
119 - https://pypi.org/project/cstruct/"
120 -SRC_URI="
121 - https://github.com/andreax79/${PN}/archive/v${PV}.tar.gz
122 - -> ${P}.gh.tar.gz
123 -"
124 -
125 -LICENSE="MIT"
126 -SLOT="0"
127 -KEYWORDS="~amd64 ~x86"
128 -
129 -DOCS=( README.md )
130 -
131 -distutils_enable_tests pytest
132 -
133 -src_prepare() {
134 - distutils-r1_src_prepare
135 -
136 - sed -e "/find_packages(/s@exclude=\[@&'tests', @" -i setup.py || die
137 -}