* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2022-03-12 1:18 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-03-12 1:18 UTC (permalink / raw
To: gentoo-commits
commit: f87f52c4a6e4b20287ebee57d4b09f175f2a22f1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 01:13:13 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 01:13:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f87f52c4
dev-python/types-urllib3: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-urllib3/Manifest | 1 +
dev-python/types-urllib3/metadata.xml | 12 ++++++++++++
dev-python/types-urllib3/types-urllib3-1.26.10.ebuild | 19 +++++++++++++++++++
3 files changed, 32 insertions(+)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
new file mode 100644
index 000000000..ce4f5fe70
--- /dev/null
+++ b/dev-python/types-urllib3/Manifest
@@ -0,0 +1 @@
+DIST types-urllib3-1.26.10.tar.gz 8547 BLAKE2B 47dd538fe9ffb96793536942f8fe5deb7403e655473e919771ebaae1eb39839cb4c0f60fb7117d5c1eaa971937167ce1002eac4a7cc978edc20e76cc5c037675 SHA512 8341951167d51e596eb4d532691cbc948cf92936af7688d3bbd2161d86de327ba88f096e4205f5c74c9a1c3c5a1bec8e1317d829e870eca3c8760aa4997a30a1
diff --git a/dev-python/types-urllib3/metadata.xml b/dev-python/types-urllib3/metadata.xml
new file mode 100644
index 000000000..7f25d4748
--- /dev/null
+++ b/dev-python/types-urllib3/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="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/python/typeshed/issues</bugs-to>
+ <remote-id type="pypi">types-urllib3</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild
new file mode 100644
index 000000000..b96a6633a
--- /dev/null
+++ b/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Typing stubs for urllib3"
+HOMEPAGE="
+ https://pypi.org/project/types-urllib3/
+ https://github.com/python/typeshed/tree/master/stubs/urllib3
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2022-03-14 2:41 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-03-14 2:41 UTC (permalink / raw
To: gentoo-commits
commit: 53e0dbceb582996a44f19e050080ade8885542a1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 01:59:54 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 02:41:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e0dbce
dev-python/types-urllib3: add 1.26.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-urllib3/Manifest | 1 +
dev-python/types-urllib3/types-urllib3-1.26.11.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index ce4f5fe70..05bf95812 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1 +1,2 @@
DIST types-urllib3-1.26.10.tar.gz 8547 BLAKE2B 47dd538fe9ffb96793536942f8fe5deb7403e655473e919771ebaae1eb39839cb4c0f60fb7117d5c1eaa971937167ce1002eac4a7cc978edc20e76cc5c037675 SHA512 8341951167d51e596eb4d532691cbc948cf92936af7688d3bbd2161d86de327ba88f096e4205f5c74c9a1c3c5a1bec8e1317d829e870eca3c8760aa4997a30a1
+DIST types-urllib3-1.26.11.tar.gz 8629 BLAKE2B d0db71c5553e931dab376c4508881e3220bcad17bfe593ced81a72ad198bd81538c747b0be5a0e4987ce23aa0e16f3c4bc86c288dbdddedd5b5e3ee15bfe4d51 SHA512 e900817ae173861c436e7879b8fc7d243cb0467dedca851b8695ec51632be0d3d80e9b427c58e3ee693e5797bb951dce4a9e79ea01c693e57d0a330f6a1b0d10
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.11.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.11.ebuild
new file mode 100644
index 000000000..b96a6633a
--- /dev/null
+++ b/dev-python/types-urllib3/types-urllib3-1.26.11.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Typing stubs for urllib3"
+HOMEPAGE="
+ https://pypi.org/project/types-urllib3/
+ https://github.com/python/typeshed/tree/master/stubs/urllib3
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2022-04-20 22:37 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-04-20 22:37 UTC (permalink / raw
To: gentoo-commits
commit: e4aec797c72c8a287c625c2d535810d461bb49d1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 22:18:08 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 22:37:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4aec797
dev-python/types-urllib3: add 1.26.13, drop 1.26.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-urllib3/Manifest | 2 +-
.../{types-urllib3-1.26.10.ebuild => types-urllib3-1.26.13.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index 05bf95812..6092b6456 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1,2 +1,2 @@
-DIST types-urllib3-1.26.10.tar.gz 8547 BLAKE2B 47dd538fe9ffb96793536942f8fe5deb7403e655473e919771ebaae1eb39839cb4c0f60fb7117d5c1eaa971937167ce1002eac4a7cc978edc20e76cc5c037675 SHA512 8341951167d51e596eb4d532691cbc948cf92936af7688d3bbd2161d86de327ba88f096e4205f5c74c9a1c3c5a1bec8e1317d829e870eca3c8760aa4997a30a1
DIST types-urllib3-1.26.11.tar.gz 8629 BLAKE2B d0db71c5553e931dab376c4508881e3220bcad17bfe593ced81a72ad198bd81538c747b0be5a0e4987ce23aa0e16f3c4bc86c288dbdddedd5b5e3ee15bfe4d51 SHA512 e900817ae173861c436e7879b8fc7d243cb0467dedca851b8695ec51632be0d3d80e9b427c58e3ee693e5797bb951dce4a9e79ea01c693e57d0a330f6a1b0d10
+DIST types-urllib3-1.26.13.tar.gz 8763 BLAKE2B fa74ae41ae77ed096350ede7c78b6323a6eabe1868fdda0b078c8260fd129b34d68c89ccd9ae7c3d916910fd5114283ce007f6a2710a3b1fb1dd16d0c6f01b89 SHA512 a959872447274d60edd8e6f1e8f4268a7bb14806f3d183ae87b8ca5cc9d8ad6ee29ba4a13e48d683790e0c43773a196136770167e0dc4d4a4a101a6ba1a76b33
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.10.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.13.ebuild
similarity index 100%
rename from dev-python/types-urllib3/types-urllib3-1.26.10.ebuild
rename to dev-python/types-urllib3/types-urllib3-1.26.13.ebuild
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2022-05-02 20:01 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-05-02 20:01 UTC (permalink / raw
To: gentoo-commits
commit: c14bbe8fa90f793b1a9f74d8fc64e9767c43b2d6
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 2 19:45:42 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 2 20:01:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c14bbe8f
dev-python/types-urllib3: add 1.26.14, drop 1.26.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-urllib3/Manifest | 2 +-
.../{types-urllib3-1.26.11.ebuild => types-urllib3-1.26.14.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index 6092b6456..78f942054 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1,2 +1,2 @@
-DIST types-urllib3-1.26.11.tar.gz 8629 BLAKE2B d0db71c5553e931dab376c4508881e3220bcad17bfe593ced81a72ad198bd81538c747b0be5a0e4987ce23aa0e16f3c4bc86c288dbdddedd5b5e3ee15bfe4d51 SHA512 e900817ae173861c436e7879b8fc7d243cb0467dedca851b8695ec51632be0d3d80e9b427c58e3ee693e5797bb951dce4a9e79ea01c693e57d0a330f6a1b0d10
DIST types-urllib3-1.26.13.tar.gz 8763 BLAKE2B fa74ae41ae77ed096350ede7c78b6323a6eabe1868fdda0b078c8260fd129b34d68c89ccd9ae7c3d916910fd5114283ce007f6a2710a3b1fb1dd16d0c6f01b89 SHA512 a959872447274d60edd8e6f1e8f4268a7bb14806f3d183ae87b8ca5cc9d8ad6ee29ba4a13e48d683790e0c43773a196136770167e0dc4d4a4a101a6ba1a76b33
+DIST types-urllib3-1.26.14.tar.gz 8862 BLAKE2B 6dda6de46b243b06afa57621307804512f78612373d4eae5b14472e738ac263fd8da38ddce95fcef7da2e461c291a550d0a52033b9b73c5018276f18fad6638a SHA512 1dd04532efd6eb98834c4c45654e34edefae10290ff608ba07f21702b0ba00e49e0b4d69fb2b3bfe4038dcbbdf2cdddf45519a37d8615959921ef34741a910cb
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.11.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild
similarity index 100%
rename from dev-python/types-urllib3/types-urllib3-1.26.11.ebuild
rename to dev-python/types-urllib3/types-urllib3-1.26.14.ebuild
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2022-05-28 21:48 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 96435655d3ca32a15c4d6c61b9b9a22c52994daf
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:32:23 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:32:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96435655
dev-python/types-urllib3: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-urllib3/types-urllib3-1.26.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild
index b96a6633a..46370ad85 100644
--- a/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild
+++ b/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2022-05-28 21:48 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 464cf1000cd4c8b68838410473c8868e2047bf6f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:44:26 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:44:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=464cf100
dev-python/types-urllib3: drop 1.26.13
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-urllib3/Manifest | 1 -
dev-python/types-urllib3/types-urllib3-1.26.13.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index 78f942054..7449c7b1a 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1,2 +1 @@
-DIST types-urllib3-1.26.13.tar.gz 8763 BLAKE2B fa74ae41ae77ed096350ede7c78b6323a6eabe1868fdda0b078c8260fd129b34d68c89ccd9ae7c3d916910fd5114283ce007f6a2710a3b1fb1dd16d0c6f01b89 SHA512 a959872447274d60edd8e6f1e8f4268a7bb14806f3d183ae87b8ca5cc9d8ad6ee29ba4a13e48d683790e0c43773a196136770167e0dc4d4a4a101a6ba1a76b33
DIST types-urllib3-1.26.14.tar.gz 8862 BLAKE2B 6dda6de46b243b06afa57621307804512f78612373d4eae5b14472e738ac263fd8da38ddce95fcef7da2e461c291a550d0a52033b9b73c5018276f18fad6638a SHA512 1dd04532efd6eb98834c4c45654e34edefae10290ff608ba07f21702b0ba00e49e0b4d69fb2b3bfe4038dcbbdf2cdddf45519a37d8615959921ef34741a910cb
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.13.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.13.ebuild
deleted file mode 100644
index b96a6633a..000000000
--- a/dev-python/types-urllib3/types-urllib3-1.26.13.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Typing stubs for urllib3"
-HOMEPAGE="
- https://pypi.org/project/types-urllib3/
- https://github.com/python/typeshed/tree/master/stubs/urllib3
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2022-05-30 12:09 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-05-30 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 43dc314607cf6cd8bd4ec2a26e0c75820e8a8374
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 30 11:55:21 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 30 12:09:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43dc3146
dev-python/types-urllib3: add 1.26.15
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-urllib3/Manifest | 1 +
dev-python/types-urllib3/types-urllib3-1.26.15.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index 7449c7b1a..529b87d75 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1 +1,2 @@
DIST types-urllib3-1.26.14.tar.gz 8862 BLAKE2B 6dda6de46b243b06afa57621307804512f78612373d4eae5b14472e738ac263fd8da38ddce95fcef7da2e461c291a550d0a52033b9b73c5018276f18fad6638a SHA512 1dd04532efd6eb98834c4c45654e34edefae10290ff608ba07f21702b0ba00e49e0b4d69fb2b3bfe4038dcbbdf2cdddf45519a37d8615959921ef34741a910cb
+DIST types-urllib3-1.26.15.tar.gz 8855 BLAKE2B 74d8df4d35766dcfefda8bb4f2d99fc8eb42451df6ae54f4543fcd1e63fdbf2ef1c534216cae7366ea3666b31a168e7fcac7c1dae3bddb294f130f9ffaf04417 SHA512 32300f58eb9fac3aa792093737a31872baf12c19ab8890ec76dae21188ec18048059b41e8c576cc8f9d8402f4014549ae89715298615955115984ca7ddf7f870
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild
new file mode 100644
index 000000000..46370ad85
--- /dev/null
+++ b/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Typing stubs for urllib3"
+HOMEPAGE="
+ https://pypi.org/project/types-urllib3/
+ https://github.com/python/typeshed/tree/master/stubs/urllib3
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2023-03-17 13:32 Anna Vyalkova
0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 9de6e4357a605ec7deeb7fdaee288a7c3fe29937
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:28:14 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:28:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9de6e435
dev-python/types-urllib3: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/types-urllib3/types-urllib3-1.26.15.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild
index b3b454e62..e0e418a49 100644
--- a/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild
+++ b/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild
@@ -3,16 +3,16 @@
EAPI=8
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Typing stubs for urllib3"
HOMEPAGE="
https://pypi.org/project/types-urllib3/
https://github.com/python/typeshed/tree/master/stubs/urllib3
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2023-05-11 23:49 Lucio Sauer
0 siblings, 0 replies; 14+ messages in thread
From: Lucio Sauer @ 2023-05-11 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 68c7f07feacf66032b04f901e134d874ec326366
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu May 11 23:42:27 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu May 11 23:42:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68c7f07f
dev-python/types-urllib3: add 1.26.25.13
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-urllib3/Manifest | 1 +
dev-python/types-urllib3/metadata.xml | 1 +
.../types-urllib3/types-urllib3-1.26.25.13.ebuild | 20 ++++++++++++++++++++
3 files changed, 22 insertions(+)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index 529b87d75..65daa655a 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1,2 +1,3 @@
DIST types-urllib3-1.26.14.tar.gz 8862 BLAKE2B 6dda6de46b243b06afa57621307804512f78612373d4eae5b14472e738ac263fd8da38ddce95fcef7da2e461c291a550d0a52033b9b73c5018276f18fad6638a SHA512 1dd04532efd6eb98834c4c45654e34edefae10290ff608ba07f21702b0ba00e49e0b4d69fb2b3bfe4038dcbbdf2cdddf45519a37d8615959921ef34741a910cb
DIST types-urllib3-1.26.15.tar.gz 8855 BLAKE2B 74d8df4d35766dcfefda8bb4f2d99fc8eb42451df6ae54f4543fcd1e63fdbf2ef1c534216cae7366ea3666b31a168e7fcac7c1dae3bddb294f130f9ffaf04417 SHA512 32300f58eb9fac3aa792093737a31872baf12c19ab8890ec76dae21188ec18048059b41e8c576cc8f9d8402f4014549ae89715298615955115984ca7ddf7f870
+DIST types-urllib3-1.26.25.13.tar.gz 11035 BLAKE2B 4bb9c4b3761afa72dc6e0b6706261788908dd34f8d58593dc2d82845c3b0cac3b19cfe9b3fcfa75714c585be028b0ab57888affb4263efcc7aca083f4dce1689 SHA512 ba543c6365f590d5d7b1682da7cc6fdbab1ff144edf4d05865dd44ac0c9198c5aec14e884e3c6fbc945a67b7216624721d6af2d9730858b105ef8748f246bfd4
diff --git a/dev-python/types-urllib3/metadata.xml b/dev-python/types-urllib3/metadata.xml
index 8b7caf14a..c2e78e89d 100644
--- a/dev-python/types-urllib3/metadata.xml
+++ b/dev-python/types-urllib3/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<bugs-to>https://github.com/python/typeshed/issues</bugs-to>
+ <remote-id type="github">python/typeshed</remote-id>
<remote-id type="pypi">types-urllib3</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild
new file mode 100644
index 000000000..b4d59a67d
--- /dev/null
+++ b/dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for urllib3"
+HOMEPAGE="
+ https://pypi.org/project/types-urllib3/
+ https://github.com/python/typeshed/tree/master/stubs/urllib3
+"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2023-05-11 23:49 Lucio Sauer
0 siblings, 0 replies; 14+ messages in thread
From: Lucio Sauer @ 2023-05-11 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 49dd8433d1a2519d3721358686b903afa3a1663d
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu May 11 23:43:41 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu May 11 23:43:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49dd8433
dev-python/types-urllib3: drop 1.26.14, 1.26.15
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-urllib3/Manifest | 2 --
dev-python/types-urllib3/types-urllib3-1.26.14.ebuild | 19 -------------------
dev-python/types-urllib3/types-urllib3-1.26.15.ebuild | 19 -------------------
3 files changed, 40 deletions(-)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index 65daa655a..06abc0321 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1,3 +1 @@
-DIST types-urllib3-1.26.14.tar.gz 8862 BLAKE2B 6dda6de46b243b06afa57621307804512f78612373d4eae5b14472e738ac263fd8da38ddce95fcef7da2e461c291a550d0a52033b9b73c5018276f18fad6638a SHA512 1dd04532efd6eb98834c4c45654e34edefae10290ff608ba07f21702b0ba00e49e0b4d69fb2b3bfe4038dcbbdf2cdddf45519a37d8615959921ef34741a910cb
-DIST types-urllib3-1.26.15.tar.gz 8855 BLAKE2B 74d8df4d35766dcfefda8bb4f2d99fc8eb42451df6ae54f4543fcd1e63fdbf2ef1c534216cae7366ea3666b31a168e7fcac7c1dae3bddb294f130f9ffaf04417 SHA512 32300f58eb9fac3aa792093737a31872baf12c19ab8890ec76dae21188ec18048059b41e8c576cc8f9d8402f4014549ae89715298615955115984ca7ddf7f870
DIST types-urllib3-1.26.25.13.tar.gz 11035 BLAKE2B 4bb9c4b3761afa72dc6e0b6706261788908dd34f8d58593dc2d82845c3b0cac3b19cfe9b3fcfa75714c585be028b0ab57888affb4263efcc7aca083f4dce1689 SHA512 ba543c6365f590d5d7b1682da7cc6fdbab1ff144edf4d05865dd44ac0c9198c5aec14e884e3c6fbc945a67b7216624721d6af2d9730858b105ef8748f246bfd4
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild
deleted file mode 100644
index e04966df5..000000000
--- a/dev-python/types-urllib3/types-urllib3-1.26.14.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Typing stubs for urllib3"
-HOMEPAGE="
- https://pypi.org/project/types-urllib3/
- https://github.com/python/typeshed/tree/master/stubs/urllib3
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild
deleted file mode 100644
index 0da244bd0..000000000
--- a/dev-python/types-urllib3/types-urllib3-1.26.15.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Typing stubs for urllib3"
-HOMEPAGE="
- https://pypi.org/project/types-urllib3/
- https://github.com/python/typeshed/tree/master/stubs/urllib3
-"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2023-07-05 13:59 Anna Vyalkova
0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2023-07-05 13:59 UTC (permalink / raw
To: gentoo-commits
commit: a2eedb8491eb9efb04ea102b74c5612acbd78937
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jul 5 13:41:08 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jul 5 13:57:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2eedb84
dev-python/types-urllib3: update upstream metadata
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/types-urllib3/metadata.xml | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/dev-python/types-urllib3/metadata.xml b/dev-python/types-urllib3/metadata.xml
index c2e78e89d..02ba8095c 100644
--- a/dev-python/types-urllib3/metadata.xml
+++ b/dev-python/types-urllib3/metadata.xml
@@ -1,13 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/python/typeshed/issues</bugs-to>
- <remote-id type="github">python/typeshed</remote-id>
- <remote-id type="pypi">types-urllib3</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/python/typeshed/issues</bugs-to>
+ <remote-id type="github">python/typeshed</remote-id>
+ <remote-id type="pypi">types-urllib3</remote-id>
+ <changelog>https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/urllib3.md</changelog>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2023-08-02 9:50 Lucio Sauer
0 siblings, 0 replies; 14+ messages in thread
From: Lucio Sauer @ 2023-08-02 9:50 UTC (permalink / raw
To: gentoo-commits
commit: c7148be728e778d9b049261ffa744f33e20a3bd4
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Aug 2 09:47:51 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Aug 2 09:47:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7148be7
dev-python/types-urllib3: add 1.26.25.14
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-urllib3/Manifest | 1 +
.../types-urllib3/types-urllib3-1.26.25.14.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index 06abc03215..13e5d2242e 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1 +1,2 @@
DIST types-urllib3-1.26.25.13.tar.gz 11035 BLAKE2B 4bb9c4b3761afa72dc6e0b6706261788908dd34f8d58593dc2d82845c3b0cac3b19cfe9b3fcfa75714c585be028b0ab57888affb4263efcc7aca083f4dce1689 SHA512 ba543c6365f590d5d7b1682da7cc6fdbab1ff144edf4d05865dd44ac0c9198c5aec14e884e3c6fbc945a67b7216624721d6af2d9730858b105ef8748f246bfd4
+DIST types-urllib3-1.26.25.14.tar.gz 11239 BLAKE2B 700dcab5816468256acdbfa9c2fa75cfc65ba064dd1cddbfb01a5b250147eb5689894c3afd40f6488c21f2c49f793073426dd08752a242fc5e42fc3a097f819b SHA512 42fffc81660a6cad33ea7280c0d7e99fd65c6f02f14b68882aa3761c1d6ca54dc36bbfde511f2b9d3bd2c32f38dfaa969a0a24126a7fd64eea75cc9c45804622
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild
new file mode 100644
index 0000000000..b4d59a67d1
--- /dev/null
+++ b/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for urllib3"
+HOMEPAGE="
+ https://pypi.org/project/types-urllib3/
+ https://github.com/python/typeshed/tree/master/stubs/urllib3
+"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2023-08-02 9:50 Lucio Sauer
0 siblings, 0 replies; 14+ messages in thread
From: Lucio Sauer @ 2023-08-02 9:50 UTC (permalink / raw
To: gentoo-commits
commit: d834c901da2bcb6d45d2d9ee3e3184f887ad9626
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Aug 2 09:48:05 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Aug 2 09:48:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d834c901
dev-python/types-urllib3: drop 1.26.25.13
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-urllib3/Manifest | 1 -
.../types-urllib3/types-urllib3-1.26.25.13.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
index 13e5d2242e..40b3f42e5e 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1,2 +1 @@
-DIST types-urllib3-1.26.25.13.tar.gz 11035 BLAKE2B 4bb9c4b3761afa72dc6e0b6706261788908dd34f8d58593dc2d82845c3b0cac3b19cfe9b3fcfa75714c585be028b0ab57888affb4263efcc7aca083f4dce1689 SHA512 ba543c6365f590d5d7b1682da7cc6fdbab1ff144edf4d05865dd44ac0c9198c5aec14e884e3c6fbc945a67b7216624721d6af2d9730858b105ef8748f246bfd4
DIST types-urllib3-1.26.25.14.tar.gz 11239 BLAKE2B 700dcab5816468256acdbfa9c2fa75cfc65ba064dd1cddbfb01a5b250147eb5689894c3afd40f6488c21f2c49f793073426dd08752a242fc5e42fc3a097f819b SHA512 42fffc81660a6cad33ea7280c0d7e99fd65c6f02f14b68882aa3761c1d6ca54dc36bbfde511f2b9d3bd2c32f38dfaa969a0a24126a7fd64eea75cc9c45804622
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild
deleted file mode 100644
index b4d59a67d1..0000000000
--- a/dev-python/types-urllib3/types-urllib3-1.26.25.13.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Typing stubs for urllib3"
-HOMEPAGE="
- https://pypi.org/project/types-urllib3/
- https://github.com/python/typeshed/tree/master/stubs/urllib3
-"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/
@ 2024-01-21 21:45 Lucio Sauer
0 siblings, 0 replies; 14+ messages in thread
From: Lucio Sauer @ 2024-01-21 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 47b369db99cea0d77530f770bff9f9f5d9f879f9
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jan 21 21:18:37 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jan 21 21:33:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47b369db
dev-python/types-urllib3: treeclean
Removed upstream.
All revdeps have been updated to depend on dev-python/urllib3, which has
its own type annotations.
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/types-urllib3/Manifest | 1 -
dev-python/types-urllib3/metadata.xml | 14 --------------
.../types-urllib3/types-urllib3-1.26.25.14.ebuild | 20 --------------------
3 files changed, 35 deletions(-)
diff --git a/dev-python/types-urllib3/Manifest b/dev-python/types-urllib3/Manifest
deleted file mode 100644
index 40b3f42e5e..0000000000
--- a/dev-python/types-urllib3/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST types-urllib3-1.26.25.14.tar.gz 11239 BLAKE2B 700dcab5816468256acdbfa9c2fa75cfc65ba064dd1cddbfb01a5b250147eb5689894c3afd40f6488c21f2c49f793073426dd08752a242fc5e42fc3a097f819b SHA512 42fffc81660a6cad33ea7280c0d7e99fd65c6f02f14b68882aa3761c1d6ca54dc36bbfde511f2b9d3bd2c32f38dfaa969a0a24126a7fd64eea75cc9c45804622
diff --git a/dev-python/types-urllib3/metadata.xml b/dev-python/types-urllib3/metadata.xml
deleted file mode 100644
index 02ba8095c8..0000000000
--- a/dev-python/types-urllib3/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/python/typeshed/issues</bugs-to>
- <remote-id type="github">python/typeshed</remote-id>
- <remote-id type="pypi">types-urllib3</remote-id>
- <changelog>https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/urllib3.md</changelog>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild b/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild
deleted file mode 100644
index b4d59a67d1..0000000000
--- a/dev-python/types-urllib3/types-urllib3-1.26.25.14.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Typing stubs for urllib3"
-HOMEPAGE="
- https://pypi.org/project/types-urllib3/
- https://github.com/python/typeshed/tree/master/stubs/urllib3
-"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-01-21 21:45 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-12 1:18 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-03-14 2:41 Alessandro Barbieri
2022-04-20 22:37 Alessandro Barbieri
2022-05-02 20:01 Alessandro Barbieri
2022-05-28 21:48 Alessandro Barbieri
2022-05-28 21:48 Alessandro Barbieri
2022-05-30 12:09 Alessandro Barbieri
2023-03-17 13:32 Anna Vyalkova
2023-05-11 23:49 Lucio Sauer
2023-05-11 23:49 Lucio Sauer
2023-07-05 13:59 Anna Vyalkova
2023-08-02 9:50 Lucio Sauer
2023-08-02 9:50 Lucio Sauer
2024-01-21 21:45 Lucio Sauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox