From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C445158086 for ; Sat, 11 Dec 2021 23:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3162BC00B; Sat, 11 Dec 2021 23:24:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08E4F2BC009 for ; Sat, 11 Dec 2021 23:24:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99D393431BA for ; Sat, 11 Dec 2021 23:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37FFD233 for ; Sat, 11 Dec 2021 23:24:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1639265081.2152d1607dcd24946acf28b295ed682833adf9cd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multipledispatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/multipledispatch/Manifest dev-python/multipledispatch/metadata.xml dev-python/multipledispatch/multipledispatch-0.6.0.ebuild X-VCS-Directories: dev-python/multipledispatch/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2152d1607dcd24946acf28b295ed682833adf9cd X-VCS-Branch: master Date: Sat, 11 Dec 2021 23:24:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d43900b0-9298-46ec-8f48-a6f72abf2226 X-Archives-Hash: 488f2bfcf50f87aa0e273a2a9e3bf5f1 commit: 2152d1607dcd24946acf28b295ed682833adf9cd Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 11 19:36:17 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 11 23:24:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2152d160 dev-python/multipledispatch: new dep of dev-python/cons, add 0.6.0 Signed-off-by: Arthur Zamarin gentoo.org> Signed-off-by: Michał Górny gentoo.org> dev-python/multipledispatch/Manifest | 1 + dev-python/multipledispatch/metadata.xml | 14 ++++++++++ .../multipledispatch/multipledispatch-0.6.0.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/dev-python/multipledispatch/Manifest b/dev-python/multipledispatch/Manifest new file mode 100644 index 000000000000..05b253a5602a --- /dev/null +++ b/dev-python/multipledispatch/Manifest @@ -0,0 +1 @@ +DIST multipledispatch-0.6.0.gh.tar.gz 23692 BLAKE2B 4f73f05382c4aefbe3706839a18ba68d8ca0ed025744fe67d2069a770c517821d726913e5757dfe0ebe4628738b4b3dc83c76049f2beb4411b3679f574cc5f8d SHA512 34cefbceef1c756d06f0fbcf34709b70750928e21b1d5f02eef61eec3d5b8ce29475bfe4c53943f3fa9264b4de1f2524d813c6723927e576cd83771b6a4fcaf8 diff --git a/dev-python/multipledispatch/metadata.xml b/dev-python/multipledispatch/metadata.xml new file mode 100644 index 000000000000..897186ba1858 --- /dev/null +++ b/dev-python/multipledispatch/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + Python + + + + multipledispatch + mrocklin/multipledispatch + https://multiple-dispatch.readthedocs.io/ + + diff --git a/dev-python/multipledispatch/multipledispatch-0.6.0.ebuild b/dev-python/multipledispatch/multipledispatch-0.6.0.ebuild new file mode 100644 index 000000000000..f5e3e0c8b15f --- /dev/null +++ b/dev-python/multipledispatch/multipledispatch-0.6.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Multiple dispatch" +HOMEPAGE=" + https://pypi.org/project/multipledispatch/ + https://github.com/mrocklin/multipledispatch/ +" +SRC_URI=" + https://github.com/mrocklin/multipledispatch/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +EPYTEST_DESELECT=( + multipledispatch/tests/test_core.py::test_multipledispatch + multipledispatch/tests/test_benchmark.py +)