public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/stdlibs/
@ 2022-06-08 17:46 Florian Schmaus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2022-06-08 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     042b1db38e519e3f8d4686566bc6d247d8b84520
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Wed Jun  8 05:06:19 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 05:13:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=042b1db3

dev-python/stdlibs: new package, add 2022.3.16

Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/stdlibs/Manifest                 |  1 +
 dev-python/stdlibs/metadata.xml             |  8 ++++++++
 dev-python/stdlibs/stdlibs-2022.3.16.ebuild | 19 +++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/dev-python/stdlibs/Manifest b/dev-python/stdlibs/Manifest
new file mode 100644
index 000000000..4cea6d224
--- /dev/null
+++ b/dev-python/stdlibs/Manifest
@@ -0,0 +1 @@
+DIST stdlibs-2022.3.16.tar.gz 22314 BLAKE2B 568df82f9635007aa35509c20445d1554c6e3dd1ca13a727bd27932ddf0f2cd68fb21b74e40bf0fbf359932ef50e9d35f3cf64ae6f0eeecde9303a8c1726e16e SHA512 b59721730f85351271c346379bec23da504051426276f360627b2d0aa4eb56ed66640321f20362f158933928e8f3fa986b8b419bbd3c309a63101ecd46f92a0e

diff --git a/dev-python/stdlibs/metadata.xml b/dev-python/stdlibs/metadata.xml
new file mode 100644
index 000000000..2924f0387
--- /dev/null
+++ b/dev-python/stdlibs/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>telans@posteo.de</email>
+		<name>James Beddek</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/stdlibs/stdlibs-2022.3.16.ebuild b/dev-python/stdlibs/stdlibs-2022.3.16.ebuild
new file mode 100644
index 000000000..c2f57f4a6
--- /dev/null
+++ b/dev-python/stdlibs/stdlibs-2022.3.16.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="What's in the Python stdlib"
+HOMEPAGE="https://github.com/omnilib/stdlibs/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/stdlibs/
@ 2022-07-05  7:14 Florian Schmaus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2022-07-05  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f52d3632be7b6d5ccdae97a8282e1decbfae1d9c
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Mon Jul  4 12:12:43 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 12:12:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f52d3632

dev-python/stdlibs: add 2022.6.8

Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/stdlibs/Manifest                |  1 +
 dev-python/stdlibs/stdlibs-2022.6.8.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/stdlibs/Manifest b/dev-python/stdlibs/Manifest
index 4cea6d224..86d1c8fde 100644
--- a/dev-python/stdlibs/Manifest
+++ b/dev-python/stdlibs/Manifest
@@ -1 +1,2 @@
 DIST stdlibs-2022.3.16.tar.gz 22314 BLAKE2B 568df82f9635007aa35509c20445d1554c6e3dd1ca13a727bd27932ddf0f2cd68fb21b74e40bf0fbf359932ef50e9d35f3cf64ae6f0eeecde9303a8c1726e16e SHA512 b59721730f85351271c346379bec23da504051426276f360627b2d0aa4eb56ed66640321f20362f158933928e8f3fa986b8b419bbd3c309a63101ecd46f92a0e
+DIST stdlibs-2022.6.8.tar.gz 22510 BLAKE2B 4daa85811da7c9b2c206182c6a8f45738311d751519670a53d184c1524aa9d953ed85281a8da8ea95fe6f4ce3c23d8ffdf5866ebb5ca7a88d877505ff4719c97 SHA512 085e2186a8e4bdc78a50cd4628d8f8a30703e5fc0b2b5b6d3c3e2a7ebae6fe776a04ef5049475b1c1246824962ff2283908572140ee2a2e6343b93e378f3e9ff

diff --git a/dev-python/stdlibs/stdlibs-2022.6.8.ebuild b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
new file mode 100644
index 000000000..c2f57f4a6
--- /dev/null
+++ b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="What's in the Python stdlib"
+HOMEPAGE="https://github.com/omnilib/stdlibs/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stdlibs/
  2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master commit in: dev-python/stdlibs/ Julien Roy
@ 2024-05-14 19:07 ` Julien Roy
  0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-14 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c39a8d7b398080b6a9184723715273d4e4cc40f8
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 19:00:37 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 19:00:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c39a8d7b

dev-python/stdlibs: enable py3.12

Closes: https://bugs.gentoo.org/931431
Bug: https://bugs.gentoo.org/884687
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/stdlibs/stdlibs-2022.6.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/stdlibs/stdlibs-2022.6.8.ebuild b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
index b763ab4a2e..f565569f19 100644
--- a/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
+++ b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/stdlibs/
@ 2024-05-14 19:12 Julien Roy
  2024-05-14 19:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Roy @ 2024-05-14 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c39a8d7b398080b6a9184723715273d4e4cc40f8
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 19:00:37 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 19:00:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c39a8d7b

dev-python/stdlibs: enable py3.12

Closes: https://bugs.gentoo.org/931431
Bug: https://bugs.gentoo.org/884687
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/stdlibs/stdlibs-2022.6.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/stdlibs/stdlibs-2022.6.8.ebuild b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
index b763ab4a2e..f565569f19 100644
--- a/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
+++ b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/stdlibs/
@ 2024-05-14 19:12 Julien Roy
  0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-05-14 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     6c53aebe8c406e1c9354f45dd6604ff48872e053
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 19:01:23 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 19:01:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c53aebe

dev-python/stdlibs: drop 2022.3.16

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/stdlibs/Manifest                 |  1 -
 dev-python/stdlibs/stdlibs-2022.3.16.ebuild | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/dev-python/stdlibs/Manifest b/dev-python/stdlibs/Manifest
index 86d1c8fdef..a13d366dc1 100644
--- a/dev-python/stdlibs/Manifest
+++ b/dev-python/stdlibs/Manifest
@@ -1,2 +1 @@
-DIST stdlibs-2022.3.16.tar.gz 22314 BLAKE2B 568df82f9635007aa35509c20445d1554c6e3dd1ca13a727bd27932ddf0f2cd68fb21b74e40bf0fbf359932ef50e9d35f3cf64ae6f0eeecde9303a8c1726e16e SHA512 b59721730f85351271c346379bec23da504051426276f360627b2d0aa4eb56ed66640321f20362f158933928e8f3fa986b8b419bbd3c309a63101ecd46f92a0e
 DIST stdlibs-2022.6.8.tar.gz 22510 BLAKE2B 4daa85811da7c9b2c206182c6a8f45738311d751519670a53d184c1524aa9d953ed85281a8da8ea95fe6f4ce3c23d8ffdf5866ebb5ca7a88d877505ff4719c97 SHA512 085e2186a8e4bdc78a50cd4628d8f8a30703e5fc0b2b5b6d3c3e2a7ebae6fe776a04ef5049475b1c1246824962ff2283908572140ee2a2e6343b93e378f3e9ff

diff --git a/dev-python/stdlibs/stdlibs-2022.3.16.ebuild b/dev-python/stdlibs/stdlibs-2022.3.16.ebuild
deleted file mode 100644
index b763ab4a2e..0000000000
--- a/dev-python/stdlibs/stdlibs-2022.3.16.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="What's in the Python stdlib"
-HOMEPAGE="https://github.com/omnilib/stdlibs/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests unittest


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master commit in: dev-python/stdlibs/ Julien Roy
2024-05-14 19:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2022-07-05  7:14 Florian Schmaus
2022-06-08 17:46 Florian Schmaus

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