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/libarchive-c/
Date: Sun, 27 Feb 2022 18:58:53
Message-Id: 1645988229.4ac8a79bd3df77eeb806a6edcd003b1813d1ae65.mgorny@gentoo
1 commit: 4ac8a79bd3df77eeb806a6edcd003b1813d1ae65
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:57:09 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:57:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac8a79b
7
8 dev-python/libarchive-c: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/libarchive-c/Manifest | 1 -
13 dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest
17 index d7a9f3981b60..009a87bd751e 100644
18 --- a/dev-python/libarchive-c/Manifest
19 +++ b/dev-python/libarchive-c/Manifest
20 @@ -1,2 +1 @@
21 -DIST libarchive-c-3.2.tar.gz 44896 BLAKE2B 9e984c8e23422ceb552d34d4560b2c8279e1c2d52ffedcc893af3a1a8420eb03b735058d2f8dbe542f3920d0f0bf53777f0679a238cc0368e8e680c44358a72c SHA512 d11a7da0e592b7fce5044b9ff2930e50004c15b166a76f7871b9d0d584cb6da5989c4ec79969439b00baffa564738af607cdf5e37141c6e879b8a76ae68c325c
22 DIST libarchive-c-4.0.gh.tar.gz 47743 BLAKE2B c6246b35a9a389c6cd999b32412436f8134737a4cba1c0bf8a905e3ba6e1653c515956f43a580901dd4278cbc00b783ecfa7a4306f0fc7ca2d2666b3af500cb8 SHA512 787b049a5f06d7370369a6bb2d9ebab6e4e5eda0a4f839906e205a7e19a00f9f7e350d4c42e3434e345063dd0ea44e5b0b4c0524033b05a6d8f15758757c5c36
23
24 diff --git a/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild b/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild
25 deleted file mode 100644
26 index 07b3b940883d..000000000000
27 --- a/dev-python/libarchive-c/libarchive-c-3.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A Python interface to libarchive"
39 -HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ https://pypi.org/project/libarchive-c/"
40 -SRC_URI="https://github.com/Changaco/python-libarchive-c/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
41 -S="${WORKDIR}"/python-${P}
42 -
43 -LICENSE="CC0-1.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
46 -
47 -RDEPEND="app-arch/libarchive"
48 -BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
49 -
50 -distutils_enable_tests pytest