mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
nvidia-apex-bin: some qa fixes, but not all
This commit is contained in:
parent
7882e7a011
commit
a9ee053ea6
2 changed files with 14 additions and 5 deletions
8
dev-python/nvidia-apex-bin/metadata.xml
Normal file
8
dev-python/nvidia-apex-bin/metadata.xml
Normal 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>
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue