[gentoo-commits] repo/gentoo:master commit in: dev-python/uritools/

2024-05-28 Thread Michał Górny
commit: ae4cdc088967c9e02b2e2dff7d3b251c47d4c23b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 29 04:02:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 29 04:13:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4cdc08

dev-python/uritools: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/uritools/Manifest  |  1 -
 dev-python/uritools/uritools-4.0.1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/uritools/Manifest b/dev-python/uritools/Manifest
index 2ea7b8e1db72..9383aa8948df 100644
--- a/dev-python/uritools/Manifest
+++ b/dev-python/uritools/Manifest
@@ -1,2 +1 @@
-DIST uritools-4.0.1.tar.gz 23524 BLAKE2B 
ca1d0e739436211838df50b1fe7949c5a43f9bf17ec24cf4b5f5748bcb4a330d677134e568a1683422c80a1cc178bd1f4325df7f0e27ac3af09a025fd95513ac
 SHA512 
d616103a74161ed3f2920d2c6aa75cbfc7425940c46097a7b3701d3db3b8771f012bce17dd595d56154fe7ac00527a6bc989810c2e0beb4556e5caa5720e085e
 DIST uritools-4.0.2.tar.gz 23673 BLAKE2B 
3535a149e934c031548e4aeeb9be3e9e17492360dd8f77add5565677cdfc7657c9e27806729b18c52cdb477345fe4b9ecd54e2a3aaba6f692cd9e45c487bf75d
 SHA512 
71879ee6c346bf0c7b0d12fc42c91ecc8af553b3bf038e504e374933911e92c8adc26b2ff07243380229261e0b3eb6a6c6e189904aa4b467348098d73fff

diff --git a/dev-python/uritools/uritools-4.0.1.ebuild 
b/dev-python/uritools/uritools-4.0.1.ebuild
deleted file mode 100644
index 3369476d3621..
--- a/dev-python/uritools/uritools-4.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-DOCS_BUILDER="sphinx"
-PYTHON_COMPAT=( python3_{10..12} )
-
-DOCS_DIR="docs"
-
-inherit distutils-r1 docs pypi
-
-DESCRIPTION="RFC 3986-compliant URI parsing, classification and composition"
-HOMEPAGE="
-   https://github.com/tkem/uritools/
-   https://pypi.org/project/uritools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/uritools/

2024-05-28 Thread Michał Górny
commit: f9d8cb87bdf8f885700409a9358b5bce6e996103
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 29 04:03:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 29 04:13:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d8cb87

dev-python/uritools: Bump to 4.0.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/uritools/Manifest  |  1 +
 dev-python/uritools/uritools-4.0.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/uritools/Manifest b/dev-python/uritools/Manifest
index 9383aa8948df..616e406b8389 100644
--- a/dev-python/uritools/Manifest
+++ b/dev-python/uritools/Manifest
@@ -1 +1,2 @@
 DIST uritools-4.0.2.tar.gz 23673 BLAKE2B 
3535a149e934c031548e4aeeb9be3e9e17492360dd8f77add5565677cdfc7657c9e27806729b18c52cdb477345fe4b9ecd54e2a3aaba6f692cd9e45c487bf75d
 SHA512 
71879ee6c346bf0c7b0d12fc42c91ecc8af553b3bf038e504e374933911e92c8adc26b2ff07243380229261e0b3eb6a6c6e189904aa4b467348098d73fff
+DIST uritools-4.0.3.tar.gz 24184 BLAKE2B 
4d7cb21a0bd50c80cf34401646cd2049f16c2673cc9d057878881d940af089f72871df65acbaa67489114ee3094d94f9ac68c67ed75c995177679102851c58fb
 SHA512 
91dbe20a166fc142def443564ba5a630be85e329181041c8ba8a421f01fb8c4c043a2335dd4a773a672d24933509af4b9c7e635119e4e87ea5504eb6afa978f3

diff --git a/dev-python/uritools/uritools-4.0.3.ebuild 
b/dev-python/uritools/uritools-4.0.3.ebuild
new file mode 100644
index ..1f3cdeaf09bc
--- /dev/null
+++ b/dev-python/uritools/uritools-4.0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+DOCS_BUILDER="sphinx"
+PYTHON_COMPAT=( python3_{10..13} )
+
+DOCS_DIR="docs"
+
+inherit distutils-r1 docs pypi
+
+DESCRIPTION="RFC 3986-compliant URI parsing, classification and composition"
+HOMEPAGE="
+   https://github.com/tkem/uritools/
+   https://pypi.org/project/uritools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/uritools/

2023-11-24 Thread Michał Górny
commit: 56b0a7771d0e8d8ab911ce159ce9486f3f0624ce
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 24 15:33:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 24 15:33:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b0a777

dev-python/uritools: Stabilize 4.0.2 arm64, #918391

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/uritools/uritools-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uritools/uritools-4.0.2.ebuild 
b/dev-python/uritools/uritools-4.0.2.ebuild
index 0d9309d0ad33..0603a87ab3b6 100644
--- a/dev-python/uritools/uritools-4.0.2.ebuild
+++ b/dev-python/uritools/uritools-4.0.2.ebuild
@@ -19,6 +19,6 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/uritools/

2023-10-15 Thread Marek Szuba
commit: 272bd82cc1465ba0ceafda0870026e7da416c1cf
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Oct 15 22:28:30 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Oct 15 22:29:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272bd82c

dev-python/uritools: stabilize 4.0.2 for ALLARCHES

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/uritools/uritools-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uritools/uritools-4.0.2.ebuild 
b/dev-python/uritools/uritools-4.0.2.ebuild
index 3369476d3621..b4c5aea9f082 100644
--- a/dev-python/uritools/uritools-4.0.2.ebuild
+++ b/dev-python/uritools/uritools-4.0.2.ebuild
@@ -19,6 +19,6 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/uritools/

2023-09-17 Thread Michał Górny
commit: 369e24e4d5b50ccdc4645da8c37902c7b2356e2b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 17 13:17:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 17 13:35:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369e24e4

dev-python/uritools: Bump to 4.0.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/uritools/Manifest  |  1 +
 dev-python/uritools/uritools-4.0.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/uritools/Manifest b/dev-python/uritools/Manifest
index 6fb35aec4386..2ea7b8e1db72 100644
--- a/dev-python/uritools/Manifest
+++ b/dev-python/uritools/Manifest
@@ -1 +1,2 @@
 DIST uritools-4.0.1.tar.gz 23524 BLAKE2B 
ca1d0e739436211838df50b1fe7949c5a43f9bf17ec24cf4b5f5748bcb4a330d677134e568a1683422c80a1cc178bd1f4325df7f0e27ac3af09a025fd95513ac
 SHA512 
d616103a74161ed3f2920d2c6aa75cbfc7425940c46097a7b3701d3db3b8771f012bce17dd595d56154fe7ac00527a6bc989810c2e0beb4556e5caa5720e085e
+DIST uritools-4.0.2.tar.gz 23673 BLAKE2B 
3535a149e934c031548e4aeeb9be3e9e17492360dd8f77add5565677cdfc7657c9e27806729b18c52cdb477345fe4b9ecd54e2a3aaba6f692cd9e45c487bf75d
 SHA512 
71879ee6c346bf0c7b0d12fc42c91ecc8af553b3bf038e504e374933911e92c8adc26b2ff07243380229261e0b3eb6a6c6e189904aa4b467348098d73fff

diff --git a/dev-python/uritools/uritools-4.0.2.ebuild 
b/dev-python/uritools/uritools-4.0.2.ebuild
new file mode 100644
index ..3369476d3621
--- /dev/null
+++ b/dev-python/uritools/uritools-4.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+DOCS_BUILDER="sphinx"
+PYTHON_COMPAT=( python3_{10..12} )
+
+DOCS_DIR="docs"
+
+inherit distutils-r1 docs pypi
+
+DESCRIPTION="RFC 3986-compliant URI parsing, classification and composition"
+HOMEPAGE="
+   https://github.com/tkem/uritools/
+   https://pypi.org/project/uritools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/uritools/

2023-08-23 Thread Marek Szuba
commit: f1a95689f5c9e5372b4dcde71f751d95c84d752f
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Aug 23 12:00:18 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Aug 23 21:05:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a95689

dev-python/uritools: new package, add 4.0.1

New second-order dependency of app-admin/ansible-lint.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/uritools/Manifest  |  1 +
 dev-python/uritools/metadata.xml  | 31 +++
 dev-python/uritools/uritools-4.0.1.ebuild | 24 
 3 files changed, 56 insertions(+)

diff --git a/dev-python/uritools/Manifest b/dev-python/uritools/Manifest
new file mode 100644
index ..6fb35aec4386
--- /dev/null
+++ b/dev-python/uritools/Manifest
@@ -0,0 +1 @@
+DIST uritools-4.0.1.tar.gz 23524 BLAKE2B 
ca1d0e739436211838df50b1fe7949c5a43f9bf17ec24cf4b5f5748bcb4a330d677134e568a1683422c80a1cc178bd1f4325df7f0e27ac3af09a025fd95513ac
 SHA512 
d616103a74161ed3f2920d2c6aa75cbfc7425940c46097a7b3701d3db3b8771f012bce17dd595d56154fe7ac00527a6bc989810c2e0beb4556e5caa5720e085e

diff --git a/dev-python/uritools/metadata.xml b/dev-python/uritools/metadata.xml
new file mode 100644
index ..b327baf4c3b1
--- /dev/null
+++ b/dev-python/uritools/metadata.xml
@@ -0,0 +1,31 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   For various reasons, ``urllib.parse`` and its Python 2 
predecessor
+   ``urlparse`` are not compliant with current Internet standards. 
 As
+   stated in `Lib/urllib/parse.py
+   
https://github.com/python/cpython/blob/3.8/Lib/urllib/parse.py`_:
+
+   RFC 3986 is considered the current standard and any 
future changes
+   to urlparse module should conform with it.  The 
urlparse module is
+   currently not entirely compliant with this RFC due to 
defacto
+   scenarios for parsing, and for backward compatibility 
purposes,
+   some parsing quirks from older RFCs are retained.
+
+   This module aims to provide fully RFC 3986 compliant 
replacements for
+   the most commonly used functions found in ``urllib.parse``.  It 
also
+   includes functions for distinguishing between the different 
forms of
+   URIs and URI references, and for conveniently creating URIs 
from their
+   individual components.
+   
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+   
+   
+   uritools
+   tkem/uritools
+   
+

diff --git a/dev-python/uritools/uritools-4.0.1.ebuild 
b/dev-python/uritools/uritools-4.0.1.ebuild
new file mode 100644
index ..3369476d3621
--- /dev/null
+++ b/dev-python/uritools/uritools-4.0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+DOCS_BUILDER="sphinx"
+PYTHON_COMPAT=( python3_{10..12} )
+
+DOCS_DIR="docs"
+
+inherit distutils-r1 docs pypi
+
+DESCRIPTION="RFC 3986-compliant URI parsing, classification and composition"
+HOMEPAGE="
+   https://github.com/tkem/uritools/
+   https://pypi.org/project/uritools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+distutils_enable_tests pytest