From c0609b5e4baa173bc7e2456e6709dad0187e5cc4 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 12 Feb 2023 09:29:51 +0100 Subject: [PATCH] dev-python/jaraco-collections: new package, add 3.8.0 Signed-off-by: Andreas Billmeier --- dev-python/jaraco-collections/Manifest | 3 ++ .../jaraco-collections-3.8.0.ebuild | 36 +++++++++++++++++++ dev-python/jaraco-collections/metadata.xml | 16 +++++++++ 3 files changed, 55 insertions(+) create mode 100644 dev-python/jaraco-collections/Manifest create mode 100644 dev-python/jaraco-collections/jaraco-collections-3.8.0.ebuild create mode 100644 dev-python/jaraco-collections/metadata.xml diff --git a/dev-python/jaraco-collections/Manifest b/dev-python/jaraco-collections/Manifest new file mode 100644 index 000000000..a26242275 --- /dev/null +++ b/dev-python/jaraco-collections/Manifest @@ -0,0 +1,3 @@ +DIST jaraco-collections-3.8.0.tar.gz 17021 BLAKE2B d1439d2ac8e1c62a87f85775d58a1ea30abfb9eeae2d04c00eaaca9452cd3d46c668841073ee41913a52afa519ecbbddba321ec06584c8cab29dd736f4337219 SHA512 3d20c07d616e82c8c2699f2a5e7a0c42e8a4e5314535d4521a2e3457db510cd24019b23128682ac60c34b47fc4b5232ba0fd2e463c199aef6f6eb6d6ee4347ac +EBUILD jaraco-collections-3.8.0.ebuild 879 BLAKE2B 4059577db72a950f76874ece303529360a4ac08f5c265005779e56455b7245b6c827e04034ce685d4da533ea68335869755a1398403c7313dd13fb484d6d0d34 SHA512 26c27d992f6b2960142c62d21cf78e4baaf8a0c82183f19cd8b6aa14f43ca31154876efbb89105f5f90bb4ebf865d150918945854453507a74352a5b856708f1 +MISC metadata.xml 530 BLAKE2B fff0aa7068e2b5b87c9ee450e409d621964febaf42f0d03fdac2e3fff0ff617fe7d5336d4c3ede016a1fd6517d5f198547e268a1e30e4973a3a743729f8ed459 SHA512 4dc480a24ebc5e03975b7f321918d2311b24383e25cafbdc4ef50b8783ce7535f8cde81ecd9d4b837f63088a4afa29230e50673c5cf661d40aac07100b3ad592 diff --git a/dev-python/jaraco-collections/jaraco-collections-3.8.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-3.8.0.ebuild new file mode 100644 index 000000000..264ca8401 --- /dev/null +++ b/dev-python/jaraco-collections/jaraco-collections-3.8.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 + +DESCRIPTION="Collection objects similar to those in stdlib by jaraco" +HOMEPAGE="https://github.com/jaraco/jaraco.collections https://pypi.org/project/jaraco.collections/" +MY_PN=${PN/-/.} +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.rst" + +RDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}] + dev-python/jaraco-classes[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + py.test -v -v || die +} + +distutils_enable_tests pytest diff --git a/dev-python/jaraco-collections/metadata.xml b/dev-python/jaraco-collections/metadata.xml new file mode 100644 index 000000000..845329dd3 --- /dev/null +++ b/dev-python/jaraco-collections/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + jaraco.collections + jaraco/jaraco.collections + + jaraco@jaraco.com + Jason R. Coombs + + +