summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-04-28 17:50:36 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-28 17:50:36 +0300
commitc16fc50a3c2049235c5c061b83e1a6ee5a644916 (patch)
tree3487d3c0facb8ea5600e6c8b652d9a277a2bbb63 /dev-python/funcy
parentdev-python/tomlkit: drop 0.11.6 (diff)
downloadgentoo-c16fc50a3c2049235c5c061b83e1a6ee5a644916.tar.gz
gentoo-c16fc50a3c2049235c5c061b83e1a6ee5a644916.tar.bz2
gentoo-c16fc50a3c2049235c5c061b83e1a6ee5a644916.zip
dev-python/funcy: drop 1.18
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/funcy')
-rw-r--r--dev-python/funcy/Manifest1
-rw-r--r--dev-python/funcy/funcy-1.18.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 61834fd28d93..7ae997b987c3 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,2 +1 @@
-DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe
DIST funcy-2.0.tar.gz 537931 BLAKE2B cd5d56bba777b9fefff0088daa8ab903bf51520a9cc9ce856eaf4eddbe06a2916b09d2e9f023e32c77f6b308d4291c3154347e921f1c3b78a513f11390226149 SHA512 3abd76296aa03d6c3fa0583cd1c3912a47ce04c340f668d7321e2c4191a61a1679f1a419b787c92680cbbae5757e1fabc5918a6a80130c244b4018c28751e01e
diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild
deleted file mode 100644
index b9e11f377890..000000000000
--- a/dev-python/funcy/funcy-1.18.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="
- https://github.com/Suor/funcy/
- https://pypi.org/project/funcy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
- test? (
- dev-python/whatever[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest