commit: a064fd1dac12e0d79eb658583faa59635b6aedb8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 19:47:34 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 23:24:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a064fd1d
dev-python/logical-unification: new dep of dev-python/cons, add 0.4.4
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/logical-unification/Manifest | 1 +
.../logical-unification-0.4.4.ebuild | 33 ++++++++++++++++++++++
dev-python/logical-unification/metadata.xml | 13 +++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-python/logical-unification/Manifest
b/dev-python/logical-unification/Manifest
new file mode 100644
index 000000000000..5a65659aa59f
--- /dev/null
+++ b/dev-python/logical-unification/Manifest
@@ -0,0 +1 @@
+DIST logical-unification-0.4.4.gh.tar.gz 44705 BLAKE2B
2a120bd143fba81554a94bea12e007a1a1230f9cb47304e7248acbdbda59666e46bbfcfddf2fa95e422eecd5978a3eec51f1648e995c46e8467b423a96970cf9
SHA512
0742b105702efc9d17b48ce573e02e119adfbc30c0835fe2bae1266193d8e9ecefe0caec691cc214a29ecae6f7051c5b0d2f05f8d3910c29893d1822a97f5d5a
diff --git a/dev-python/logical-unification/logical-unification-0.4.4.ebuild
b/dev-python/logical-unification/logical-unification-0.4.4.ebuild
new file mode 100644
index 000000000000..4e183b8abc4a
--- /dev/null
+++ b/dev-python/logical-unification/logical-unification-0.4.4.ebuild
@@ -0,0 +1,33 @@
+# 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="Logical unification in Python"
+HOMEPAGE="
+ https://pypi.org/project/logical-unification/
+ https://github.com/pythological/unification/
+"
+SRC_URI="
+ https://github.com/pythological/unification/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/unification-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/multipledispatch[${PYTHON_USEDEP}]
+ dev-python/toolz[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/test_benchmarks.py
+)
diff --git a/dev-python/logical-unification/metadata.xml
b/dev-python/logical-unification/metadata.xml
new file mode 100644
index 000000000000..76b0b41c7d50
--- /dev/null
+++ b/dev-python/logical-unification/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">logical-unification</remote-id>
+ <remote-id type="github">pythological/unification</remote-id>
+ </upstream>
+</pkgmetadata>