public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-physics/hepunits/
@ 2023-07-29 18:04 Alexander Puck Neuwirth
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Puck Neuwirth @ 2023-07-29 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ac4c4a55b40ccb96c3febba0c45ada3a542d326c
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Wed Jul 26 18:28:26 2023 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 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 <alexander <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>alexander@neuwirth-informatik.de</email>
+		<name>Alexander Puck Neuwirth</name>
+	</maintainer>
+	<longdescription lang="en">
+	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
+	</longdescription>
+	<upstream>
+		<remote-id type="pypi">hepunits</remote-id>
+		<remote-id type="github">scikit-hep/hepunits</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-physics/hepunits/
@ 2024-03-14 12:25 Alexander Puck Neuwirth
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Puck Neuwirth @ 2024-03-14 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0770aa2dcd1651ec567469c9bdca147ec4b17b6c
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Thu Mar 14 09:40:12 2024 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Thu Mar 14 12:24:32 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0770aa2d

sci-physics/hepunits: add 2.3.3, python3_12

Closes: https://github.com/gentoo/sci/pull/1255
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>

 sci-physics/hepunits/{hepunits-9999.ebuild => hepunits-2.3.3.ebuild} | 4 +++-
 sci-physics/hepunits/hepunits-9999.ebuild                            | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-physics/hepunits/hepunits-9999.ebuild b/sci-physics/hepunits/hepunits-2.3.3.ebuild
similarity index 86%
copy from sci-physics/hepunits/hepunits-9999.ebuild
copy to sci-physics/hepunits/hepunits-2.3.3.ebuild
index 9816df84b..6e9ada04b 100644
--- a/sci-physics/hepunits/hepunits-9999.ebuild
+++ b/sci-physics/hepunits/hepunits-2.3.3.ebuild
@@ -1,6 +1,6 @@
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=hatchling
 inherit distutils-r1
 
@@ -21,3 +21,5 @@ RDEPEND="
 	>=dev-python/attrs-19.2[${PYTHON_USEDEP}]
 "
 BDEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest

diff --git a/sci-physics/hepunits/hepunits-9999.ebuild b/sci-physics/hepunits/hepunits-9999.ebuild
index 9816df84b..6e9ada04b 100644
--- a/sci-physics/hepunits/hepunits-9999.ebuild
+++ b/sci-physics/hepunits/hepunits-9999.ebuild
@@ -1,6 +1,6 @@
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=hatchling
 inherit distutils-r1
 
@@ -21,3 +21,5 @@ RDEPEND="
 	>=dev-python/attrs-19.2[${PYTHON_USEDEP}]
 "
 BDEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-physics/hepunits/
@ 2024-10-22  8:34 Alexander Puck Neuwirth
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Puck Neuwirth @ 2024-10-22  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     63e60af18cd12ab598c8a2f1c2a30c289d9e97ec
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sat Oct 19 10:47:59 2024 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue Oct 22 08:32:16 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=63e60af1

sci-physics/hepunits: add 2.3.5

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>

 sci-physics/hepunits/hepunits-2.3.5.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/sci-physics/hepunits/hepunits-2.3.5.ebuild b/sci-physics/hepunits/hepunits-2.3.5.ebuild
new file mode 100644
index 000000000..b2f76d1d1
--- /dev/null
+++ b/sci-physics/hepunits/hepunits-2.3.5.ebuild
@@ -0,0 +1,23 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+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
+
+
+BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-22  8:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22  8:34 [gentoo-commits] proj/sci:master commit in: sci-physics/hepunits/ Alexander Puck Neuwirth
  -- strict thread matches above, loose matches on Subject: below --
2024-03-14 12:25 Alexander Puck Neuwirth
2023-07-29 18:04 Alexander Puck Neuwirth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox