commit:     e8718a2c292927cb82b57611ea0634929f71cee7
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
AuthorDate: Wed Dec 28 15:02:40 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 11:53:38 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8718a2c

sys-cluster/easybuild-framework: 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-framework-4.6.2.ebuild               | 34 ++++++++++++++++++++++
 .../files/easybuild-framework-4.6.2-test.patch     | 11 +++++++
 sys-cluster/easybuild-framework/metadata.xml       | 20 +++++++++++++
 3 files changed, 65 insertions(+)

diff --git a/sys-cluster/easybuild-framework/easybuild-framework-4.6.2.ebuild 
b/sys-cluster/easybuild-framework/easybuild-framework-4.6.2.ebuild
new file mode 100644
index 000000000..ff5c3e495
--- /dev/null
+++ b/sys-cluster/easybuild-framework/easybuild-framework-4.6.2.ebuild
@@ -0,0 +1,34 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="The easybuild-framework package is the core of EasyBuild."
+HOMEPAGE="
+       https://easybuild.io/
+       https://github.com/easybuilders/easybuild-framework
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+dev-python/flake8[${PYTHON_USEDEP}]
+dev-python/keyring[${PYTHON_USEDEP}]
+dev-python/GitPython[${PYTHON_USEDEP}]
+dev-python/pyyaml[${PYTHON_USEDEP}]
+dev-python/autopep8[${PYTHON_USEDEP}]
+dev-python/requests[${PYTHON_USEDEP}]
+dev-python/cryptography[${PYTHON_USEDEP}]
+dev-python/rich[${PYTHON_USEDEP}]
+dev-python/archspec[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=(
+       "${FILESDIR}"/${P}-test.patch
+)

diff --git 
a/sys-cluster/easybuild-framework/files/easybuild-framework-4.6.2-test.patch 
b/sys-cluster/easybuild-framework/files/easybuild-framework-4.6.2-test.patch
new file mode 100644
index 000000000..db1a65b5a
--- /dev/null
+++ b/sys-cluster/easybuild-framework/files/easybuild-framework-4.6.2-test.patch
@@ -0,0 +1,11 @@
+--- a/setup.py 2022-10-22 17:31:01.312465269 +0200
++++ b/setup.py 2022-10-22 17:30:50.826310864 +0200
+@@ -72,7 +72,7 @@
+     "easybuild.toolchains.fft", "easybuild.toolchains.linalg", 
"easybuild.tools", "easybuild.tools.containers",
+     "easybuild.tools.deprecated", "easybuild.tools.job", 
"easybuild.tools.toolchain",
+     "easybuild.tools.module_naming_scheme", "easybuild.tools.package", 
"easybuild.tools.package.package_naming_scheme",
+-    "easybuild.tools.py2vs3", "easybuild.tools.repository", "test.framework", 
"test",
++    "easybuild.tools.py2vs3", "easybuild.tools.repository",
+ ]
+ 
+ setup(

diff --git a/sys-cluster/easybuild-framework/metadata.xml 
b/sys-cluster/easybuild-framework/metadata.xml
new file mode 100644
index 000000000..5d61e5c64
--- /dev/null
+++ b/sys-cluster/easybuild-framework/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-framework package is the core of EasyBuild. It supports 
the implementation and use of so-called easyblocks which implement the software 
install procedure for a particular (group of) software package(s).
+       </longdescription>
+       <upstream>
+               <remote-id type="pypi">easybuild-framework</remote-id>
+               <remote-id 
type="github">easybuilders/easybuild-framework</remote-id>
+               
<bugs-to>https://github.com/easybuilders/easybuild-framework/issues</bugs-to>
+       </upstream>
+</pkgmetadata>

Reply via email to