diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-27 12:49:26 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-27 12:49:26 +0000 |
| commit | a2c276c844380a2ad46aaefe38e41f38ecb97fc0 (patch) | |
| tree | e80d6d9ca09c1321dbf07062d377b2af7f0da2d3 /dev-python/funcy | |
| parent | e227e016f37ff9300baa89324fbc8f408f4c042f (diff) | |
| download | baldeagleos-repo-a2c276c844380a2ad46aaefe38e41f38ecb97fc0.tar.gz baldeagleos-repo-a2c276c844380a2ad46aaefe38e41f38ecb97fc0.tar.xz baldeagleos-repo-a2c276c844380a2ad46aaefe38e41f38ecb97fc0.zip | |
Adding metadata
Diffstat (limited to 'dev-python/funcy')
| -rw-r--r-- | dev-python/funcy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/funcy/funcy-1.18.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest index 47857b4044a7..f2ddf8c3358b 100644 --- a/dev-python/funcy/Manifest +++ b/dev-python/funcy/Manifest @@ -1 +1,2 @@ DIST funcy-1.17.tar.gz 112383 BLAKE2B 150133f72ed165bdc9adc3a9f4954dfd5b846dea7b1ee2cae0d6621ebaec3e2ba986cd6596fd86482036aad6476913caec0868db9cf55c067fdbf62ac10953e2 SHA512 d48ce3b7a7b8ee7512df109d651f40ca4dadf681acca6ab0a4857a2ea408f20f6345b9b416ca8b1e924050a842648192b8fe79381c202361bc4d2e25bd55ad05 +DIST funcy-1.18.tar.gz 277530 BLAKE2B 78e86e23b3908924de1de62dd567ff8ff52079a9a7529923c84f67a3c5f768d232164d758763db1ce941986c28012dbcb3c146412998b1d1d6064efcc0ff4bf9 SHA512 274fec59c1fddc58248b5f8c81686955706333bbd33a1d567f62694c70449ef2488fae6bf76418b8ff3c6655fad12ed344cc6c90a84c5b10412e32fbdda016fe diff --git a/dev-python/funcy/funcy-1.18.ebuild b/dev-python/funcy/funcy-1.18.ebuild new file mode 100644 index 000000000000..1236dc3188c2 --- /dev/null +++ b/dev-python/funcy/funcy-1.18.ebuild @@ -0,0 +1,28 @@ +# 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_{7,8,9,10,11} ) + +inherit distutils-r1 + +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" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + test? ( + dev-python/whatever[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
