summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-13 07:21:08 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-13 07:21:08 +0000
commit497f4ad7ac71f6bb5befbee2ed30dcfaabfa6b19 (patch)
treeed0704074300662a1031a05808c50f0549c43864 /dev-python
parentc3911b35b87fb2c3d7fab8c3322ae2529ba84a7e (diff)
downloadbaldeagleos-repo-497f4ad7ac71f6bb5befbee2ed30dcfaabfa6b19.tar.gz
baldeagleos-repo-497f4ad7ac71f6bb5befbee2ed30dcfaabfa6b19.tar.xz
baldeagleos-repo-497f4ad7ac71f6bb5befbee2ed30dcfaabfa6b19.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/confuse/files/confuse-2.0.1-py314.patch42
-rw-r--r--dev-python/flask-compress/Manifest3
-rw-r--r--dev-python/flask-compress/flask-compress-1.17.ebuild34
-rw-r--r--dev-python/flask-compress/flask-compress-1.18.ebuild36
-rw-r--r--dev-python/flask-compress/flask-compress-1.20.ebuild37
-rw-r--r--dev-python/jupyterlab/jupyterlab-4.5.0.ebuild4
-rw-r--r--dev-python/langdetect/Manifest2
-rw-r--r--dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch13
-rw-r--r--dev-python/langdetect/langdetect-1.0.9.ebuild4
-rw-r--r--dev-python/langdetect/metadata.xml10
-rw-r--r--dev-python/notebook/notebook-7.5.0.ebuild4
11 files changed, 13 insertions, 176 deletions
diff --git a/dev-python/confuse/files/confuse-2.0.1-py314.patch b/dev-python/confuse/files/confuse-2.0.1-py314.patch
deleted file mode 100644
index 4fcc733df26b..000000000000
--- a/dev-python/confuse/files/confuse-2.0.1-py314.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From ed79b4b9f53fe99293139c18f053168e564508b8 Mon Sep 17 00:00:00 2001
-From: wisp3rwind <17089248+wisp3rwind@users.noreply.github.com>
-Date: Thu, 17 Apr 2025 22:35:06 +0200
-Subject: [PATCH] address deprecation of pkgutil.get_loader
-
-Closes https://github.com/beetbox/confuse/issues/165
----
- confuse/util.py | 12 +++++++++---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/confuse/util.py b/confuse/util.py
-index c27e161..a3f6e62 100644
---- a/confuse/util.py
-+++ b/confuse/util.py
-@@ -1,9 +1,9 @@
-+import importlib.util
- import os
- import sys
- import argparse
- import optparse
- import platform
--import pkgutil
-
-
- UNIX_DIR_FALLBACK = '~/.config'
-@@ -114,8 +114,14 @@ def find_package_path(name):
- None if the path could not be identified (e.g., if
- ``name == "__main__"``).
- """
-- # Based on get_root_path from Flask by Armin Ronacher.
-- loader = pkgutil.get_loader(name)
-+ # Based on get_root_path from Flask by Armin Ronacher, cf.
-+ # https://github.com/pallets/flask/blob/85c5d93cbd049c4bd0679c36fd1ddcae8c37b642/src/flask/helpers.py#L570
-+ try:
-+ spec = importlib.util.find_spec(name)
-+ except (ImportError, ValueError):
-+ return None
-+
-+ loader = spec.loader
- if loader is None or name == '__main__':
- return None
-
diff --git a/dev-python/flask-compress/Manifest b/dev-python/flask-compress/Manifest
index a73de5bacb0a..83eb81a1f5f9 100644
--- a/dev-python/flask-compress/Manifest
+++ b/dev-python/flask-compress/Manifest
@@ -1,5 +1,2 @@
-DIST flask_compress-1.17.tar.gz 15733 BLAKE2B f548983e03b66cfbec55726ab14b757d3a079842a9de46e294305409bb1f655478567c43b992b79c8e5c46f50f1f044f2bc8602a683f71a944b4c05f0f33df39 SHA512 58d66f7be21117ad2769743c148b7df6981634341d1ffa1c6c71aabd86119364e85a8242297e6f369b02ecf09ccdd3980806e91c869754f917d0bd83ae7b9b5d
-DIST flask_compress-1.18.tar.gz 16571 BLAKE2B 82a4fae8551136e20befb4a8cc1f26730629e851a555db941023fa98f45813eb3e1e036121daea8713f669b70aceeb2b795ee6995882f4b3dade6af3db5cfcf6 SHA512 a070fca45d0905dabf336151e3014b8cd6727c5fd7b3f157ab5b6fba1571ca05ac973c97727dc787abe9d35957b51e539b72edde8b291954d8fb7ee8919480a2
-DIST flask_compress-1.20.tar.gz 17574 BLAKE2B d7b7f2d9fccd0eab28cbb75d0349cd690bd2c36e969f0bf089bffac6ce9f65bdf7083a93ba3d83fb8ef998bf171aa1bf36cd37177f35a79e96499fc675bcb6ac SHA512 ebd168d299d7ece251033159b795ec0cb49b4469d9c498d00304c1e43a4fcc74fbab1651d9852aa6a6815e6e10a423c8b6c03202b1c156e639e563296e4b9c28
DIST flask_compress-1.22.tar.gz 18916 BLAKE2B e2eb64c9fe246ef52111c2dd86ae3b4d6be83fe4ec108bbc4fa0c11541c43680162486f517ffa5657b3d09dd7b97094cd1e23b80554e4d5ecdfe59b76ac17e90 SHA512 6ddfda4e6fe0d12d35de747d0ac2e6d395da8828dafdbb244806aeaf2493c27e90d1eae1f40a8b3181d23cb2e71dcfd35e1b4e1518e06cebab847e88a7bfca17
DIST flask_compress-1.23.tar.gz 20135 BLAKE2B bb1aa78bb1192e0bf12ba29a98dcd910642d156fdd41a890cd80e65904cd910d84919fc33e124f0c88e8fb79ab55a82bdd775177fce3cef4bc12b5b12c4357ce SHA512 e1ccd6c24c54b8c65d3ac833dbb16a145a622241fe60843c81d9a54ef14691c843410098ab3820d1afb24c48ae9c141d82c2696b0635058233ed31449a90a674
diff --git a/dev-python/flask-compress/flask-compress-1.17.ebuild b/dev-python/flask-compress/flask-compress-1.17.ebuild
deleted file mode 100644
index de3c425bfbbb..000000000000
--- a/dev-python/flask-compress/flask-compress-1.17.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN="Flask-Compress"
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Compress responses in your Flask app with gzip"
-HOMEPAGE="
- https://github.com/colour-science/flask-compress/
- https://pypi.org/project/Flask-Compress/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-# brotli on cpython, brotlicffi on pypy3
-RDEPEND="
- app-arch/brotli[python,${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/zstandard[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/flask-caching[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/flask-compress/flask-compress-1.18.ebuild b/dev-python/flask-compress/flask-compress-1.18.ebuild
deleted file mode 100644
index 5e6385a0b135..000000000000
--- a/dev-python/flask-compress/flask-compress-1.18.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN="Flask-Compress"
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Compress responses in your Flask app with gzip"
-HOMEPAGE="
- https://github.com/colour-science/flask-compress/
- https://pypi.org/project/Flask-Compress/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-# brotli on cpython, brotlicffi on pypy3
-RDEPEND="
- app-arch/brotli[python,${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/pyzstd[${PYTHON_USEDEP}]
- ' 3.{11..13})
-"
-BDEPEND="
- test? (
- dev-python/flask-caching[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/flask-compress/flask-compress-1.20.ebuild b/dev-python/flask-compress/flask-compress-1.20.ebuild
deleted file mode 100644
index 7b2d51f8b87d..000000000000
--- a/dev-python/flask-compress/flask-compress-1.20.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN="Flask-Compress"
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Compress responses in your Flask app with gzip"
-HOMEPAGE="
- https://github.com/colour-science/flask-compress/
- https://pypi.org/project/Flask-Compress/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-# brotli on cpython, brotlicffi on pypy3
-RDEPEND="
- app-arch/brotli[python,${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/backports-zstd[${PYTHON_USEDEP}]
- ' 3.{11..13})
-"
-BDEPEND="
- test? (
- dev-python/flask-caching[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
diff --git a/dev-python/jupyterlab/jupyterlab-4.5.0.ebuild b/dev-python/jupyterlab/jupyterlab-4.5.0.ebuild
index d7d48c30e886..01ee41601750 100644
--- a/dev-python/jupyterlab/jupyterlab-4.5.0.ebuild
+++ b/dev-python/jupyterlab/jupyterlab-4.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD MIT GPL-3 Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
RDEPEND="
>=dev-python/async-lru-1.0.0[${PYTHON_USEDEP}]
diff --git a/dev-python/langdetect/Manifest b/dev-python/langdetect/Manifest
index a11d7c268c91..d12ab8aeaca8 100644
--- a/dev-python/langdetect/Manifest
+++ b/dev-python/langdetect/Manifest
@@ -1 +1,3 @@
DIST langdetect-1.0.9.tar.gz 981474 BLAKE2B ea8a9c3f16a2987c080742473bff4f2c1503f53fb3c2b40b0b1d6212bb6133ea22dce7864ffcfb8968c3a46b157d45cb3e2cf6f84bdbed0266cc716a853b032c SHA512 7558d674c47b080c79e43a00a25d2c7f77188cf60bea2cecb3bebb803d75e1aa42b43c74bd26ea1b541f4cb927421908882cbec01a91f0913984217e71ccc8db
+EBUILD langdetect-1.0.9.ebuild 494 BLAKE2B 9cd8a2a93a8d45bf51fe2324402b175d641762ea591fcb99459427f977a95eccffa6ca4777ca4df39814eea6eac62711567faa654456d32f79023a4685804504 SHA512 d973b85ba1a44389a4275f02a779a93a005f7c2e096467b94b072862e4984d5b42cf33f9821ac68aa5b85b12c98983a90b96049989d8c84497969174b6bb838e
+MISC metadata.xml 457 BLAKE2B 630128a3e982b6d60cc7b9f74c79fcb5ee47a71a02c73a50af9da8cedb6fad8e20a7f74b881e5b25c6483b92c9edbd56552cd38b2d9cbfa8b3eb4530facea969 SHA512 674f4f5cd809c6c77bc14e0f5687fa972bef14bdfa0b3343c5d66b7163eef1906eb87d060c8288732f825de71dce291ad0b841a5f2f0dd230f957b5687e45d45
diff --git a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch
deleted file mode 100644
index 637368d2f237..000000000000
--- a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix "Package 'langdetect.profiles' is absent from the `packages` configuration."
-
---- a/setup.py
-+++ b/setup.py
-@@ -18,7 +18,7 @@ setup(
- author_email='michal.danilak@gmail.com',
- url='https://github.com/Mimino666/langdetect',
- keywords='language detection library',
-- packages=['langdetect', 'langdetect.utils', 'langdetect.tests'],
-+ packages=['langdetect', 'langdetect.utils', 'langdetect.tests', 'langdetect.profiles'],
- include_package_data=True,
- install_requires=['six'],
- license='MIT',
diff --git a/dev-python/langdetect/langdetect-1.0.9.ebuild b/dev-python/langdetect/langdetect-1.0.9.ebuild
index 7100f5f39dd8..271137de443d 100644
--- a/dev-python/langdetect/langdetect-1.0.9.ebuild
+++ b/dev-python/langdetect/langdetect-1.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2025 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,6 +19,4 @@ KEYWORDS="~amd64"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-PATCHES=( "${FILESDIR}/${P}-explicit-config.patch" )
-
distutils_enable_tests unittest
diff --git a/dev-python/langdetect/metadata.xml b/dev-python/langdetect/metadata.xml
index c0f74ac187e2..020e07f2a3dd 100644
--- a/dev-python/langdetect/metadata.xml
+++ b/dev-python/langdetect/metadata.xml
@@ -2,9 +2,11 @@
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>pastalian46@gmail.com</email>
- <name>Takuya Wakazono</name>
+ <email>marcin.deranek@slonko.net</email>
+ <name>Marcin Deranek</name>
</maintainer>
-
- <origin>gentoo-guru-overlay</origin>
+ <upstream>
+ <bugs-to>https://github.com/Mimino666/langdetect/issues</bugs-to>
+ </upstream>
+ <origin>slonko-overlay</origin>
</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/notebook/notebook-7.5.0.ebuild b/dev-python/notebook/notebook-7.5.0.ebuild
index f7fd12067d44..34e562439413 100644
--- a/dev-python/notebook/notebook-7.5.0.ebuild
+++ b/dev-python/notebook/notebook-7.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
RDEPEND="
>=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]