diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2021-11-18 22:57:41 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-11-19 19:25:07 +0100 |
commit | 317531c108693c72eee32f32d484c2645c7ed1da (patch) | |
tree | 0f4db2aeb01c640338347e1afce2e1b19fce6929 /app-admin | |
parent | app-admin/clustershell: bump (diff) | |
download | gentoo-317531c108693c72eee32f32d484c2645c7ed1da.tar.gz gentoo-317531c108693c72eee32f32d484c2645c7ed1da.tar.bz2 gentoo-317531c108693c72eee32f32d484c2645c7ed1da.zip |
app-admin/clustershell: clean up old
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/clustershell/clustershell-1.8.3.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/app-admin/clustershell/clustershell-1.8.3.ebuild b/app-admin/clustershell/clustershell-1.8.3.ebuild deleted file mode 100644 index 113e9a21ba5e..000000000000 --- a/app-admin/clustershell/clustershell-1.8.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# TODO: test phase - -EAPI=7 - -PYTHON_COMPAT=( python{3_7,3_8} ) -PYTHON_REQ_USE="xml" - -inherit distutils-r1 - -DESCRIPTION="Python framework for efficient cluster administration" -HOMEPAGE="https://cea-hpc.github.com/clustershell/" -SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND=" - ${CDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -RDEPEND=" - ${CDEPEND} - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-libs/openssl:0=" -RESTRICT="test" # currently fail - -python_install() { - distutils-r1_python_install - python_optimize -} - -python_test() { - cd tests || die - nosetests -sv --all-modules || die -} - -pkg_postinst() { - einfo - einfo "Some default system-wide config files have been installed into" - einfo "/etc/${PN}" - einfo -} |