From 73535f2c2aa2ba94745b94c94f0c100c0f26fa6f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 28 Mar 2023 14:41:34 +0200 Subject: dev-python/funcy: Bump to 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/funcy/funcy-2.0.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-python/funcy/funcy-2.0.ebuild (limited to 'dev-python/funcy/funcy-2.0.ebuild') diff --git a/dev-python/funcy/funcy-2.0.ebuild b/dev-python/funcy/funcy-2.0.ebuild new file mode 100644 index 000000000000..1b6b33de12f1 --- /dev/null +++ b/dev-python/funcy/funcy-2.0.ebuild @@ -0,0 +1,27 @@ +# 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-0.7[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad