summaryrefslogtreecommitdiff
path: root/dev-python/funcy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-01 10:06:27 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-01 10:06:27 +0000
commit6e20a434f030191fb9f90961ab609abdf86c4b4a (patch)
tree80601443014010b74f80c6ec9a0f2d18756c1d7f /dev-python/funcy
parent6438b14169223c6931a87dd4e1e357934b2c0852 (diff)
gentoo auto-resync : 01:03:2023 - 10:06:27
Diffstat (limited to 'dev-python/funcy')
-rw-r--r--dev-python/funcy/Manifest4
-rw-r--r--dev-python/funcy/funcy-1.17.ebuild19
-rw-r--r--dev-python/funcy/funcy-1.18.ebuild3
3 files changed, 2 insertions, 24 deletions
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest
index a883b4a009b6..e8ea4ece965d 100644
--- a/dev-python/funcy/Manifest
+++ b/dev-python/funcy/Manifest
@@ -1,5 +1,3 @@
-DIST funcy-1.17.tar.gz 112383 BLAKE2B 150133f72ed165bdc9adc3a9f4954dfd5b846dea7b1ee2cae0d6621ebaec3e2ba986cd6596fd86482036aad6476913caec0868db9cf55c067fdbf62ac10953e2 SHA512 d48ce3b7a7b8ee7512df109d651f40ca4dadf681acca6ab0a4857a2ea408f20f6345b9b416ca8b1e924050a842648192b8fe79381c202361bc4d2e25bd55ad05
DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe
-EBUILD funcy-1.17.ebuild 484 BLAKE2B 570a5c1969cf16e65fb2fc7a840f777f5aa4b9fa95439e05c277f69848929b72a15b9ceb22f5fbd877371e03856d50b555e02c7550ca0fc692d9da8722842c24 SHA512 dc7963bf04635626b278b8011ab47c7e3529ce442d78b7a898721269c57b9abb3641ef19a8f965d9b5565769e3b14afbde67b7dd714a1ecfb0ac215237179234
-EBUILD funcy-1.18.ebuild 550 BLAKE2B 9a1d4c1d31d118dbc598ef1d26c9e3bb381b7ff4aa073182ca61ca4d820f475c797cf16a101ddb62532b89a528f0ed30728c056d4fc9bea7340b8a213037bcfd SHA512 150903850bb3bfb7c1885be890b02b97929189e5a8d7425f9beda86425896b15c83c1250c6495eb2445df1e0e76b7f4b971860c789960420a6496d626768bd53
+EBUILD funcy-1.18.ebuild 503 BLAKE2B 46dedafb64b363f8c4298869380f7f236ebd7426e748b46c936197d62a8b6244c37cca844b7c11c040c239d171a0b6f626cb09b3bc1e0d167351adeb550d7443 SHA512 505c8797e1a4661166ebded8bcb853621747685f72e4361e912cd9a688a61793c2a20fe89a1d469ef5361c31d18f6cccf01354b985eb5c0cfe54e4f11c7c7349
MISC metadata.xml 491 BLAKE2B 70c6646bc4496af1ef98d1178b2b4bf9d876ee0a3664e878af184d12b162c9c926d14bd8dd7987355c4bef86ce53fb65ea96abe2384198f2c054c3835e78f982 SHA512 31d13ddb7d20c36c98e5a4068e96881200122425608e8877c133483117b565b44d65800bcc61dc6ad7e407b6c9953a3f53afd52aebd1a5c25aa1ceacc067c744
diff --git a/dev-python/funcy/funcy-1.17.ebuild b/dev-python/funcy/funcy-1.17.ebuild
deleted file mode 100644
index b18c07ac76ce..000000000000
--- a/dev-python/funcy/funcy-1.17.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="A collection of fancy functional tools focused on practicality"
-HOMEPAGE="https://github.com/Suor/funcy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="test? ( dev-python/whatever[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests --install pytest
diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild
index 25585ead3b4b..b9e11f377890 100644
--- a/dev-python/funcy/funcy-1.18.ebuild
+++ b/dev-python/funcy/funcy-1.18.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+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/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"