From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lesscpy/
Date: Fri, 20 Mar 2020 08:46:25 +0000 (UTC) [thread overview]
Message-ID: <1584693977.5f8b84e6b16cde1e1baa8423fdc6e473f3dfdab0.mgorny@gentoo> (raw)
commit: 5f8b84e6b16cde1e1baa8423fdc6e473f3dfdab0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 08:34:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 08:46:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8b84e6
dev-python/lesscpy: Remove old (drop to ~arch)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/lesscpy/Manifest | 2 --
dev-python/lesscpy/lesscpy-0.11.1.ebuild | 30 ------------------------------
dev-python/lesscpy/lesscpy-0.9j.ebuild | 24 ------------------------
3 files changed, 56 deletions(-)
diff --git a/dev-python/lesscpy/Manifest b/dev-python/lesscpy/Manifest
index 8dca9a97d1c..593519935d2 100644
--- a/dev-python/lesscpy/Manifest
+++ b/dev-python/lesscpy/Manifest
@@ -1,3 +1 @@
-DIST lesscpy-0.11.1.tar.gz 159706 BLAKE2B 4f664d7e6d6edc0fea6db8d9b664703e408cbfccd666760ce1f394746696c61b28755668c7fe0d5ef374735e1ab6514532e2992d2d0c6292ef88861b25636225 SHA512 2cf4e8c3a46cf5e9a7f1dd80f613550fa0e857a8acf9d33d9da2f7a90e1b264bbc18a427668f152ff136b438b19866f016dec91794c721b98ec2f2456dc504e3
DIST lesscpy-0.13.0.tar.gz 157854 BLAKE2B 2a06827233e5142249298c75d323ffaed2cf497f5ddf86023e65235417f3fb970e66a6b112e9eeb38f24868ab98a6d4b9bcb0cf8a53a2121fff44098fdde459a SHA512 227db8212a386b06f288140d09b7505ae43bc6221396fa2d154a6d7f0831cf1ff005d9818fd85fb3804103b725b60827cf56a29930c2de928546ab0dcf3d5877
-DIST lesscpy-0.9j.tar.gz 32061 BLAKE2B 95edffd8cfe958d966062fa58c041ebf411d5f771d48cc1da9f868c35094bb5b465449616e994690c972414cc188c9343ae29839df9fa57711e4575a42f927fc SHA512 9063b89a1ca8dc8424b3b1989bdf7c31de74e26ab8ab5ede1664f53d1ff1946308d9add65236cd5fabc58efcaf1cb5789fa73f0775a83cb70ea9a73d25207a73
diff --git a/dev-python/lesscpy/lesscpy-0.11.1.ebuild b/dev-python/lesscpy/lesscpy-0.11.1.ebuild
deleted file mode 100644
index 0aac1ed9338..00000000000
--- a/dev-python/lesscpy/lesscpy-0.11.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-# incomplete tarball
-RESTRICT="test"
-
-DESCRIPTION="A compiler written in Python for the LESS language"
-HOMEPAGE="https://pypi.org/project/lesscpy/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/ply[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-
-python_test() {
- # https://github.com/lesscpy/lesscpy/issues/74
- esetup.py test
- # This is equally effective
- # nosetests -v || die "tests failed under ${EPYTHON}"
-}
diff --git a/dev-python/lesscpy/lesscpy-0.9j.ebuild b/dev-python/lesscpy/lesscpy-0.9j.ebuild
deleted file mode 100644
index 5cb22403631..00000000000
--- a/dev-python/lesscpy/lesscpy-0.9j.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A compiler written in Python for the LESS language"
-HOMEPAGE="https://pypi.org/project/lesscpy/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
-
-python_test() {
- ${PYTHON} lesscpy/test/__main__.py || die "test failed under ${EPYTHON}"
-}
next reply other threads:[~2020-03-20 8:46 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-20 8:46 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-15 18:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/lesscpy/ Arthur Zamarin
2024-06-17 13:40 Petr Vaněk
2023-10-20 13:12 Michał Górny
2023-10-20 13:12 Michał Górny
2023-03-16 3:56 Michał Górny
2022-11-14 4:44 Michał Górny
2022-10-21 14:34 Michał Górny
2021-10-17 9:00 Michał Górny
2021-07-15 17:50 Michał Górny
2021-05-23 11:36 Michał Górny
2020-05-11 17:33 Michał Górny
2020-05-11 17:33 Michał Górny
2020-05-05 1:03 Matthew Thode
2020-05-05 1:03 Matthew Thode
2020-02-05 16:24 Michał Górny
2018-04-01 21:55 Patrice Clement
2017-05-16 12:22 Manuel Rüger
2016-06-12 9:04 Patrick Lauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1584693977.5f8b84e6b16cde1e1baa8423fdc6e473f3dfdab0.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox