-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys-cluster/easybuild-easyconfigs: add 4.9.0, 9999
Signed-off-by: Alexander Puck Neuwirth <[email protected]>
- Loading branch information
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST easybuild-easyconfigs-4.6.2.tar.gz 7991765 BLAKE2B 02e7b629858177db19b7a63fcacd4898805ccfabd7bac343e05015d545d057bb04416b0b89245d3e3c206bc0f129920dda7d7ae1e421e9f7ce690ee6d01acd90 SHA512 4632dc0714b3e070b58a8192cb8054f0e21357701f59df054593ea754f5598c8e6446acd77c0e41f2fb920d31297ea5a5164fd81b26b926835868f24623cdce8 | ||
DIST easybuild-easyconfigs-4.9.0.tar.gz 9636057 BLAKE2B 5b7710c99eb0d728d4df6582db40b7dc72d86cfca32548c79344a2b918e53e56360c97225ab2cf577bf2ba170bf67de211758afb83e696ec157165316b01cf02 SHA512 a39dc1eddc569163b21abdca9633a4c35519f609a03012ef7ec3f58c40a58961450b626c3701c325a2e485e5a00d161d737239c19ea657546b52b2c16de307f5 |
34 changes: 34 additions & 0 deletions
34
sys-cluster/easybuild-easyconfigs/easybuild-easyconfigs-4.9.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{10..11} ) | ||
DISTUTILS_USE_PEP517=setuptools | ||
PYPI_NO_NORMALIZE=1 | ||
|
||
inherit distutils-r1 | ||
|
||
SUB_P=$(ver_cut 1) | ||
SUB_PP=${SUB_P}.$(ver_cut 2) | ||
|
||
DESCRIPTION="Provides a collection of well-tested easyconfig files for EasyBuild." | ||
HOMEPAGE=" | ||
https://easybuild.io/ | ||
https://github.com/easybuilders/easybuild-easyconfigs | ||
" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
if [[ ${PV} == 9999 ]]; then | ||
inherit git-r3 | ||
EGIT_REPO_URI="https://github.com/easybuilders/easybuild-easyconfigs" | ||
SUB_P=9999 | ||
SUB_PP=9999 | ||
else | ||
inherit pypi | ||
KEYWORDS="~amd64" | ||
fi | ||
|
||
RDEPEND=" | ||
>=sys-cluster/easybuild-framework-${SUB_P}[${PYTHON_USEDEP}] | ||
>=sys-cluster/easybuild-easyblocks-${SUB_PP}[${PYTHON_USEDEP}] | ||
" | ||
BDEPEND="${RDEPEND}" |
34 changes: 34 additions & 0 deletions
34
sys-cluster/easybuild-easyconfigs/easybuild-easyconfigs-9999.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
EAPI=8 | ||
|
||
PYTHON_COMPAT=( python3_{10..11} ) | ||
DISTUTILS_USE_PEP517=setuptools | ||
PYPI_NO_NORMALIZE=1 | ||
|
||
inherit distutils-r1 | ||
|
||
SUB_P=$(ver_cut 1) | ||
SUB_PP=${SUB_P}.$(ver_cut 2) | ||
|
||
DESCRIPTION="Provides a collection of well-tested easyconfig files for EasyBuild." | ||
HOMEPAGE=" | ||
https://easybuild.io/ | ||
https://github.com/easybuilders/easybuild-easyconfigs | ||
" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
if [[ ${PV} == 9999 ]]; then | ||
inherit git-r3 | ||
EGIT_REPO_URI="https://github.com/easybuilders/easybuild-easyconfigs" | ||
SUB_P=9999 | ||
SUB_PP=9999 | ||
else | ||
inherit pypi | ||
KEYWORDS="~amd64" | ||
fi | ||
|
||
RDEPEND=" | ||
>=sys-cluster/easybuild-framework-${SUB_P}[${PYTHON_USEDEP}] | ||
>=sys-cluster/easybuild-easyblocks-${SUB_PP}[${PYTHON_USEDEP}] | ||
" | ||
BDEPEND="${RDEPEND}" |