public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2022-05-16  5:26 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-05-16  5:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3350e5c561a3ceed54b4140cff3d1e37d371e9a1
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Fri Mar 25 20:41:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 16 05:26:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3350e5c5

sci-astronomy/pysiril: new package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-astronomy/pysiril/Manifest              |  1 +
 sci-astronomy/pysiril/metadata.xml          | 15 +++++++++++++++
 sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 19 +++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/sci-astronomy/pysiril/Manifest b/sci-astronomy/pysiril/Manifest
new file mode 100644
index 000000000000..15c570edfc01
--- /dev/null
+++ b/sci-astronomy/pysiril/Manifest
@@ -0,0 +1 @@
+DIST pysiril-V0_0_12.tar.bz2 114199 BLAKE2B c16209716c64591a2372dc090f419e5411a2607daa4420470cf7f07a729a997316f0d6f862d20722b2d23091ddd919e570289fdef1b0102b1ad2ae13cc3b4e37 SHA512 460355791f9041ace238f4727f8a219871f560fcf631ca798c1edc0ec729acca98c8abd1b14e460f0f127f5baa03603099a6f5c4151e0c1e627d2cff24bb6f18

diff --git a/sci-astronomy/pysiril/metadata.xml b/sci-astronomy/pysiril/metadata.xml
new file mode 100644
index 000000000000..a38139b47d33
--- /dev/null
+++ b/sci-astronomy/pysiril/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>mario.haustein@hrz.tu-chemnitz.de</email>
+		<name>Mario Haustein</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="gitlab">free-astro/pysiril</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
new file mode 100644
index 000000000000..17d3033e0302
--- /dev/null
+++ b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python library to interface Python to a SiriL script"
+HOMEPAGE="https://gitlab.com/free-astro/pysiril"
+SRC_URI="https://gitlab.com/free-astro/pysiril/-/archive/V${PV//./_}/${PN}-V${PV//./_}.tar.bz2"
+S="${WORKDIR}/${PN}-V${PV//./_}"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sci-astronomy/siril"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2022-10-07 20:19 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-10-07 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     96a6023b5cee25a92f528fda8819a76c5c15e963
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 20:18:20 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 20:18:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a6023b

sci-astronomy/pysiril: Stabilize 0.0.12 amd64, #866974

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
index 17d3033e0302..87f468756755 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
@@ -14,6 +14,6 @@ S="${WORKDIR}/${PN}-V${PV//./_}"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="sci-astronomy/siril"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2022-10-27  8:12 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2022-10-27  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     151240d2b773c2f148d651973c1f0d4dd5af49cc
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 08:11:59 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 08:11:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151240d2

sci-astronomy/pysiril: Stabilize 0.0.12 x86, #866974

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
index 87f468756755..f0531858c739 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
@@ -14,6 +14,6 @@ S="${WORKDIR}/${PN}-V${PV//./_}"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sci-astronomy/siril"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2023-02-08  4:11 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-02-08  4:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ff89fe1336ef47d01765766daf98cd1c2526cc19
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Tue Feb  7 16:29:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 04:10:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff89fe13

sci-astronomy/pysiril: enable py3.11

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29465
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
index a3e9a39ed3b7..353887254d53 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Python library to interface Python to a SiriL script"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2023-04-28  7:49 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2023-04-28  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ee617d0975da3b90cc197b8c59c396da409f623b
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Mon Feb 27 21:41:38 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 07:49:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee617d09

sci-astronomy/pysiril: add 0.0.15

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30476
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-astronomy/pysiril/Manifest              |  1 +
 sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/sci-astronomy/pysiril/Manifest b/sci-astronomy/pysiril/Manifest
index 15c570edfc01..f9d42748d41d 100644
--- a/sci-astronomy/pysiril/Manifest
+++ b/sci-astronomy/pysiril/Manifest
@@ -1 +1,2 @@
 DIST pysiril-V0_0_12.tar.bz2 114199 BLAKE2B c16209716c64591a2372dc090f419e5411a2607daa4420470cf7f07a729a997316f0d6f862d20722b2d23091ddd919e570289fdef1b0102b1ad2ae13cc3b4e37 SHA512 460355791f9041ace238f4727f8a219871f560fcf631ca798c1edc0ec729acca98c8abd1b14e460f0f127f5baa03603099a6f5c4151e0c1e627d2cff24bb6f18
+DIST pysiril-V0_0_15.tar.bz2 107650 BLAKE2B 94efb349e1e92e75bc7813d08a1fc1cd38b9c6199da8ba71e28f3b5b2420295cd770e4327c073558d600adf80efe39a295663b030f9048e9124a5fb71a7aba30 SHA512 e1820e14b14041eb99d2f5165fa81ba64d8e1459d50af6a0c748ac5cbef90447ce2f92c12bcfd8da784a7ae7f04c270b3bd75fe5369f1671840e3f9105271429

diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
new file mode 100644
index 000000000000..b6a7fd8a0d38
--- /dev/null
+++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Python library to interface Python to a SiriL script"
+HOMEPAGE="https://gitlab.com/free-astro/pysiril"
+SRC_URI="https://gitlab.com/free-astro/pysiril/-/archive/V${PV//./_}/${PN}-V${PV//./_}.tar.bz2"
+S="${WORKDIR}/${PN}-V${PV//./_}"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sci-astronomy/siril"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2023-06-01 21:28 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-06-01 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     bd0e58ac8592afe2d401f0b89581def54d065c2e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 21:28:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 21:28:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0e58ac

sci-astronomy/pysiril: Stabilize 0.0.15 amd64, #907671

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
index b6a7fd8a0d38..1cd3b366df91 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
@@ -14,6 +14,6 @@ S="${WORKDIR}/${PN}-V${PV//./_}"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="sci-astronomy/siril"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2023-06-01 22:19 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-06-01 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cbd8c9304b2699c51664ca6de294c190430ef94f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 22:19:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 22:19:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd8c930

sci-astronomy/pysiril: Stabilize 0.0.15 x86, #907671

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
index 1cd3b366df91..353887254d53 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
@@ -14,6 +14,6 @@ S="${WORKDIR}/${PN}-V${PV//./_}"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sci-astronomy/siril"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2023-10-27  3:20 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-10-27  3:20 UTC (permalink / raw
  To: gentoo-commits

commit:     02cdf1a02d13d60f828409e586c2d8a588eba336
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Thu Oct 19 16:28:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 03:18:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cdf1a0

sci-astronomy/pysiril: drop 0.0.12

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-astronomy/pysiril/Manifest              |  1 -
 sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 19 -------------------
 2 files changed, 20 deletions(-)

diff --git a/sci-astronomy/pysiril/Manifest b/sci-astronomy/pysiril/Manifest
index f9d42748d41d..79b9ec9fc4b0 100644
--- a/sci-astronomy/pysiril/Manifest
+++ b/sci-astronomy/pysiril/Manifest
@@ -1,2 +1 @@
-DIST pysiril-V0_0_12.tar.bz2 114199 BLAKE2B c16209716c64591a2372dc090f419e5411a2607daa4420470cf7f07a729a997316f0d6f862d20722b2d23091ddd919e570289fdef1b0102b1ad2ae13cc3b4e37 SHA512 460355791f9041ace238f4727f8a219871f560fcf631ca798c1edc0ec729acca98c8abd1b14e460f0f127f5baa03603099a6f5c4151e0c1e627d2cff24bb6f18
 DIST pysiril-V0_0_15.tar.bz2 107650 BLAKE2B 94efb349e1e92e75bc7813d08a1fc1cd38b9c6199da8ba71e28f3b5b2420295cd770e4327c073558d600adf80efe39a295663b030f9048e9124a5fb71a7aba30 SHA512 e1820e14b14041eb99d2f5165fa81ba64d8e1459d50af6a0c748ac5cbef90447ce2f92c12bcfd8da784a7ae7f04c270b3bd75fe5369f1671840e3f9105271429

diff --git a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
deleted file mode 100644
index 1cd3b366df91..000000000000
--- a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python library to interface Python to a SiriL script"
-HOMEPAGE="https://gitlab.com/free-astro/pysiril"
-SRC_URI="https://gitlab.com/free-astro/pysiril/-/archive/V${PV//./_}/${PN}-V${PV//./_}.tar.bz2"
-S="${WORKDIR}/${PN}-V${PV//./_}"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="sci-astronomy/siril"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2023-10-27  8:30 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2023-10-27  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9853af0ee5339f6d221efa5b4feac43e71f117b3
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sat Oct  7 10:00:12 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 08:27:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9853af0e

sci-astronomy/pysiril: enable py3.12

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/33228
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
index 1cd3b366df91..387d9bbea2da 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Python library to interface Python to a SiriL script"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/
@ 2024-08-13 13:05 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2024-08-13 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e017d7e2d8b17b85f31102b0151ae076e1431fe2
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sun Aug  4 11:23:19 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 13:04:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e017d7e2

sci-astronomy/pysiril: enable py3.13

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37948
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
index 387d9bbea2da..41e33be2e0e1 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit distutils-r1
 
 DESCRIPTION="Python library to interface Python to a SiriL script"


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

end of thread, other threads:[~2024-08-13 13:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16  5:26 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-10-07 20:19 Sam James
2022-10-27  8:12 Joonas Niilola
2023-02-08  4:11 Sam James
2023-04-28  7:49 Joonas Niilola
2023-06-01 21:28 Sam James
2023-06-01 22:19 Sam James
2023-10-27  3:20 Sam James
2023-10-27  8:30 Andrew Ammerlaan
2024-08-13 13:05 Joonas Niilola

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