nvidia-apex-bin: some qa fixes, but not all

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-29 12:21:48 -04:00
parent 7882e7a011
commit a9ee053ea6
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 14 additions and 5 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="pypi">nvidia-apex-bin</remote-id>
<remote-id type="github">NVIDIA/apex</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_{10..12} )
#inherit distutils-r1
inherit python-any-r1
@ -15,17 +15,18 @@ DESCRIPTION="NVIDIA-maintained utilities to streamline mixed precision and distr
HOMEPAGE="https://github.com/NVIDIA/apex"
SRC_URI="https://dev.pentoo.ch/~blshkv/distfiles/nvidia-${MY_P} -> ${P}.zip"
LICENSE=""
LICENSE="BSD"
SLOT="0"
#KEYWORDS="amd64 ~arm64 x86"
IUSE=""
#[${PYTHON_USEDEP}]
RDEPEND=">=dev-python/tqdm-4.28.1
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"