public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/pytorch-lightning/
@ 2022-01-13 15:16 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2022-01-13 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     451e4a1f8b7f24bde21889d992eb2b828409ac6b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 15:15:37 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 15:15:37 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=451e4a1f

dev-python/pytorch-lightning: add new package

Closes: https://github.com/gentoo/sci/issues/954
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pytorch-lightning/metadata.xml          | 12 ++++++++
 .../pytorch-lightning-1.5.8.ebuild                 | 32 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pytorch-lightning/metadata.xml b/dev-python/pytorch-lightning/metadata.xml
new file mode 100644
index 000000000..2e30eb3db
--- /dev/null
+++ b/dev-python/pytorch-lightning/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Science Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">PyTorchLightning/pytorch-lightning</remote-id>
+		<remote-id type="pypi">pytorch-lightning</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild b/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
new file mode 100644
index 000000000..7b3ad5e3f
--- /dev/null
+++ b/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="Lightweight PyTorch wrapper for ML researchers"
+HOMEPAGE="https://github.com/PyTorchLightning/pytorch-lightning"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	sci-libs/pytorch[python,${PYTHON_SINGLE_USEDEP}]
+	$(python_gen_cond_dep '
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/future[${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}]
+	')
+"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/pytorch-lightning/
@ 2022-07-03  8:46 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2022-07-03  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e945ddff91767ccf117d5ab671d981ac54172796
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 08:46:08 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 08:46:08 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e945ddff

dev-python/pytorch-lightning: port to ::gentoo version of pytorch

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild b/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
index 7b3ad5e3f..cf51f4e9b 100644
--- a/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
+++ b/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_SINGLE_IMPL=1
 
 inherit distutils-r1
 
@@ -17,8 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-	sci-libs/pytorch[python,${PYTHON_SINGLE_USEDEP}]
-	$(python_gen_cond_dep '
+	sci-libs/pytorch[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]
 	dev-python/future[${PYTHON_USEDEP}]
 	dev-python/tqdm[${PYTHON_USEDEP}]
@@ -28,5 +26,4 @@ RDEPEND="
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/typing-extensions[${PYTHON_USEDEP}]
 	dev-python/ratelimit[${PYTHON_USEDEP}]
-	')
 "


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/pytorch-lightning/
@ 2023-01-03 19:05 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-01-03 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c2a1c570565dc2e81a2fc28c8f497729c0641d71
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:59:44 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:59:44 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c2a1c570

dev-python/pytorch-lightning: bump to 1.8.6

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pytorch-lightning/metadata.xml          |  2 +-
 .../pytorch-lightning-1.5.8.ebuild                 | 29 --------------------
 .../pytorch-lightning-1.8.6.ebuild                 | 31 ++++++++++++++++++++++
 3 files changed, 32 insertions(+), 30 deletions(-)

diff --git a/dev-python/pytorch-lightning/metadata.xml b/dev-python/pytorch-lightning/metadata.xml
index 2e30eb3db..df24db4ac 100644
--- a/dev-python/pytorch-lightning/metadata.xml
+++ b/dev-python/pytorch-lightning/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Science Project</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">PyTorchLightning/pytorch-lightning</remote-id>
+		<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.5.8.ebuild b/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
deleted file mode 100644
index cf51f4e9b..000000000
--- a/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Lightweight PyTorch wrapper for ML researchers"
-HOMEPAGE="https://github.com/PyTorchLightning/pytorch-lightning"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	sci-libs/pytorch[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/future[${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/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild b/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
new file mode 100644
index 000000000..341aeded4
--- /dev/null
+++ b/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
+inherit distutils-r1
+
+DESCRIPTION="Lightweight PyTorch wrapper for ML researchers"
+HOMEPAGE="https://github.com/Lightning-AI/lightning"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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}]
+	')
+"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/pytorch-lightning/
@ 2023-01-12 10:53 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2023-01-12 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d7c236aee4b764e2e8cc6326ee9d225eefb38c8f
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan 12 10:52:57 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan 12 10:52:57 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d7c236ae

dev-python/pytorch-lightning: disable py3.8, py3.9

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild b/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
index 341aeded4..c50848555 100644
--- a/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
+++ b/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
@@ -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_{8..10} )
+PYTHON_COMPAT=( python3_10 )
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/pytorch-lightning/
@ 2023-05-22 13:26 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8802eed93f23e85d9fe1b248549d753936780af7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:20:14 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:20:14 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8802eed9

dev-python/pytorch-lightning: update SRC_URI

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild b/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
index c50848555..a775be3bf 100644
--- a/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
+++ b/dev-python/pytorch-lightning/pytorch-lightning-1.8.6.ebuild
@@ -6,11 +6,11 @@ EAPI=8
 PYTHON_COMPAT=( python3_10 )
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Lightweight PyTorch wrapper for ML researchers"
 HOMEPAGE="https://github.com/Lightning-AI/lightning"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-22 13:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-12 10:53 [gentoo-commits] proj/sci:master commit in: dev-python/pytorch-lightning/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2023-05-22 13:26 Andrew Ammerlaan
2023-01-03 19:05 Andrew Ammerlaan
2022-07-03  8:46 Andrew Ammerlaan
2022-01-13 15:16 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox