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/cons/
Date: Sat, 11 Dec 2021 23:24:53 +0000 (UTC)	[thread overview]
Message-ID: <1639265083.6b686b7d0b20cd7f579603c03bffe8e52ff33203.mgorny@gentoo> (raw)

commit:     6b686b7d0b20cd7f579603c03bffe8e52ff33203
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 19:49:17 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 23:24:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b686b7d

dev-python/cons: new dep of dev-python/etuples, 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/cons/Manifest          |  1 +
 dev-python/cons/cons-0.4.4.ebuild | 26 ++++++++++++++++++++++++++
 dev-python/cons/metadata.xml      | 13 +++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/cons/Manifest b/dev-python/cons/Manifest
new file mode 100644
index 000000000000..eec1937712b8
--- /dev/null
+++ b/dev-python/cons/Manifest
@@ -0,0 +1 @@
+DIST cons-0.4.4.gh.tar.gz 37957 BLAKE2B 8256a36f66d1cfbd7464cedad4970945c22776ed893665a5af7c464afb7fd1bb1e8cb74de3e537561c346ad2a93b5ada587171afcda1722dcbe0499224c8ebcd SHA512 dca6ff36a7530c9907387ada1e760eee895829e0cc7da18c03f636bb0ead199260b52b2109f0adae34edcdd6a8fee04dd3d3c92f9e866ca0afbf53074a2b4b7c

diff --git a/dev-python/cons/cons-0.4.4.ebuild b/dev-python/cons/cons-0.4.4.ebuild
new file mode 100644
index 000000000000..bd5f214a30e1
--- /dev/null
+++ b/dev-python/cons/cons-0.4.4.ebuild
@@ -0,0 +1,26 @@
+# 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="Implementation of Lisp/Scheme-like cons in Python"
+HOMEPAGE="
+	https://pypi.org/project/cons/
+	https://github.com/pythological/python-cons/
+"
+SRC_URI="
+	https://github.com/pythological/python-cons/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/python-${P}"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/logical-unification[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest

diff --git a/dev-python/cons/metadata.xml b/dev-python/cons/metadata.xml
new file mode 100644
index 000000000000..95929d4cf37e
--- /dev/null
+++ b/dev-python/cons/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">cons</remote-id>
+		<remote-id type="github">pythological/python-cons</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/cons/ 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:37 Michał Górny
2022-09-02 13:44 Arthur Zamarin
2023-04-16 12:11 WANG Xuerui
2023-06-03 11:32 Arthur Zamarin
2023-06-23  5:35 Michał Górny
2023-07-24  9:25 Jakov Smolić
2023-07-24 10:59 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=1639265083.6b686b7d0b20cd7f579603c03bffe8e52ff33203.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