diff --git a/packages/py/python-autocommand/files/remove-license-declaration.patch b/packages/py/python-autocommand/files/remove-license-declaration.patch new file mode 100644 index 00000000000..b710c468f74 --- /dev/null +++ b/packages/py/python-autocommand/files/remove-license-declaration.patch @@ -0,0 +1,23 @@ +From ec6f6641c10be1e9285be5d31c96462f251889d6 Mon Sep 17 00:00:00 2001 +From: "Jason R. Coombs" +Date: Thu, 4 Apr 2024 17:23:20 -0400 +Subject: [PATCH] Remove license declaration and rely instead on Trove + classifiers and LICENSE being included. + +Closes #32. +--- + setup.py | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/setup.py b/setup.py +index 41f86a1..d154562 100644 +--- a/setup.py ++++ b/setup.py +@@ -13,7 +13,6 @@ def getfile(filename): + ], + package_dir={'': 'src'}, + platforms='any', +- license='LGPLv3', + author='Nathan West', + url='https://github.com/Lucretiel/autocommand', + description='A library to create a command-line program from a function', diff --git a/packages/py/python-autocommand/monitoring.yaml b/packages/py/python-autocommand/monitoring.yaml new file mode 100644 index 00000000000..a397b51cc4c --- /dev/null +++ b/packages/py/python-autocommand/monitoring.yaml @@ -0,0 +1,6 @@ +releases: + id: 303065 + rss: https://github.com/Lucretiel/autocommand/tags.atom +# No known CPE, checked 2025-06-08 +security: + cpe: ~ diff --git a/packages/py/python-autocommand/package.yml b/packages/py/python-autocommand/package.yml new file mode 100644 index 00000000000..560afa79e30 --- /dev/null +++ b/packages/py/python-autocommand/package.yml @@ -0,0 +1,26 @@ +name : python-autocommand +version : 2.2.2 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/a/autocommand/autocommand-2.2.2.tar.gz : 878de9423c5596491167225c2a455043c3130fb5b7286ac83443d45e74955f34 +homepage : https://github.com/Lucretiel/autocommand +license : LGPL-3.0-or-later +component : programming.python +summary : Turns a Python function into a CLI program +description: | + A library to automatically generate and run simple argparse parsers from function signatures. +builddeps : + - python-build + - python-installer + - python-setuptools +checkdeps : + - python-pytest +setup : | + # From https://github.com/Lucretiel/autocommand/pull/33 + %patch -p1 -i $pkgfiles/remove-license-declaration.patch +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test pytest -v diff --git a/packages/py/python-autocommand/pspec_x86_64.xml b/packages/py/python-autocommand/pspec_x86_64.xml new file mode 100644 index 00000000000..e5c637388b7 --- /dev/null +++ b/packages/py/python-autocommand/pspec_x86_64.xml @@ -0,0 +1,57 @@ + + + python-autocommand + https://github.com/Lucretiel/autocommand + + Evan Maddock + maddock.evan@vivaldi.net + + LGPL-3.0-or-later + programming.python + Turns a Python function into a CLI program + A library to automatically generate and run simple argparse parsers from function signatures. + + https://sources.getsol.us/README.Solus + + + python-autocommand + Turns a Python function into a CLI program + A library to automatically generate and run simple argparse parsers from function signatures. + + programming.python + + /usr/lib/python3.12/site-packages/autocommand-2.2.2.dist-info/LICENSE + /usr/lib/python3.12/site-packages/autocommand-2.2.2.dist-info/METADATA + /usr/lib/python3.12/site-packages/autocommand-2.2.2.dist-info/RECORD + /usr/lib/python3.12/site-packages/autocommand-2.2.2.dist-info/WHEEL + /usr/lib/python3.12/site-packages/autocommand-2.2.2.dist-info/top_level.txt + /usr/lib/python3.12/site-packages/autocommand/__init__.py + /usr/lib/python3.12/site-packages/autocommand/__pycache__/__init__.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/__init__.cpython-312.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/autoasync.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/autoasync.cpython-312.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/autocommand.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/autocommand.cpython-312.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/automain.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/automain.cpython-312.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/autoparse.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/autoparse.cpython-312.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/errors.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/autocommand/__pycache__/errors.cpython-312.pyc + /usr/lib/python3.12/site-packages/autocommand/autoasync.py + /usr/lib/python3.12/site-packages/autocommand/autocommand.py + /usr/lib/python3.12/site-packages/autocommand/automain.py + /usr/lib/python3.12/site-packages/autocommand/autoparse.py + /usr/lib/python3.12/site-packages/autocommand/errors.py + + + + + 2025-06-08 + 2.2.2 + Packaging update + Evan Maddock + maddock.evan@vivaldi.net + + + \ No newline at end of file diff --git a/packages/py/python-inflect/monitoring.yaml b/packages/py/python-inflect/monitoring.yaml new file mode 100644 index 00000000000..2ded13bdf7a --- /dev/null +++ b/packages/py/python-inflect/monitoring.yaml @@ -0,0 +1,6 @@ +releases: + id: 3889 + rss: https://github.com/jaraco/inflect/tags.atom +# No known CPE, checked 2025-06-08 +security: + cpe: ~ diff --git a/packages/py/python-inflect/package.yml b/packages/py/python-inflect/package.yml new file mode 100644 index 00000000000..cf75656619a --- /dev/null +++ b/packages/py/python-inflect/package.yml @@ -0,0 +1,31 @@ +name : python-inflect +version : 7.5.0 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/i/inflect/inflect-7.5.0.tar.gz : faf19801c3742ed5a05a8ce388e0d8fe1a07f8d095c82201eb904f5d27ad571f +homepage : https://github.com/jaraco/inflect +license : MIT +component : programming.python +summary : Correctly generate plurals, ordinals, indefinite articles, and convert numbers to words +description: | + Accurately generate plurals, singular nouns, ordinals, indefinite articles, and word-based representations of numbers. +builddeps : + - python-build + - python-installer + - python-setuptools + - python-setuptools-scm +checkdeps : + - python-more-itertools + - python-pytest + - python-typeguard + - python-typing-extensions +rundeps : + - python-more-itertools + - python-typeguard + - python-typing-extensions +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test pytest -v diff --git a/packages/py/python-inflect/pspec_x86_64.xml b/packages/py/python-inflect/pspec_x86_64.xml new file mode 100644 index 00000000000..d40086749ae --- /dev/null +++ b/packages/py/python-inflect/pspec_x86_64.xml @@ -0,0 +1,49 @@ + + + python-inflect + https://github.com/jaraco/inflect + + Evan Maddock + maddock.evan@vivaldi.net + + MIT + programming.python + Correctly generate plurals, ordinals, indefinite articles, and convert numbers to words + Accurately generate plurals, singular nouns, ordinals, indefinite articles, and word-based representations of numbers. + + https://sources.getsol.us/README.Solus + + + python-inflect + Correctly generate plurals, ordinals, indefinite articles, and convert numbers to words + Accurately generate plurals, singular nouns, ordinals, indefinite articles, and word-based representations of numbers. + + programming.python + + /usr/lib/python3.12/site-packages/inflect-7.5.0.dist-info/LICENSE + /usr/lib/python3.12/site-packages/inflect-7.5.0.dist-info/METADATA + /usr/lib/python3.12/site-packages/inflect-7.5.0.dist-info/RECORD + /usr/lib/python3.12/site-packages/inflect-7.5.0.dist-info/WHEEL + /usr/lib/python3.12/site-packages/inflect-7.5.0.dist-info/top_level.txt + /usr/lib/python3.12/site-packages/inflect/__init__.py + /usr/lib/python3.12/site-packages/inflect/__pycache__/__init__.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/inflect/__pycache__/__init__.cpython-312.pyc + /usr/lib/python3.12/site-packages/inflect/compat/__init__.py + /usr/lib/python3.12/site-packages/inflect/compat/__pycache__/__init__.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/inflect/compat/__pycache__/__init__.cpython-312.pyc + /usr/lib/python3.12/site-packages/inflect/compat/__pycache__/py38.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/inflect/compat/__pycache__/py38.cpython-312.pyc + /usr/lib/python3.12/site-packages/inflect/compat/py38.py + /usr/lib/python3.12/site-packages/inflect/py.typed + + + + + 2025-06-08 + 7.5.0 + Packaging update + Evan Maddock + maddock.evan@vivaldi.net + + + \ No newline at end of file diff --git a/packages/py/python-jaraco.collections/monitoring.yaml b/packages/py/python-jaraco.collections/monitoring.yaml new file mode 100644 index 00000000000..cd2ecc4b990 --- /dev/null +++ b/packages/py/python-jaraco.collections/monitoring.yaml @@ -0,0 +1,6 @@ +releases: + id: /58530 + rss: https://github.com/jaraco/jaraco.collections/releases.atom +# No known CPE, checked 2025-06-08 +security: + cpe: ~ diff --git a/packages/py/python-jaraco.collections/package.yml b/packages/py/python-jaraco.collections/package.yml new file mode 100644 index 00000000000..85af9ab9f6f --- /dev/null +++ b/packages/py/python-jaraco.collections/package.yml @@ -0,0 +1,29 @@ +name : python-jaraco.collections +version : 5.1.0 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/j/jaraco_collections/jaraco_collections-5.1.0.tar.gz : 0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2 +homepage : https://github.com/jaraco/jaraco.collections +license : MIT +component : programming.python +summary : Models and classes to supplement the stdlib 'collections' module +description: | + Models and classes to supplement the stdlib 'collections' module. +builddeps : + - python-build + - python-installer + - python-setuptools + - python-setuptools-scm +checkdeps : + - python-jaraco.text + - python-pytest +rundeps : + - python-jaraco.text +setup : | + +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test pytest -v diff --git a/packages/py/python-jaraco.collections/pspec_x86_64.xml b/packages/py/python-jaraco.collections/pspec_x86_64.xml new file mode 100644 index 00000000000..2139c2762f4 --- /dev/null +++ b/packages/py/python-jaraco.collections/pspec_x86_64.xml @@ -0,0 +1,43 @@ + + + python-jaraco.collections + https://github.com/jaraco/jaraco.collections + + Evan Maddock + maddock.evan@vivaldi.net + + MIT + programming.python + Models and classes to supplement the stdlib 'collections' module + Models and classes to supplement the stdlib 'collections' module. + + https://sources.getsol.us/README.Solus + + + python-jaraco.collections + Models and classes to supplement the stdlib 'collections' module + Models and classes to supplement the stdlib 'collections' module. + + programming.python + + /usr/lib/python3.12/site-packages/jaraco/collections/__init__.py + /usr/lib/python3.12/site-packages/jaraco/collections/__pycache__/__init__.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/jaraco/collections/__pycache__/__init__.cpython-312.pyc + /usr/lib/python3.12/site-packages/jaraco/collections/py.typed + /usr/lib/python3.12/site-packages/jaraco_collections-5.1.0.dist-info/LICENSE + /usr/lib/python3.12/site-packages/jaraco_collections-5.1.0.dist-info/METADATA + /usr/lib/python3.12/site-packages/jaraco_collections-5.1.0.dist-info/RECORD + /usr/lib/python3.12/site-packages/jaraco_collections-5.1.0.dist-info/WHEEL + /usr/lib/python3.12/site-packages/jaraco_collections-5.1.0.dist-info/top_level.txt + + + + + 2025-06-08 + 5.1.0 + Packaging update + Evan Maddock + maddock.evan@vivaldi.net + + + \ No newline at end of file diff --git a/packages/py/python-jaraco.envs/monitoring.yaml b/packages/py/python-jaraco.envs/monitoring.yaml new file mode 100644 index 00000000000..942454db578 --- /dev/null +++ b/packages/py/python-jaraco.envs/monitoring.yaml @@ -0,0 +1,6 @@ +releases: + id: 78643 + rss: https://github.com/jaraco/jaraco.envs/tags.atom +# No known CPE, checked 2025-06-08 +security: + cpe: ~ diff --git a/packages/py/python-jaraco.envs/package.yml b/packages/py/python-jaraco.envs/package.yml new file mode 100644 index 00000000000..0ceab20e741 --- /dev/null +++ b/packages/py/python-jaraco.envs/package.yml @@ -0,0 +1,27 @@ +name : python-jaraco.envs +version : 2.6.0 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/j/jaraco_envs/jaraco.envs-2.6.0.tar.gz : 809195c406640db256ee01eebf4f6a369dd85759d8178c3921704308dd0360f5 +homepage : https://github.com/jaraco/jaraco.envs +license : MIT +component : programming.python +summary : Classes for orchestrating Python (virtual) environments +description: | + Classes for orchestrating Python (virtual) environments. +builddeps : + - python-build + - python-installer + - python-setuptools + - python-setuptools-scm +checkdeps : + - python-path + - python-pytest + - virtualenv +networking : yes # check +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test pytest -v diff --git a/packages/py/python-jaraco.envs/pspec_x86_64.xml b/packages/py/python-jaraco.envs/pspec_x86_64.xml new file mode 100644 index 00000000000..26ee46bc0f4 --- /dev/null +++ b/packages/py/python-jaraco.envs/pspec_x86_64.xml @@ -0,0 +1,42 @@ + + + python-jaraco.envs + https://github.com/jaraco/jaraco.envs + + Evan Maddock + maddock.evan@vivaldi.net + + MIT + programming.python + Classes for orchestrating Python (virtual) environments + Classes for orchestrating Python (virtual) environments. + + https://sources.getsol.us/README.Solus + + + python-jaraco.envs + Classes for orchestrating Python (virtual) environments + Classes for orchestrating Python (virtual) environments. + + programming.python + + /usr/lib/python3.12/site-packages/jaraco/__pycache__/envs.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/jaraco/__pycache__/envs.cpython-312.pyc + /usr/lib/python3.12/site-packages/jaraco/envs.py + /usr/lib/python3.12/site-packages/jaraco_envs-2.6.0.dist-info/LICENSE + /usr/lib/python3.12/site-packages/jaraco_envs-2.6.0.dist-info/METADATA + /usr/lib/python3.12/site-packages/jaraco_envs-2.6.0.dist-info/RECORD + /usr/lib/python3.12/site-packages/jaraco_envs-2.6.0.dist-info/WHEEL + /usr/lib/python3.12/site-packages/jaraco_envs-2.6.0.dist-info/top_level.txt + + + + + 2025-06-08 + 2.6.0 + Packaging update + Evan Maddock + maddock.evan@vivaldi.net + + + \ No newline at end of file diff --git a/packages/py/python-jaraco.path/monitoring.yaml b/packages/py/python-jaraco.path/monitoring.yaml new file mode 100644 index 00000000000..f35a7db21bc --- /dev/null +++ b/packages/py/python-jaraco.path/monitoring.yaml @@ -0,0 +1,6 @@ +releases: + id: 155769 + rss: https://github.com/jaraco/jaraco.path/tags.atom +# No known CPE, checked 2025-06-08 +security: + cpe: ~ diff --git a/packages/py/python-jaraco.path/package.yml b/packages/py/python-jaraco.path/package.yml new file mode 100644 index 00000000000..958948430a0 --- /dev/null +++ b/packages/py/python-jaraco.path/package.yml @@ -0,0 +1,28 @@ +name : python-jaraco.path +version : 3.7.2 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/j/jaraco_path/jaraco_path-3.7.2.tar.gz : 1263c4bb481002e83a96e9253915b33241ac3e1ed6219a2793d3121f65159107 +homepage : https://github.com/jaraco/jaraco.path +license : MIT +component : programming.python +summary : Provides cross platform hidden file detection +description: | + Provides cross platform hidden file detection. + + When testing (and perhaps in other cases), it's often necessary to construct a tree of directories/files. This project provides a build function to simply create such a directory from a dictionary definition. +builddeps : + - python-build + - python-installer + - python-setuptools + - python-setuptools-scm +checkdeps : + - python-pytest +setup : | + +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test pytest -v diff --git a/packages/py/python-jaraco.path/pspec_x86_64.xml b/packages/py/python-jaraco.path/pspec_x86_64.xml new file mode 100644 index 00000000000..87191d28b33 --- /dev/null +++ b/packages/py/python-jaraco.path/pspec_x86_64.xml @@ -0,0 +1,46 @@ + + + python-jaraco.path + https://github.com/jaraco/jaraco.path + + Evan Maddock + maddock.evan@vivaldi.net + + MIT + programming.python + Provides cross platform hidden file detection + Provides cross platform hidden file detection. + +When testing (and perhaps in other cases), it's often necessary to construct a tree of directories/files. This project provides a build function to simply create such a directory from a dictionary definition. + + https://sources.getsol.us/README.Solus + + + python-jaraco.path + Provides cross platform hidden file detection + Provides cross platform hidden file detection. + +When testing (and perhaps in other cases), it's often necessary to construct a tree of directories/files. This project provides a build function to simply create such a directory from a dictionary definition. + + programming.python + + /usr/lib/python3.12/site-packages/jaraco/__pycache__/path.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/jaraco/__pycache__/path.cpython-312.pyc + /usr/lib/python3.12/site-packages/jaraco/path.py + /usr/lib/python3.12/site-packages/jaraco_path-3.7.2.dist-info/LICENSE + /usr/lib/python3.12/site-packages/jaraco_path-3.7.2.dist-info/METADATA + /usr/lib/python3.12/site-packages/jaraco_path-3.7.2.dist-info/RECORD + /usr/lib/python3.12/site-packages/jaraco_path-3.7.2.dist-info/WHEEL + /usr/lib/python3.12/site-packages/jaraco_path-3.7.2.dist-info/top_level.txt + + + + + 2025-06-08 + 3.7.2 + Packaging update + Evan Maddock + maddock.evan@vivaldi.net + + + \ No newline at end of file diff --git a/packages/py/python-jaraco.test/monitoring.yaml b/packages/py/python-jaraco.test/monitoring.yaml new file mode 100644 index 00000000000..3679d490253 --- /dev/null +++ b/packages/py/python-jaraco.test/monitoring.yaml @@ -0,0 +1,6 @@ +releases: + id: 131195 + rss: https://github.com/jaraco/jaraco.test/releases.atom +# No known CPE, checked 2025-06-08 +security: + cpe: ~ diff --git a/packages/py/python-jaraco.test/package.yml b/packages/py/python-jaraco.test/package.yml new file mode 100644 index 00000000000..745e50d0758 --- /dev/null +++ b/packages/py/python-jaraco.test/package.yml @@ -0,0 +1,38 @@ +name : python-jaraco.test +version : 5.5.1 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/j/jaraco_test/jaraco_test-5.5.1.tar.gz : 4c04616455c43a281947da3177099e3246849117e3057c49bc9644c28ba7d375 +homepage : https://github.com/jaraco/jaraco.test +license : MIT +component : programming.python +summary : Provides functions and fixtures for facilitating tests +description: | + Provides functions and fixtures for facilitating tests. +builddeps : + - python-build + - python-installer + - python-setuptools + - python-setuptools-scm +checkdeps : + - python-jaraco.collections + - python-jaraco.context + - python-jaraco.functools + - python-pytest +rundeps : + - python-jaraco.collections + - python-jaraco.context + - python-jaraco.functools +networking : yes # check +build : | + %python3_setup +install : | + %python3_install +check : | + pytest_options=( + # ignore doctests to not pull in more dependencies + --deselect jaraco/test/cpython.py::test.cpython + --deselect jaraco/test/cpython.py::test.cpython.from_test_support + ) + + %python3_test pytest -v "${pytest_options[@]}" diff --git a/packages/py/python-jaraco.test/pspec_x86_64.xml b/packages/py/python-jaraco.test/pspec_x86_64.xml new file mode 100644 index 00000000000..58a08cf8c09 --- /dev/null +++ b/packages/py/python-jaraco.test/pspec_x86_64.xml @@ -0,0 +1,50 @@ + + + python-jaraco.test + https://github.com/jaraco/jaraco.test + + Evan Maddock + maddock.evan@vivaldi.net + + MIT + programming.python + Provides functions and fixtures for facilitating tests + Provides functions and fixtures for facilitating tests. + + https://sources.getsol.us/README.Solus + + + python-jaraco.test + Provides functions and fixtures for facilitating tests + Provides functions and fixtures for facilitating tests. + + programming.python + + /usr/lib/python3.12/site-packages/jaraco/test/__init__.py + /usr/lib/python3.12/site-packages/jaraco/test/__pycache__/__init__.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/jaraco/test/__pycache__/__init__.cpython-312.pyc + /usr/lib/python3.12/site-packages/jaraco/test/__pycache__/cpython.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/jaraco/test/__pycache__/cpython.cpython-312.pyc + /usr/lib/python3.12/site-packages/jaraco/test/__pycache__/http.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/jaraco/test/__pycache__/http.cpython-312.pyc + /usr/lib/python3.12/site-packages/jaraco/test/cpython.py + /usr/lib/python3.12/site-packages/jaraco/test/http.py + /usr/lib/python3.12/site-packages/jaraco/test/py.typed + /usr/lib/python3.12/site-packages/jaraco_test-5.5.1.dist-info/LICENSE + /usr/lib/python3.12/site-packages/jaraco_test-5.5.1.dist-info/METADATA + /usr/lib/python3.12/site-packages/jaraco_test-5.5.1.dist-info/RECORD + /usr/lib/python3.12/site-packages/jaraco_test-5.5.1.dist-info/WHEEL + /usr/lib/python3.12/site-packages/jaraco_test-5.5.1.dist-info/entry_points.txt + /usr/lib/python3.12/site-packages/jaraco_test-5.5.1.dist-info/top_level.txt + + + + + 2025-06-08 + 5.5.1 + Packaging update + Evan Maddock + maddock.evan@vivaldi.net + + + \ No newline at end of file diff --git a/packages/py/python-path/monitoring.yaml b/packages/py/python-path/monitoring.yaml new file mode 100644 index 00000000000..8d6e2b4f97a --- /dev/null +++ b/packages/py/python-path/monitoring.yaml @@ -0,0 +1,6 @@ +releases: + id: 6110 + rss: https://github.com/jaraco/path/tags.atom +# No known CPE, checked 2025-06-08 +security: + cpe: ~ diff --git a/packages/py/python-path/package.yml b/packages/py/python-path/package.yml new file mode 100644 index 00000000000..0898e906940 --- /dev/null +++ b/packages/py/python-path/package.yml @@ -0,0 +1,27 @@ +name : python-path +version : 17.1.0 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/p/path/path-17.1.0.tar.gz : d41e05ed4fa1d4f6d702df3c1e0a1a255d7b544287432456455dc7c51e5f98e9 +homepage : https://github.com/jaraco/path +license : MIT +component : programming.python +summary : Object-oriented file system path manipulation +description: | + Object-oriented file system path manipulation + + Implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly. +builddeps : + - python-build + - python-installer + - python-setuptools + - python-setuptools-scm +checkdeps : + - python-more-itertools + - python-pytest +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test pytest -v diff --git a/packages/py/python-path/pspec_x86_64.xml b/packages/py/python-path/pspec_x86_64.xml new file mode 100644 index 00000000000..26ba22e3427 --- /dev/null +++ b/packages/py/python-path/pspec_x86_64.xml @@ -0,0 +1,59 @@ + + + python-path + https://github.com/jaraco/path + + Evan Maddock + maddock.evan@vivaldi.net + + MIT + programming.python + Object-oriented file system path manipulation + Object-oriented file system path manipulation + +Implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly. + + https://sources.getsol.us/README.Solus + + + python-path + Object-oriented file system path manipulation + Object-oriented file system path manipulation + +Implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly. + + programming.python + + /usr/lib/python3.12/site-packages/path-17.1.0.dist-info/LICENSE + /usr/lib/python3.12/site-packages/path-17.1.0.dist-info/METADATA + /usr/lib/python3.12/site-packages/path-17.1.0.dist-info/RECORD + /usr/lib/python3.12/site-packages/path-17.1.0.dist-info/WHEEL + /usr/lib/python3.12/site-packages/path-17.1.0.dist-info/top_level.txt + /usr/lib/python3.12/site-packages/path/__init__.py + /usr/lib/python3.12/site-packages/path/__pycache__/__init__.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/path/__pycache__/__init__.cpython-312.pyc + /usr/lib/python3.12/site-packages/path/__pycache__/classes.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/path/__pycache__/classes.cpython-312.pyc + /usr/lib/python3.12/site-packages/path/__pycache__/masks.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/path/__pycache__/masks.cpython-312.pyc + /usr/lib/python3.12/site-packages/path/__pycache__/matchers.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/path/__pycache__/matchers.cpython-312.pyc + /usr/lib/python3.12/site-packages/path/classes.py + /usr/lib/python3.12/site-packages/path/compat/__pycache__/py38.cpython-312.opt-1.pyc + /usr/lib/python3.12/site-packages/path/compat/__pycache__/py38.cpython-312.pyc + /usr/lib/python3.12/site-packages/path/compat/py38.py + /usr/lib/python3.12/site-packages/path/masks.py + /usr/lib/python3.12/site-packages/path/matchers.py + /usr/lib/python3.12/site-packages/path/py.typed + + + + + 2025-06-08 + 17.1.0 + Packaging update + Evan Maddock + maddock.evan@vivaldi.net + + + \ No newline at end of file diff --git a/packages/py/python-setuptools/package.yml b/packages/py/python-setuptools/package.yml index 29824083f64..94d58a4878a 100644 --- a/packages/py/python-setuptools/package.yml +++ b/packages/py/python-setuptools/package.yml @@ -1,6 +1,6 @@ name : python-setuptools version : 80.9.0 -release : 24 +release : 25 source : - https://pypi.debian.net/setuptools/setuptools-80.9.0.tar.gz : f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c homepage : https://github.com/pypa/setuptools @@ -13,13 +13,41 @@ environment: | # Don't want .exe files export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 builddeps : + - pkgconfig(python3) - python-build - python-installer - python-packaging - python-wheel +checkdeps : + - pip + - python-filelock + - python-jaraco.envs + - python-jaraco.path + - python-jaraco.test + - python-path + - python-pytest + - python-tomli-w + - python3-test + - virtualenv +networking : yes # check build : | %python3_setup install : | %python3_install -#check : | -# %python_test pytest +check : | + export PYTHONPATH="$PWD" + + pytest_args=( + --ignore tools/finalize.py # jaraco.develop is not packaged + --ignore tools/vendored.py # jaraco.packaging is not packaged + --ignore=setuptools/tests/config/test_apply_pyprojecttoml.py + --ignore=setuptools/tests/test_editable_install.py + --ignore=setuptools/tests/integration/ + # devendoring + --deselect setuptools/tests/test_setuptools.py::test_wheel_includes_vendored_metadata + --deselect setuptools/tests/test_virtualenv.py::test_no_missing_dependencies + # system site packages + --deselect setuptools/tests/test_virtualenv.py::test_pip_upgrade_from_source + ) + + %python3_test pytest -v "${pytest_args[@]}" diff --git a/packages/py/python-setuptools/pspec_x86_64.xml b/packages/py/python-setuptools/pspec_x86_64.xml index f3c8c3964f3..77fb318e431 100644 --- a/packages/py/python-setuptools/pspec_x86_64.xml +++ b/packages/py/python-setuptools/pspec_x86_64.xml @@ -3,8 +3,8 @@ python-setuptools https://github.com/pypa/setuptools - Reilly Brogan - solus@reillybrogan.com + Evan Maddock + maddock.evan@vivaldi.net MIT programming.python @@ -1245,12 +1245,12 @@ - - 2025-06-10 + + 2025-06-12 80.9.0 Packaging update - Reilly Brogan - solus@reillybrogan.com + Evan Maddock + maddock.evan@vivaldi.net \ No newline at end of file