public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-physics/pylhe/
@ 2024-10-22  8:34 Alexander Puck Neuwirth
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2024-10-22  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0d0d5b2b489b01331e4239bdf9054c998cafa37a
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Sat Oct 19 11:45:57 2024 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue Oct 22 08:32:25 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d0d5b2b

sci-physics/pylhe: add 0.9.0

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

 sci-physics/pylhe/pylhe-0.9.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/sci-physics/pylhe/pylhe-0.9.0.ebuild b/sci-physics/pylhe/pylhe-0.9.0.ebuild
new file mode 100644
index 000000000..7f52fa1d9
--- /dev/null
+++ b/sci-physics/pylhe/pylhe-0.9.0.ebuild
@@ -0,0 +1,34 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1 pypi
+
+DESCRIPTION="Lightweight Python interface to read Les Houches Event (LHE) files"
+HOMEPAGE="https://github.com/scikit-hep/pylhe"
+# pypi does not include tests
+SRC_URI="https://github.com/scikit-hep/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+# export is needed here!
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/graphviz-0.12.0[${PYTHON_USEDEP}]
+	>=sci-physics/particle-0.16[${PYTHON_USEDEP}]
+	>=dev-python/awkward-1.2.0[${PYTHON_USEDEP}]
+	>=dev-python/vector-0.8.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/hatch-vcs[${PYTHON_USEDEP}]
+	test? (
+		>=sci-physics/scikit-hep-testdata-0.4.36[${PYTHON_USEDEP}]
+	)
+"
+PATCHES=(
+	"${FILESDIR}/${PN}"-0.7.0-coverage.patch
+)
+
+distutils_enable_tests pytest


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/pylhe/
@ 2025-01-27  8:48 Alexander Puck Neuwirth
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2025-01-27  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a65ad138ba87a753eaa2fa8301d99fb72264d163
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon Jan 27 08:47:09 2025 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Mon Jan 27 08:47:35 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a65ad138

sci-physics/pylhe: drop 0.7.0

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

 sci-physics/pylhe/pylhe-0.7.0.ebuild | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/sci-physics/pylhe/pylhe-0.7.0.ebuild b/sci-physics/pylhe/pylhe-0.7.0.ebuild
deleted file mode 100644
index 45ef91695..000000000
--- a/sci-physics/pylhe/pylhe-0.7.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Lightweight Python interface to read Les Houches Event (LHE) files"
-HOMEPAGE="https://github.com/scikit-hep/pylhe"
-# pypi does not include tests
-SRC_URI="https://github.com/scikit-hep/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-# export is needed here!
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/graphviz-0.12.0[${PYTHON_USEDEP}]
-	>=sci-physics/particle-0.16[${PYTHON_USEDEP}]
-	>=dev-python/awkward-1.2.0[${PYTHON_USEDEP}]
-	>=dev-python/vector-0.8.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? (
-		>=sci-physics/scikit-hep-testdata-0.4.36[${PYTHON_USEDEP}]
-	)
-"
-PATCHES=(
-	"${FILESDIR}/${PN}"-0.7.0-coverage.patch
-)
-
-distutils_enable_tests pytest


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/pylhe/
@ 2025-01-27  8:48 Alexander Puck Neuwirth
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2025-01-27  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b287fbf69ac063852a492127f0212955d6d9f1da
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon Jan 27 08:46:04 2025 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Mon Jan 27 08:47:33 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b287fbf6

sci-physics/pylhe: add 0.9.1

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

 sci-physics/pylhe/pylhe-0.9.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/sci-physics/pylhe/pylhe-0.9.1.ebuild b/sci-physics/pylhe/pylhe-0.9.1.ebuild
new file mode 100644
index 000000000..fa3002e86
--- /dev/null
+++ b/sci-physics/pylhe/pylhe-0.9.1.ebuild
@@ -0,0 +1,34 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1 pypi
+
+DESCRIPTION="Lightweight Python interface to read Les Houches Event (LHE) files"
+HOMEPAGE="https://github.com/scikit-hep/pylhe"
+# pypi does not include tests
+SRC_URI="https://github.com/scikit-hep/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+# export is needed here!
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/awkward-1.2.0[${PYTHON_USEDEP}]
+	>=dev-python/graphviz-0.12.0[${PYTHON_USEDEP}]
+	>=sci-physics/particle-0.16[${PYTHON_USEDEP}]
+	>=dev-python/vector-0.8.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/hatch-vcs[${PYTHON_USEDEP}]
+	test? (
+		>=sci-physics/scikit-hep-testdata-0.4.36[${PYTHON_USEDEP}]
+	)
+"
+PATCHES=(
+	"${FILESDIR}/${PN}"-0.7.0-coverage.patch
+)
+
+distutils_enable_tests pytest


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/pylhe/
@ 2025-10-27 21:14 Alexander Puck Neuwirth
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2025-10-27 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e9b5a976efddc0fb31b499d1593059e6a76aa5b4
Author:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 21:13:23 2025 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 21:13:23 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e9b5a976

sci-physics/pylhe: add 1.0.0

Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 sci-physics/pylhe/pylhe-1.0.0.ebuild | 37 ++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/sci-physics/pylhe/pylhe-1.0.0.ebuild b/sci-physics/pylhe/pylhe-1.0.0.ebuild
new file mode 100644
index 000000000..16b8361d3
--- /dev/null
+++ b/sci-physics/pylhe/pylhe-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1 pypi
+
+DESCRIPTION="Lightweight Python interface to read Les Houches Event (LHE) files"
+HOMEPAGE="https://github.com/scikit-hep/pylhe"
+# pypi does not include tests
+SRC_URI="https://github.com/scikit-hep/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+# export is needed here!
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/awkward-1.2.0[${PYTHON_USEDEP}]
+	>=dev-python/graphviz-0.12.0[${PYTHON_USEDEP}]
+	>=sci-physics/particle-0.16[${PYTHON_USEDEP}]
+	>=dev-python/vector-0.8.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/hatch-vcs[${PYTHON_USEDEP}]
+	test? (
+		>=sci-physics/scikit-hep-testdata-0.4.36[${PYTHON_USEDEP}]
+	)
+"
+PATCHES=(
+	"${FILESDIR}/${PN}"-0.7.0-coverage.patch
+)
+
+distutils_enable_tests pytest


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

* [gentoo-commits] proj/sci:master commit in: sci-physics/pylhe/
@ 2025-10-27 21:14 Alexander Puck Neuwirth
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Puck Neuwirth @ 2025-10-27 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9ae5997c4e93efbf038fdeccc7f586b05992e8fd
Author:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 21:13:55 2025 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 21:13:55 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ae5997c

sci-physics/pylhe: drop 0.8.0

Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 sci-physics/pylhe/pylhe-0.8.0.ebuild | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/sci-physics/pylhe/pylhe-0.8.0.ebuild b/sci-physics/pylhe/pylhe-0.8.0.ebuild
deleted file mode 100644
index 45ef91695..000000000
--- a/sci-physics/pylhe/pylhe-0.8.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Lightweight Python interface to read Les Houches Event (LHE) files"
-HOMEPAGE="https://github.com/scikit-hep/pylhe"
-# pypi does not include tests
-SRC_URI="https://github.com/scikit-hep/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-# export is needed here!
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/graphviz-0.12.0[${PYTHON_USEDEP}]
-	>=sci-physics/particle-0.16[${PYTHON_USEDEP}]
-	>=dev-python/awkward-1.2.0[${PYTHON_USEDEP}]
-	>=dev-python/vector-0.8.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? (
-		>=sci-physics/scikit-hep-testdata-0.4.36[${PYTHON_USEDEP}]
-	)
-"
-PATCHES=(
-	"${FILESDIR}/${PN}"-0.7.0-coverage.patch
-)
-
-distutils_enable_tests pytest


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

end of thread, other threads:[~2025-10-27 21:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27  8:48 [gentoo-commits] proj/sci:master commit in: sci-physics/pylhe/ Alexander Puck Neuwirth
  -- strict thread matches above, loose matches on Subject: below --
2025-10-27 21:14 Alexander Puck Neuwirth
2025-10-27 21:14 Alexander Puck Neuwirth
2025-01-27  8:48 Alexander Puck Neuwirth
2024-10-22  8:34 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