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 4FC8F1581FB for ; Thu, 29 Aug 2024 16:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73909E29AE; Thu, 29 Aug 2024 16:29:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5D35FE29AE for ; Thu, 29 Aug 2024 16:29:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8E78D335DC3 for ; Thu, 29 Aug 2024 16:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7A6114D0 for ; Thu, 29 Aug 2024 16:29:56 +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: <1724948985.b8f391157673a8a615c96f25d2773bc8ce320a17.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/orderly-set/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/orderly-set/Manifest dev-python/orderly-set/metadata.xml dev-python/orderly-set/orderly-set-5.2.2.ebuild X-VCS-Directories: dev-python/orderly-set/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b8f391157673a8a615c96f25d2773bc8ce320a17 X-VCS-Branch: master Date: Thu, 29 Aug 2024 16:29:56 +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: 8b6c7ff8-517f-4f9b-8062-d9e0fda5b98b X-Archives-Hash: 76ec1d4346744c05b059c1f24998627d commit: b8f391157673a8a615c96f25d2773bc8ce320a17 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 29 14:23:05 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 29 16:29:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f39115 dev-python/orderly-set: New package, v5.2.2 New NIH dependency for dev-python/deepdiff. Signed-off-by: Michał Górny gentoo.org> dev-python/orderly-set/Manifest | 1 + dev-python/orderly-set/metadata.xml | 12 +++++++++ dev-python/orderly-set/orderly-set-5.2.2.ebuild | 35 +++++++++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-python/orderly-set/Manifest b/dev-python/orderly-set/Manifest new file mode 100644 index 000000000000..358b3bb944d6 --- /dev/null +++ b/dev-python/orderly-set/Manifest @@ -0,0 +1 @@ +DIST orderly-set-5.2.2.gh.tar.gz 21460 BLAKE2B 5660d7550d5c79351fcc66e611ba776d6340d0fc1f3a5344f308cbc00a7b2c47045a1cfe8c6ac76c7976a65b17953362e91d60d87a7fbb02f36a5d67f074dfe9 SHA512 d480677c04f32e69cc9361dff383765fe2c9df971ad77cdcbab3b650a0bad27b9bd99144cd406d5185440d674bc838acb1c2ba3a4b115fcff2eba34c19589637 diff --git a/dev-python/orderly-set/metadata.xml b/dev-python/orderly-set/metadata.xml new file mode 100644 index 000000000000..7d4c31d1ff3b --- /dev/null +++ b/dev-python/orderly-set/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + seperman/orderly-set + orderly-set + + diff --git a/dev-python/orderly-set/orderly-set-5.2.2.ebuild b/dev-python/orderly-set/orderly-set-5.2.2.ebuild new file mode 100644 index 000000000000..8b0953ce7def --- /dev/null +++ b/dev-python/orderly-set/orderly-set-5.2.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="A package containing multiple implementations of Ordered Set" +HOMEPAGE=" + https://github.com/seperman/orderly-set/ + https://pypi.org/project/orderly-set/ +" +# incomplete test directory +# https://github.com/seperman/orderly-set/pull/3 +SRC_URI=" + https://github.com/seperman/orderly-set/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest + +src_prepare() { + distutils-r1_src_prepare + + # unconditional mypy dep for a test that is not even run + # https://github.com/seperman/orderly-set/pull/5 + sed -i -e '/mypy\.api/d' tests/*.py || die +}