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 16A3B15800A for ; Sat, 29 Jul 2023 18:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D9DE0BDF; Sat, 29 Jul 2023 18:04:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D8092E0BDF for ; Sat, 29 Jul 2023 18:04:47 +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 8EB813408A6 for ; Sat, 29 Jul 2023 18:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE1BFDC1 for ; Sat, 29 Jul 2023 18:04:44 +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: <1690409706.ac4c4a55b40ccb96c3febba0c45ada3a542d326c.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/hepunits/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/hepunits/hepunits-2.3.2.ebuild sci-physics/hepunits/hepunits-9999.ebuild sci-physics/hepunits/metadata.xml X-VCS-Directories: sci-physics/hepunits/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: ac4c4a55b40ccb96c3febba0c45ada3a542d326c X-VCS-Branch: master Date: Sat, 29 Jul 2023 18:04:44 +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: 8917613b-d212-4445-9fa9-a434c7eb18f8 X-Archives-Hash: ab17ffdd01b35c933a7c66b360146eb9 commit: ac4c4a55b40ccb96c3febba0c45ada3a542d326c Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Wed Jul 26 18:28:26 2023 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Wed Jul 26 22:15:06 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac4c4a55 sci-physics/hepunits: new package, add 2.3.2, 9999 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-physics/hepunits/hepunits-2.3.2.ebuild | 23 +++++++++++++++++++++++ sci-physics/hepunits/hepunits-9999.ebuild | 23 +++++++++++++++++++++++ sci-physics/hepunits/metadata.xml | 19 +++++++++++++++++++ 3 files changed, 65 insertions(+) diff --git a/sci-physics/hepunits/hepunits-2.3.2.ebuild b/sci-physics/hepunits/hepunits-2.3.2.ebuild new file mode 100644 index 000000000..9816df84b --- /dev/null +++ b/sci-physics/hepunits/hepunits-2.3.2.ebuild @@ -0,0 +1,23 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=hatchling +inherit distutils-r1 + +DESCRIPTION="units and constants in the HEP system of units" +HOMEPAGE="https://github.com/scikit-hep/hepunits" + +LICENSE="BSD" +SLOT="0" +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/scikit-hep/hepunits" +else + inherit pypi + KEYWORDS="~amd64" +fi + +RDEPEND=" + >=dev-python/attrs-19.2[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" diff --git a/sci-physics/hepunits/hepunits-9999.ebuild b/sci-physics/hepunits/hepunits-9999.ebuild new file mode 100644 index 000000000..9816df84b --- /dev/null +++ b/sci-physics/hepunits/hepunits-9999.ebuild @@ -0,0 +1,23 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=hatchling +inherit distutils-r1 + +DESCRIPTION="units and constants in the HEP system of units" +HOMEPAGE="https://github.com/scikit-hep/hepunits" + +LICENSE="BSD" +SLOT="0" +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/scikit-hep/hepunits" +else + inherit pypi + KEYWORDS="~amd64" +fi + +RDEPEND=" + >=dev-python/attrs-19.2[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" diff --git a/sci-physics/hepunits/metadata.xml b/sci-physics/hepunits/metadata.xml new file mode 100644 index 000000000..41d598fa2 --- /dev/null +++ b/sci-physics/hepunits/metadata.xml @@ -0,0 +1,19 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + alexander@neuwirth-informatik.de + Alexander Puck Neuwirth + + + hepunits collects the most commonly used units and constants in the HEP System of Units, as derived from the basic units originally defined by the CLHEP project + + + hepunits + scikit-hep/hepunits + +