diff --git a/dev-python/nvidia-apex-bin/Manifest b/dev-python/nvidia-apex-bin/Manifest deleted file mode 100644 index 8fa5e431f..000000000 --- a/dev-python/nvidia-apex-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nvidia-apex-bin-22.8.zip 3247310 BLAKE2B ef1d8ff2933d5b9866b137645769e9f1ccda2091e1dfd73b5a86e6556ef5af927e652e36181b425e2d0406f8dcd51ce0a65be86eb4d2deb278cfaf83e8d63d43 SHA512 0b92db6858f075b007fc46ce794cb015d4ad018e787850d2c25e0669f4f39ef67d1efbf5baa14d139ef747fae94ffbbf1673c62652a038fcde983178701e740d diff --git a/dev-python/nvidia-apex-bin/metadata.xml b/dev-python/nvidia-apex-bin/metadata.xml deleted file mode 100644 index 7358ccb30..000000000 --- a/dev-python/nvidia-apex-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - nvidia-apex-bin - NVIDIA/apex - - diff --git a/dev-python/nvidia-apex-bin/nvidia-apex-bin-22.8.ebuild b/dev-python/nvidia-apex-bin/nvidia-apex-bin-22.8.ebuild deleted file mode 100644 index 94b89637f..000000000 --- a/dev-python/nvidia-apex-bin/nvidia-apex-bin-22.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -#inherit distutils-r1 -inherit python-any-r1 - -#22.08 -> 22.8 -MY_P="apex-${PV}-py3.10-linux-x86_64.egg" - -DESCRIPTION="NVIDIA-maintained utilities to streamline mixed precision and distributed training in Pytorch" -HOMEPAGE="https://github.com/NVIDIA/apex" -SRC_URI="https://dev.pentoo.ch/~blshkv/distfiles/nvidia-${MY_P} -> ${P}.zip" - -LICENSE="BSD" -SLOT="0" -#KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -RDEPEND="${PYTHON_DEPS} - >=dev-python/tqdm-4.28.1 - >=dev-python/numpy-1.15.3 - >=dev-python/pyyaml-5.1 -" -DEPEND="${RDEPEND}" -BDEPEND="app-arch/unzip" - -RESTRICT="test" - -S=${WORKDIR} - -src_install() { - insinto "$(python_get_sitedir)/${MY_P}" - doins -r "./" -}