commit: 63fc02ce69802d212043f3b46f13f8c70c89a07e
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Wed Dec 28 15:03:09 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 11:53:46 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=63fc02ce
sys-cluster/easybuild-easyblocks: new package, add 4.6.2
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../easybuild-easyblocks-4.6.2.ebuild | 29 ++++++++++++++++++++++
sys-cluster/easybuild-easyblocks/metadata.xml | 20 +++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/sys-cluster/easybuild-easyblocks/easybuild-easyblocks-4.6.2.ebuild
b/sys-cluster/easybuild-easyblocks/easybuild-easyblocks-4.6.2.ebuild
new file mode 100644
index 000000000..769f8c8a6
--- /dev/null
+++ b/sys-cluster/easybuild-easyblocks/easybuild-easyblocks-4.6.2.ebuild
@@ -0,0 +1,29 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+SUB_P=$(ver_cut 1)
+
+DESCRIPTION="Provides a collection of easyblocks for EasyBuild."
+HOMEPAGE="
+ https://easybuild.io/
+ https://github.com/easybuilders/easybuild-easyblocks
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=sys-cluster/easybuild-framework-${SUB_P}[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+ # already there from easybuild_framework
+ rm easybuild/__init__.py || die
+ default
+}
diff --git a/sys-cluster/easybuild-easyblocks/metadata.xml
b/sys-cluster/easybuild-easyblocks/metadata.xml
new file mode 100644
index 000000000..d7dba6355
--- /dev/null
+++ b/sys-cluster/easybuild-easyblocks/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Alexander Puck Neuwirth</name>
+ </maintainer>
+ <longdescription lang="en">
+ The easybuild-easyblocks package provides a collection of easyblocks
for EasyBuild. Easyblocks are Python modules that implement the install
procedure for a (group of) software package(s). Together with the EasyBuild
framework, they allow to easily build and install supported software packages.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">easybuild-easyblocks</remote-id>
+ <remote-id
type="github">easybuilders/easybuild-easyblocks</remote-id>
+
<bugs-to>https://github.com/easybuilders/easybuild-easyblocks/issues</bugs-to>
+ </upstream>
+</pkgmetadata>