diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-11 01:41:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-11 01:41:34 -0500 |
| commit | fc39c62a8944e95c0ecccfc9781763822b23e66c (patch) | |
| tree | 11feafa0dbddccf6fcd9dabb290b0ce5faafec36 /dev-python/funcy | |
| parent | 98068fb4a1502cade02134b1834439134ca4eed1 (diff) | |
| download | baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.tar.gz baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.tar.xz baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/funcy')
| -rw-r--r-- | dev-python/funcy/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/funcy/funcy-2.1.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/funcy/Manifest b/dev-python/funcy/Manifest index 7ae997b987c3..33218dbe35ad 100644 --- a/dev-python/funcy/Manifest +++ b/dev-python/funcy/Manifest @@ -1 +1,2 @@ DIST funcy-2.0.tar.gz 537931 BLAKE2B cd5d56bba777b9fefff0088daa8ab903bf51520a9cc9ce856eaf4eddbe06a2916b09d2e9f023e32c77f6b308d4291c3154347e921f1c3b78a513f11390226149 SHA512 3abd76296aa03d6c3fa0583cd1c3912a47ce04c340f668d7321e2c4191a61a1679f1a419b787c92680cbbae5757e1fabc5918a6a80130c244b4018c28751e01e +DIST funcy-2.1.tar.gz 981169 BLAKE2B b9ec627c2543b7f898c7dc2a0a966db54595e8d1a7ff1357927a7e9e4fb1decb48ac2ed9b8ed3fdbd00ed528fa9b49b3a62a562b8b6b017a86597d5fe97d21e1 SHA512 40267e3a9b8f3b4069dfd5ad212e5b7b02a97fc32ae09b4bd1e2bd938f9d7365839c6a2c64dd1f1ccc4f3b8b754e2334b8690798b80bbf2aeaf75fa8292ef10d diff --git a/dev-python/funcy/funcy-2.1.ebuild b/dev-python/funcy/funcy-2.1.ebuild new file mode 100644 index 000000000000..a67aae0bd841 --- /dev/null +++ b/dev-python/funcy/funcy-2.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +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 ~arm64 ~x86" + +BDEPEND=" + test? ( + >=dev-python/whatever-0.7[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
