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/cons/
Date: Sun, 27 Feb 2022 18:37:42
Message-Id: 1645986997.fc0bba712be62b2c075e61757c27b47b7a5bfe4b.mgorny@gentoo
1 commit: fc0bba712be62b2c075e61757c27b47b7a5bfe4b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:36:37 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:36:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc0bba71
7
8 dev-python/cons: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cons/Manifest | 1 -
13 dev-python/cons/cons-0.4.4.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/cons/Manifest b/dev-python/cons/Manifest
17 index f2a86d5a11df..939df9dd30a8 100644
18 --- a/dev-python/cons/Manifest
19 +++ b/dev-python/cons/Manifest
20 @@ -1,2 +1 @@
21 -DIST cons-0.4.4.gh.tar.gz 37957 BLAKE2B 8256a36f66d1cfbd7464cedad4970945c22776ed893665a5af7c464afb7fd1bb1e8cb74de3e537561c346ad2a93b5ada587171afcda1722dcbe0499224c8ebcd SHA512 dca6ff36a7530c9907387ada1e760eee895829e0cc7da18c03f636bb0ead199260b52b2109f0adae34edcdd6a8fee04dd3d3c92f9e866ca0afbf53074a2b4b7c
22 DIST cons-0.4.5.gh.tar.gz 40318 BLAKE2B c01f195c4f29ffe42e08fba6b57806b96263f7ebbc1cc859b8d146cd94e257829506502f2bc81f5665f4caf3bb8725ec556b70b951ede2b8117ba50fdb4388e5 SHA512 fea3af6b7198760f36194793a32a87f17729877f75baca6fd9627c32c4602e640cf667bb106624e9d756aece57053974e90e32329de484619a14b3500bea26e7
23
24 diff --git a/dev-python/cons/cons-0.4.4.ebuild b/dev-python/cons/cons-0.4.4.ebuild
25 deleted file mode 100644
26 index a7f92bb417c0..000000000000
27 --- a/dev-python/cons/cons-0.4.4.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Implementation of Lisp/Scheme-like cons in Python"
39 -HOMEPAGE="
40 - https://pypi.org/project/cons/
41 - https://github.com/pythological/python-cons/
42 -"
43 -SRC_URI="
44 - https://github.com/pythological/python-cons/archive/v${PV}.tar.gz
45 - -> ${P}.gh.tar.gz
46 -"
47 -S="${WORKDIR}/python-${P}"
48 -
49 -LICENSE="LGPL-3"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
52 -
53 -RDEPEND="dev-python/logical-unification[${PYTHON_USEDEP}]"
54 -
55 -distutils_enable_tests pytest