From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05799158088 for ; Sat, 11 Dec 2021 23:24:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C10552BC00D; Sat, 11 Dec 2021 23:24:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33B752BC011 for ; Sat, 11 Dec 2021 23:24:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EC293432F6 for ; Sat, 11 Dec 2021 23:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F662238 for ; Sat, 11 Dec 2021 23:24:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1639265083.6b686b7d0b20cd7f579603c03bffe8e52ff33203.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cons/Manifest dev-python/cons/cons-0.4.4.ebuild dev-python/cons/metadata.xml X-VCS-Directories: dev-python/cons/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b686b7d0b20cd7f579603c03bffe8e52ff33203 X-VCS-Branch: master Date: Sat, 11 Dec 2021 23:24:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8039e7d9-7c5d-4ae4-a655-2b448c19b1fb X-Archives-Hash: 8c99df940c90fdedd74dbe6f1dfb062f commit: 6b686b7d0b20cd7f579603c03bffe8e52ff33203 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 11 19:49:17 2021 +0000 Commit: Michał Górny gentoo 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 gentoo.org> Signed-off-by: Michał Górny 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 @@ + + + + + python@gentoo.org + Python + + + + cons + pythological/python-cons + +