From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multipledispatch/
Date: Sat, 11 Dec 2021 23:24:53 +0000 (UTC) [thread overview]
Message-ID: <1639265081.2152d1607dcd24946acf28b295ed682833adf9cd.mgorny@gentoo> (raw)
commit: 2152d1607dcd24946acf28b295ed682833adf9cd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 19:36:17 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <arthurzam <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">multipledispatch</remote-id>
+ <remote-id type="github">mrocklin/multipledispatch</remote-id>
+ <doc>https://multiple-dispatch.readthedocs.io/</doc>
+ </upstream>
+</pkgmetadata>
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
+)
next reply other threads:[~2021-12-11 23:24 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-11 23:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-15 17:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/multipledispatch/ Arthur Zamarin
2024-05-18 6:11 Michał Górny
2023-11-24 14:49 Michał Górny
2023-07-28 9:26 Michał Górny
2023-07-28 7:56 Sam James
2023-06-28 5:06 Michał Górny
2023-05-28 19:29 Arthur Zamarin
2023-04-16 12:11 WANG Xuerui
2022-07-02 16:11 Michał Górny
2022-07-02 16:05 Jakov Smolić
2022-05-29 19:16 Arthur Zamarin
2022-05-29 19:16 Arthur Zamarin
2021-12-30 19:11 Arthur Zamarin
2021-12-28 5:56 Sam James
2021-12-16 5:55 Yixun Lan
2021-12-13 15:39 Arthur Zamarin
2021-12-13 15:39 Arthur Zamarin
2021-12-13 9:04 Arthur Zamarin
2017-04-28 15:27 Manuel Rüger
2017-01-18 16:52 Agostino Sarubbo
2017-01-10 5:27 Sebastien Fabbro
2016-03-12 11:40 Patrick Lauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1639265081.2152d1607dcd24946acf28b295ed682833adf9cd.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox