summaryrefslogtreecommitdiff
path: root/dev-python/funcy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-28 17:13:02 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-28 17:13:02 +0100
commit670fe3b64a21a723fda1e52fe61cad2327f81f67 (patch)
treee6699a97f6776ef2588129c3ad5b895621d4e4aa /dev-python/funcy
parent7aa28e7310855bc5ef0d32b22e8b58eec55c28c9 (diff)
gentoo auto-resync : 28:04:2023 - 17:13:02
Diffstat (limited to 'dev-python/funcy')
-rw-r--r--dev-python/funcy/Manifest4
-rw-r--r--dev-python/funcy/funcy-1.18.ebuild27
-rw-r--r--dev-python/funcy/funcy-2.0.ebuild2
3 files changed, 2 insertions, 31 deletions
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index 391c6b584fdc..7879158d462f 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,5 +1,3 @@
-DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe
DIST funcy-2.0.tar.gz 537931 BLAKE2B cd5d56bba777b9fefff0088daa8ab903bf51520a9cc9ce856eaf4eddbe06a2916b09d2e9f023e32c77f6b308d4291c3154347e921f1c3b78a513f11390226149 SHA512 3abd76296aa03d6c3fa0583cd1c3912a47ce04c340f668d7321e2c4191a61a1679f1a419b787c92680cbbae5757e1fabc5918a6a80130c244b4018c28751e01e
-EBUILD funcy-1.18.ebuild 503 BLAKE2B 46dedafb64b363f8c4298869380f7f236ebd7426e748b46c936197d62a8b6244c37cca844b7c11c040c239d171a0b6f626cb09b3bc1e0d167351adeb550d7443 SHA512 505c8797e1a4661166ebded8bcb853621747685f72e4361e912cd9a688a61793c2a20fe89a1d469ef5361c31d18f6cccf01354b985eb5c0cfe54e4f11c7c7349
-EBUILD funcy-2.0.ebuild 511 BLAKE2B 663c381d684dc65c51e47612ffcd942eae14a1f9fdbf95aab61b3c2505f347da785e0f5c6555f18d0ff00c2def0b9ad528c0f95bb4bd0512acaff451ce49d5d2 SHA512 4b1974086af95124bc406b8094c0fb30e2fd2ea04f21ec3da569ee14a66818ad96de33e1eb2bc4ce6bf9c60350f209207da85ff874c7020e41b9dc6751769672
+EBUILD funcy-2.0.ebuild 509 BLAKE2B dc200cefd892274f7e09f9ee243698e0b50086be48cf8855e556f2ba54ece94e7fff6179c9163f71abad6f1e76f6762819c9fc630aa76ceb29d00d2575c03375 SHA512 dbe83af688831bacc58728bb23240c5eaedcf5dbc830c4866b5d91e4cbef282e20cd51e64b6505b4604b91a1268b117433b85914ed4f9c7b390245307dacb43c
MISC metadata.xml 491 BLAKE2B 70c6646bc4496af1ef98d1178b2b4bf9d876ee0a3664e878af184d12b162c9c926d14bd8dd7987355c4bef86ce53fb65ea96abe2384198f2c054c3835e78f982 SHA512 31d13ddb7d20c36c98e5a4068e96881200122425608e8877c133483117b565b44d65800bcc61dc6ad7e407b6c9953a3f53afd52aebd1a5c25aa1ceacc067c744
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
diff --git a/dev-python/funcy/funcy-2.0.ebuild b/dev-python/funcy/funcy-2.0.ebuild
index 1b6b33de12f1..5b140a22e52d 100644
--- a/dev-python/funcy/funcy-2.0.ebuild
+++ b/dev-python/funcy/funcy-2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
BDEPEND="
test? (