public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logical-unification/
Date: Sat, 11 Dec 2021 23:24:53 +0000 (UTC)	[thread overview]
Message-ID: <1639265082.a064fd1dac12e0d79eb658583faa59635b6aedb8.mgorny@gentoo> (raw)

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>python@gentoo.org</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>


             reply	other threads:[~2021-12-11 23:24 UTC|newest]

Thread overview: 17+ 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 --
2021-12-13  9:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/logical-unification/ Arthur Zamarin
2021-12-13 15:39 Arthur Zamarin
2021-12-13 15:39 Arthur Zamarin
2021-12-16  5:55 Yixun Lan
2021-12-28  5:56 Sam James
2021-12-30 19:11 Arthur Zamarin
2022-01-20  6:26 Arthur Zamarin
2022-02-27 18:52 Michał Górny
2022-09-02 13:44 Arthur Zamarin
2023-04-16 12:11 WANG Xuerui
2023-05-07  4:12 Michał Górny
2023-05-28 19:29 Arthur Zamarin
2023-07-05 20:52 Sam James
2023-07-06 12:16 Michał Górny
2023-11-24 14:49 Michał Górny
2024-06-18 17:59 Michał Górny

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=1639265082.a064fd1dac12e0d79eb658583faa59635b6aedb8.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