commit:     663d4dea08757daee1a6d8b4be22e65566a24f44
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 06:20:46 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 06:20:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663d4dea

dev-python/logical-unification: add 0.4.5

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/logical-unification/Manifest            |  1 +
 .../logical-unification-0.4.5.ebuild               | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/logical-unification/Manifest 
b/dev-python/logical-unification/Manifest
index 5a65659aa59f..2fa74fb9b298 100644
--- a/dev-python/logical-unification/Manifest
+++ b/dev-python/logical-unification/Manifest
@@ -1 +1,2 @@
 DIST logical-unification-0.4.4.gh.tar.gz 44705 BLAKE2B 
2a120bd143fba81554a94bea12e007a1a1230f9cb47304e7248acbdbda59666e46bbfcfddf2fa95e422eecd5978a3eec51f1648e995c46e8467b423a96970cf9
 SHA512 
0742b105702efc9d17b48ce573e02e119adfbc30c0835fe2bae1266193d8e9ecefe0caec691cc214a29ecae6f7051c5b0d2f05f8d3910c29893d1822a97f5d5a
+DIST logical-unification-0.4.5.gh.tar.gz 47003 BLAKE2B 
9f7e119a69b15b460ce66af137a3f0c3dd3da154173ac196a94d4894aafc67eeaa31d69c5ca8bdd6e264a3f7599f9e301dad103510c77e60ff14cc8af1c86ce8
 SHA512 
42af33ac7da6013d48d26ab49b84b40146f494963f1eee06256a219e8d0517b04cc3fe86f51cf19729fc64ad765e75a4890b278c2dbbf34eb7e1ef65f3014784

diff --git a/dev-python/logical-unification/logical-unification-0.4.5.ebuild 
b/dev-python/logical-unification/logical-unification-0.4.5.ebuild
new file mode 100644
index 000000000000..5c2147a08cf5
--- /dev/null
+++ b/dev-python/logical-unification/logical-unification-0.4.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 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 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+       dev-python/multipledispatch[${PYTHON_USEDEP}]
+       dev-python/toolz[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       tests/test_benchmarks.py
+)

Reply via email to