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: Sun, 17 Oct 2021 09:25:12
Message-Id: 1634462468.78c48629240cb198724b23e6e4434a8d6bdfd17f.mgorny@gentoo
1 commit: 78c48629240cb198724b23e6e4434a8d6bdfd17f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 09:21:08 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 09:21:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c48629
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 | 1 -
13 dev-python/python-cstruct/python-cstruct-1.8.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/dev-python/python-cstruct/Manifest b/dev-python/python-cstruct/Manifest
17 index f0bf48ec78d..5a7d48a0dbb 100644
18 --- a/dev-python/python-cstruct/Manifest
19 +++ b/dev-python/python-cstruct/Manifest
20 @@ -1,2 +1 @@
21 -DIST python-cstruct-1.8.tar.gz 9911 BLAKE2B 88e091274495034c05d66e4ac808b3884a766017da92bb661cb6c90111cdb5e0d11f93a83e59be74acba9ba408c37b8cbaac88a1bb4fbbed120a2d0aaccd0979 SHA512 9ca9abf388965af06be6ab455652c60aaf2738a08bd7fcc32a8be57c19b2d705784618fd108bfa727a1c05c5749f761d698adc6550bffa1ebcaaedadd7d56a62
22 DIST python-cstruct-2.1.tar.gz 17298 BLAKE2B 9acc10f0d386c4413634945fc94b3e44210617c408ee18cf6533f70e7d64c609d463e9beceeea7c79b125e0bf0ab67a720d9ff98f45b4e7ce1f51d9280b55733 SHA512 c56c87d291c4aa2afcfdbcbbc19c03ec634b6fb0dcde9d516ef2a9079be2fea52a053c47cd20dfc0fe6537ac90939364da659d8eb4763069a9990681207d432c
23
24 diff --git a/dev-python/python-cstruct/python-cstruct-1.8.ebuild b/dev-python/python-cstruct/python-cstruct-1.8.ebuild
25 deleted file mode 100644
26 index 91bfd95f825..00000000000
27 --- a/dev-python/python-cstruct/python-cstruct-1.8.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="C-style structs for Python"
39 -HOMEPAGE="https://github.com/andreax79/python-cstruct https://pypi.org/project/cstruct/"
40 -SRC_URI="https://github.com/andreax79/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -DOCS=( README.md )
47 -
48 -distutils_enable_tests setup.py