From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1682600-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04260158042 for <garchives@archives.gentoo.org>; Tue, 22 Oct 2024 17:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FAB9E091D; Tue, 22 Oct 2024 17:56:08 +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 24FB2E091D for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 17:56:07 +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 F033B335D0F for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 17:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3216810BB for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 17:56:05 +0000 (UTC) From: "Alexander Puck Neuwirth" <alexander@neuwirth-informatik.de> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" <alexander@neuwirth-informatik.de> Message-ID: <1729619714.67337d16eb27a31ed7ba9c6930de6af86be99ea7.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/archspec/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/archspec/archspec-0.2.5.ebuild X-VCS-Directories: dev-python/archspec/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 67337d16eb27a31ed7ba9c6930de6af86be99ea7 X-VCS-Branch: master Date: Tue, 22 Oct 2024 17:56:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83a58615-efbd-49a6-a7fe-becd3ab8c168 X-Archives-Hash: 13e778af376f48239c917243e1a6b382 commit: 67337d16eb27a31ed7ba9c6930de6af86be99ea7 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Tue Oct 22 17:55:14 2024 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Tue Oct 22 17:55:14 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=67337d16 dev-python/archspec: add 0.2.5 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> dev-python/archspec/archspec-0.2.5.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-python/archspec/archspec-0.2.5.ebuild b/dev-python/archspec/archspec-0.2.5.ebuild new file mode 100644 index 000000000..002a57ba1 --- /dev/null +++ b/dev-python/archspec/archspec-0.2.5.ebuild @@ -0,0 +1,21 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi + +DESCRIPTION="Labels for various aspects of a system architecture like CPU, etc." +HOMEPAGE="https://archspec.readthedocs.io/en/latest/index.html" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + test? ( + dev-python/typing-extensions[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest