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/lesscpy/
Date: Sun, 17 Oct 2021 09:00:32
Message-Id: 1634461169.72800dbe4d3ae5c91289f891017c57c5501d865d.mgorny@gentoo
1 commit: 72800dbe4d3ae5c91289f891017c57c5501d865d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 08:59:29 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 08:59:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72800dbe
7
8 dev-python/lesscpy: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lesscpy/Manifest | 1 -
13 dev-python/lesscpy/lesscpy-0.14.0.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/lesscpy/Manifest b/dev-python/lesscpy/Manifest
17 index ac794aebdef..7041fba9bb0 100644
18 --- a/dev-python/lesscpy/Manifest
19 +++ b/dev-python/lesscpy/Manifest
20 @@ -1,2 +1 @@
21 -DIST lesscpy-0.14.0.tar.gz 186505 BLAKE2B 6c7f4691c352573d081436d5f31ddacbd6b054810f07feafaf654a5c401d98c3274f86f03f68534f661b79bff3d708eb09bfdc0e3b9e800b7e2091060e64c370 SHA512 333015e3d4169fafedf0c295d12d5f0eadb8bea2576d147f1461e5854638b0501ea3038a945924efd81629b66dcc7ffcd3fabd12933529cb5fd4b962e87fe2c3
22 DIST lesscpy-0.15.0.tar.gz 176879 BLAKE2B 942775e090d3fbc8af033163186d43650bf20967689459bedd87dba14063c199fa322a17310fde422e3d45370cc7fee3482ff2a388518c49b2b16fb40f241a69 SHA512 3e225dcd435b9fbf9b21ad7cae86612eee923946b0bafd502221a95df4df739bae8df62f33fe77a90ee8a1c12de05ba556b2d76a95b85c9d68d27ce6ae46a747
23
24 diff --git a/dev-python/lesscpy/lesscpy-0.14.0.ebuild b/dev-python/lesscpy/lesscpy-0.14.0.ebuild
25 deleted file mode 100644
26 index 06eba5c57e1..00000000000
27 --- a/dev-python/lesscpy/lesscpy-0.14.0.ebuild
28 +++ /dev/null
29 @@ -1,21 +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="A compiler written in Python for the LESS language"
39 -HOMEPAGE="https://pypi.org/project/lesscpy/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -RDEPEND="
47 - dev-python/ply[${PYTHON_USEDEP}]
48 - dev-python/six[${PYTHON_USEDEP}]"
49 -
50 -distutils_enable_tests nose