mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00
packages: Rename python-pdm-pep517 -> python-pdm-backend
**Summary** - Has been renamed upstream
This commit is contained in:
parent
c1fc688f48
commit
1b96ac0b2c
6 changed files with 185 additions and 182 deletions
20
packages/py/python-pdm-backend/package.yml
Normal file
20
packages/py/python-pdm-backend/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
name : python-pdm-backend
|
||||
version : 2.4.3
|
||||
release : 1
|
||||
source :
|
||||
- https://files.pythonhosted.org/packages/source/p/pdm-backend/pdm_backend-2.4.3.tar.gz : dbd9047a7ac10d11a5227e97163b617ad5d665050476ff63867d971758200728
|
||||
homepage : https://github.com/pdm-project/pdm-backend
|
||||
license : MIT
|
||||
component : programming.python
|
||||
summary : The build backend used by PDM that supports latest packaging standards
|
||||
description: |
|
||||
This is the backend for PDM projects that is fully-compatible with PEP 517 spec, but you can also use it alone. It reads the metadata of PEP 621 format and coverts it to Core metadata.
|
||||
builddeps :
|
||||
- python-build
|
||||
- python-installer
|
||||
build : |
|
||||
%python3_setup
|
||||
install : |
|
||||
%python3_install
|
||||
replaces :
|
||||
- python-pdm-pep517
|
|
@ -1,185 +1,182 @@
|
|||
<PISI>
|
||||
<Source>
|
||||
<Name>python-pdm-pep517</Name>
|
||||
<Homepage>https://github.com/pdm-project/pdm-pep517</Homepage>
|
||||
<Name>python-pdm-backend</Name>
|
||||
<Homepage>https://github.com/pdm-project/pdm-backend</Homepage>
|
||||
<Packager>
|
||||
<Name>Joey Riches</Name>
|
||||
<Email>josephriches@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.python</PartOf>
|
||||
<Summary xml:lang="en">PEP 517 support for PDM</Summary>
|
||||
<Description xml:lang="en">Yet another PEP 517 backend. This is the backend for PDM projects, while you can also use it alone. It reads the metadata of PEP 621 format and coverts it to Core metadata.
|
||||
<Summary xml:lang="en">The build backend used by PDM that supports latest packaging standards</Summary>
|
||||
<Description xml:lang="en">This is the backend for PDM projects that is fully-compatible with PEP 517 spec, but you can also use it alone. It reads the metadata of PEP 621 format and coverts it to Core metadata.
|
||||
</Description>
|
||||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>python-pdm-pep517</Name>
|
||||
<Summary xml:lang="en">PEP 517 support for PDM</Summary>
|
||||
<Description xml:lang="en">Yet another PEP 517 backend. This is the backend for PDM projects, while you can also use it alone. It reads the metadata of PEP 621 format and coverts it to Core metadata.
|
||||
<Name>python-pdm-backend</Name>
|
||||
<Summary xml:lang="en">The build backend used by PDM that supports latest packaging standards</Summary>
|
||||
<Description xml:lang="en">This is the backend for PDM projects that is fully-compatible with PEP 517 spec, but you can also use it alone. It reads the metadata of PEP 621 format and coverts it to Core metadata.
|
||||
</Description>
|
||||
<PartOf>programming.python</PartOf>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/api.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/api.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/base.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/base.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/editable.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/editable.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/exceptions.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/exceptions.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/license.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/license.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/macosx_platform.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/macosx_platform.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/metadata.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/metadata.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/scm.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/scm.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/sdist.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/sdist.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/utils.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/utils.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/validator.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/validator.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/version.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/version.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/wheel.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/__pycache__/wheel.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/boolean.py.LICENSE.txt</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/boolean/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/boolean/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/boolean/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/boolean/__pycache__/boolean.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/boolean/__pycache__/boolean.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/boolean/boolean.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/errors.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/errors.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/platform.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/platform.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/schema.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/schema.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/utils.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/utils.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/validator.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/__pycache__/validator.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/errors.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/platform.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/schema.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/utils.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/cerberus/validator.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/__pycache__/_pyahocorasick.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/__pycache__/_pyahocorasick.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/_pyahocorasick.ABOUT</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/_pyahocorasick.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/apache-2.0.LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/cc-by-4.0.LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/data/cc-by-4.0.LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/data/license_key_index.json.ABOUT</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/license_expression/data/scancode-licensedb-index.json</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/LICENSE.APACHE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/LICENSE.BSD</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_elffile.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_elffile.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_manylinux.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_musllinux.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_parser.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_parser.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_structures.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_structures.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_tokenizer.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/_tokenizer.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/markers.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/markers.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/requirements.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/requirements.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/specifiers.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/tags.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/tags.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/utils.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/utils.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/version.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/__pycache__/version.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/_elffile.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/_manylinux.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/_musllinux.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/_parser.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/_structures.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/_tokenizer.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/markers.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/requirements.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/specifiers.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/tags.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/utils.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/packaging/version.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/__pycache__/_parser.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/__pycache__/_parser.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/__pycache__/_re.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/__pycache__/_re.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/__pycache__/_types.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/__pycache__/_types.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/_parser.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/_re.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/_types.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli_w/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli_w/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli_w/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli_w/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli_w/__pycache__/_writer.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli_w/__pycache__/_writer.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli_w/_writer.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/tomli_w/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/_vendor/vendor.txt</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/api.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/base.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/editable.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/exceptions.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/license.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/macosx_platform.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/metadata.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/scm.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/sdist.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/utils.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/validator.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/version.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/pep517/wheel.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm_pep517-1.1.4.dist-info/METADATA</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm_pep517-1.1.4.dist-info/RECORD</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm_pep517-1.1.4.dist-info/WHEEL</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm_pep517-1.1.4.dist-info/licenses/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/base.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/base.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/config.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/config.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/editable.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/editable.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/exceptions.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/exceptions.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/intree.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/intree.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/sdist.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/sdist.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/structures.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/structures.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/utils.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/utils.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/wheel.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/__pycache__/wheel.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/editables/LICENSE.txt</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/editables/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/editables/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/editables/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/editables/__pycache__/redirector.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/editables/__pycache__/redirector.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/editables/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/editables/redirector.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/LICENSE.APACHE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/LICENSE.BSD</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_elffile.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_elffile.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_manylinux.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_manylinux.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_musllinux.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_musllinux.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_parser.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_parser.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_structures.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_structures.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_tokenizer.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/_tokenizer.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/markers.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/markers.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/metadata.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/metadata.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/requirements.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/requirements.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/specifiers.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/specifiers.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/tags.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/tags.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/utils.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/utils.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/version.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/__pycache__/version.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/_elffile.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/_manylinux.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/_musllinux.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/_parser.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/_structures.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/_tokenizer.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/markers.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/metadata.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/requirements.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/specifiers.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/tags.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/utils.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/packaging/version.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/constants.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/constants.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/errors.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/errors.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/project_table.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/project_table.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/pyproject.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/__pycache__/pyproject.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/constants.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/errors.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/project_table.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/pyproject_metadata/pyproject.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/__pycache__/_parser.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/__pycache__/_parser.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/__pycache__/_re.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/__pycache__/_re.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/__pycache__/_types.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/__pycache__/_types.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/_parser.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/_re.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/_types.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli_w/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli_w/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli_w/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli_w/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli_w/__pycache__/_writer.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli_w/__pycache__/_writer.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli_w/_writer.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/tomli_w/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/_vendor/vendor.txt</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/base.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/config.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/editable.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/exceptions.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/__pycache__/base.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/__pycache__/base.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/__pycache__/setuptools.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/__pycache__/setuptools.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/base.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/setuptools.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/version/__init__.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/version/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/version/__pycache__/__init__.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/version/__pycache__/scm.cpython-311.opt-1.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/version/__pycache__/scm.cpython-311.pyc</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/hooks/version/scm.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/intree.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/py.typed</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/sdist.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/structures.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/utils.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm/backend/wheel.py</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm_backend-2.4.3.dist-info/METADATA</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm_backend-2.4.3.dist-info/RECORD</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm_backend-2.4.3.dist-info/WHEEL</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm_backend-2.4.3.dist-info/entry_points.txt</Path>
|
||||
<Path fileType="library">/usr/lib/python3.11/site-packages/pdm_backend-2.4.3.dist-info/licenses/LICENSE</Path>
|
||||
</Files>
|
||||
<Replaces>
|
||||
<Package>python-pdm-pep517</Package>
|
||||
</Replaces>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2024-02-14</Date>
|
||||
<Version>1.1.4</Version>
|
||||
<Update release="1">
|
||||
<Date>2025-02-16</Date>
|
||||
<Version>2.4.3</Version>
|
||||
<Comment>Packaging update</Comment>
|
||||
<Name>Joey Riches</Name>
|
||||
<Email>josephriches@gmail.com</Email>
|
|
@ -1,18 +0,0 @@
|
|||
name : python-pdm-pep517
|
||||
version : 1.1.4
|
||||
release : 3
|
||||
source :
|
||||
- https://files.pythonhosted.org/packages/source/p/pdm-pep517/pdm-pep517-1.1.4.tar.gz : 7f49121e70b42dca296fac962210dd2da07a39575fc5673137ad661633b2cf3f
|
||||
homepage : https://github.com/pdm-project/pdm-pep517
|
||||
license : MIT
|
||||
component : programming.python
|
||||
summary : PEP 517 support for PDM
|
||||
description: |
|
||||
Yet another PEP 517 backend. This is the backend for PDM projects, while you can also use it alone. It reads the metadata of PEP 621 format and coverts it to Core metadata.
|
||||
builddeps :
|
||||
- python-build
|
||||
- python-installer
|
||||
build : |
|
||||
%python3_setup
|
||||
install : |
|
||||
%python3_install
|
|
@ -2792,6 +2792,7 @@
|
|||
<Package>libplatform</Package>
|
||||
<Package>libplatform-devel</Package>
|
||||
<Package>libplatform-dbginfo</Package>
|
||||
<Package>python-pdm-pep517</Package>
|
||||
<Package>libmongoc</Package>
|
||||
<Package>libmongoc-dbginfo</Package>
|
||||
<Package>libmongoc-devel</Package>
|
||||
|
|
|
@ -3757,6 +3757,9 @@
|
|||
<Package>libplatform-devel</Package>
|
||||
<Package>libplatform-dbginfo</Package>
|
||||
|
||||
<!-- Renamed to python-pdm-backend -->
|
||||
<Package>python-pdm-pep517</Package>
|
||||
|
||||
<!-- Included for mongodb, which is now deprecated -->
|
||||
<Package>libmongoc</Package>
|
||||
<Package>libmongoc-dbginfo</Package>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue