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 E3707158041 for ; Sun, 17 Mar 2024 16:00:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A7CFE29A5; Sun, 17 Mar 2024 16:00:59 +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 E51D9E29A5 for ; Sun, 17 Mar 2024 16:00:58 +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 D3B8133BF28 for ; Sun, 17 Mar 2024 16:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F70B1512 for ; Sun, 17 Mar 2024 16:00:56 +0000 (UTC) From: "Alexander Puck Neuwirth" 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" Message-ID: <1710691237.26a7c9da38c6e72435e63e70cc559d461232d467.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/vector/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/vector/vector-1.3.1.ebuild X-VCS-Directories: dev-python/vector/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 26a7c9da38c6e72435e63e70cc559d461232d467 X-VCS-Branch: master Date: Sun, 17 Mar 2024 16:00: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: f41ee326-dd72-4366-b5a7-009a6ed5ede6 X-Archives-Hash: 6cc8d05e4e9edfd2055c58fd2639f381 commit: 26a7c9da38c6e72435e63e70cc559d461232d467 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sun Mar 17 16:00:37 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Sun Mar 17 16:00:37 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=26a7c9da dev-python/vector: add 1.3.1 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> dev-python/vector/vector-1.3.1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-python/vector/vector-1.3.1.ebuild b/dev-python/vector/vector-1.3.1.ebuild new file mode 100644 index 000000000..936578e50 --- /dev/null +++ b/dev-python/vector/vector-1.3.1.ebuild @@ -0,0 +1,20 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=hatchling +inherit distutils-r1 pypi + +DESCRIPTION="Vector classes and utilities" +HOMEPAGE="https://github.com/scikit-hep/vector" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}] + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}