public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/multimethod/
@ 2022-06-22 20:31 Andrew Ammerlaan
  0 siblings, 0 replies; only message in thread
From: Andrew Ammerlaan @ 2022-06-22 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     28c90fbd289d7904bc9da914e066fe91004a0334
Author:     Vladimir Shapranov <equidamoid <AT> gmail <DOT> com>
AuthorDate: Sun Jun 19 10:36:33 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 20:19:39 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=28c90fbd

dev-python/muiltimethod: new package

Required as a dependency of dev-python/cadquery.

Signed-off-by: Vladimir Shapranov <equidamoid <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/multimethod/metadata.xml           | 12 ++++++++++++
 dev-python/multimethod/multimethod-1.8.ebuild | 20 ++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/multimethod/metadata.xml b/dev-python/multimethod/metadata.xml
new file mode 100644
index 000000000..cd5b00a2b
--- /dev/null
+++ b/dev-python/multimethod/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">coady/multimethod</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/multimethod/multimethod-1.8.ebuild b/dev-python/multimethod/multimethod-1.8.ebuild
new file mode 100644
index 000000000..4d3c7837c
--- /dev/null
+++ b/dev-python/multimethod/multimethod-1.8.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library allowing Python function overloads based on argument types"
+HOMEPAGE="https://github.com/coady/multimethod"
+
+SRC_URI="https://github.com/coady/multimethod/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-22 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22 20:31 [gentoo-commits] proj/sci:master commit in: dev-python/multimethod/ Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox