summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-27 19:36:37 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-27 19:36:37 +0100
commitfc0bba712be62b2c075e61757c27b47b7a5bfe4b (patch)
tree1ead08c508eb3ab9f0423125f983f09f55b8e011 /dev-python/cons
parentdev-python/cssselect2: Remove old (diff)
downloadgentoo-fc0bba712be62b2c075e61757c27b47b7a5bfe4b.tar.gz
gentoo-fc0bba712be62b2c075e61757c27b47b7a5bfe4b.tar.bz2
gentoo-fc0bba712be62b2c075e61757c27b47b7a5bfe4b.zip
dev-python/cons: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cons')
-rw-r--r--dev-python/cons/Manifest1
-rw-r--r--dev-python/cons/cons-0.4.4.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/cons/Manifest b/dev-python/cons/Manifest
index f2a86d5a11df..939df9dd30a8 100644
--- a/dev-python/cons/Manifest
+++ b/dev-python/cons/Manifest
@@ -1,2 +1 @@
-DIST cons-0.4.4.gh.tar.gz 37957 BLAKE2B 8256a36f66d1cfbd7464cedad4970945c22776ed893665a5af7c464afb7fd1bb1e8cb74de3e537561c346ad2a93b5ada587171afcda1722dcbe0499224c8ebcd SHA512 dca6ff36a7530c9907387ada1e760eee895829e0cc7da18c03f636bb0ead199260b52b2109f0adae34edcdd6a8fee04dd3d3c92f9e866ca0afbf53074a2b4b7c
DIST cons-0.4.5.gh.tar.gz 40318 BLAKE2B c01f195c4f29ffe42e08fba6b57806b96263f7ebbc1cc859b8d146cd94e257829506502f2bc81f5665f4caf3bb8725ec556b70b951ede2b8117ba50fdb4388e5 SHA512 fea3af6b7198760f36194793a32a87f17729877f75baca6fd9627c32c4602e640cf667bb106624e9d756aece57053974e90e32329de484619a14b3500bea26e7
diff --git a/dev-python/cons/cons-0.4.4.ebuild b/dev-python/cons/cons-0.4.4.ebuild
deleted file mode 100644
index a7f92bb417c0..000000000000
--- a/dev-python/cons/cons-0.4.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Implementation of Lisp/Scheme-like cons in Python"
-HOMEPAGE="
- https://pypi.org/project/cons/
- https://github.com/pythological/python-cons/
-"
-SRC_URI="
- https://github.com/pythological/python-cons/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/python-${P}"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="dev-python/logical-unification[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest