commit: a6dbed04be114775959f5c09e3230a148e9605f8 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Mar 8 16:42:02 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Mar 8 16:42:02 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a6dbed04
dev-python/pytorch-lightning: treeclean Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/pytorch-lightning/metadata.xml | 12 --------- .../pytorch-lightning-1.8.6.ebuild | 31 ---------------------- profiles/package.mask | 4 --- 3 files changed, 47 deletions(-) diff --git a/dev-python/pytorch-lightning/metadata.xml b/dev-python/pytorch-lightning/metadata.xml deleted file mode 100644 index df24db4ac..000000000 --- a/dev-python/pytorch-lightning/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Science Project</name> - </maintainer> - <upstream> - <remote-id type="github">Lightning-AI/lightning</remote-id> - <remote-id type="pypi">pytorch-lightning</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild b/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild deleted file mode 100644 index a775be3bf..000000000 --- a/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_10 ) -DISTUTILS_USE_PEP517=setuptools -DISTUTILS_SINGLE_IMPL=1 -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="Lightweight PyTorch wrapper for ML researchers" -HOMEPAGE="https://github.com/Lightning-AI/lightning" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - sci-libs/pytorch[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/fsspec[${PYTHON_USEDEP}] - sci-visualization/tensorboard[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] - dev-python/ratelimit[${PYTHON_USEDEP}] - ') -" diff --git a/profiles/package.mask b/profiles/package.mask index adc653878..527c834e4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,10 +30,6 @@ #--- END OF EXAMPLES --- -# Andrew Ammerlaan <[email protected]> (27-02-2024) -# Depends on removed sci-visualization/tensorboard -dev-python/pytorch-lightning - # Andrew Ammerlaan <[email protected]> (29 Dec 2023) # Depends on removed llvm:14, at the time of writing no llvm:15 # update available.
