From c26b34c92ffa6e64783067266d1885ddd3ba22e9 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 22 Jan 2022 19:00:39 +0200 Subject: dev-python/picobox: new package, 2.2.0 Signed-off-by: Arthur Zamarin --- dev-python/picobox/picobox-2.2.0.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-python/picobox/picobox-2.2.0.ebuild (limited to 'dev-python/picobox/picobox-2.2.0.ebuild') diff --git a/dev-python/picobox/picobox-2.2.0.ebuild b/dev-python/picobox/picobox-2.2.0.ebuild new file mode 100644 index 000000000000..5a25c40a8670 --- /dev/null +++ b/dev-python/picobox/picobox-2.2.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Dependency injection framework designed with Python in mind" +HOMEPAGE="https://pypi.org/project/picobox/ + https://github.com/ikalnytskyi/picobox" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/flask[${PYTHON_USEDEP}] + ) +" + +PATCHES=( + "${FILESDIR}/${P}-fix-py3.10.patch" +) + +distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad