معرفی شرکت ها


pyproject-rpm-macros-1.11.0-1.fc39.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

RPM macros for PEP 517 Python packages
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything noarch
نام بسته pyproject-rpm-macros
نام فایل بسته pyproject-rpm-macros-1.11.0-1.fc39.src.rpm
نسخه بسته 1.11.0
انتشار بسته 1.fc39
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 14 Dec 2023 04
هاست سازنده buildvm-a64-31.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://src.fedoraproject.org/rpms/pyproject-rpm-macros
مجوز MIT
حجم دانلود 300K
حجم نصب 1.881M
These macros allow projects that follow the Python packaging specifications to be packaged as RPMs. They work for: * traditional Setuptools-based projects that use the setup.py file, * newer Setuptools-based projects that have a setup.cfg file, * general Python projects that use the PEP 517 pyproject.toml file (which allows using any build system, such as setuptools, flit or poetry). These macros replace %py3_build and %py3_install, which only work with setup.py.


جایگزین ها

بسته نسخه معماری مخزن
pyproject-rpm-macros-1.10.0-1.fc39.noarch.rpm 1.10.0 noarch Fedora Everything
pyproject-rpm-macros-1.11.0-1.fc39.noarch.rpm 1.11.0 noarch Fedora Everything
pyproject-rpm-macros-1.12.0-1.fc39.noarch.rpm 1.12.0 noarch Fedora Everything
pyproject-rpm-macros-1.12.0-1.fc39.src.rpm 1.12.0 noarch Fedora Everything
pyproject-rpm-macros-1.9.0-2.fc39.noarch.rpm 1.9.0 noarch Fedora Server
pyproject-rpm-macros-1.9.0-2.fc39.src.rpm 1.9.0 noarch Fedora Server


نیازمندی

مقدار نام
- (python3dist(tomli) if python3 < 3.11)
- python-rpm-macros
- python-srpm-macros
- python3-rpm-macros
- python3dist(packaging)
- python3dist(pip)
- python3dist(pytest)
- python3dist(pytest-xdist)
- python3dist(pyyaml)
- python3dist(setuptools)
>= 0.0.6 python3dist(tox-current-env)
- python3dist(wheel)
>= 4.14.90 rpm-build


ارائه دهنده

مقدار نام
= 1.11.0-1.fc39 pyproject-rpm-macros
= 1.11.0-1.fc39 pyproject-srpm-macros


نحوه نصب


نصب پکیج rpm pyproject-rpm-macros:

    dnf install pyproject-rpm-macros-1.11.0-1.fc39.src.rpm


فایل ها

مسیرها
LICENSE
README.md
compare_mandata.py
macros.aaa-pyproject-srpm
macros.pyproject
pyproject-rpm-macros.spec
pyproject_buildrequires.py
pyproject_buildrequires_testcases.yaml
pyproject_construct_toxenv.py
pyproject_convert.py
pyproject_preprocess_record.py
pyproject_requirements_txt.py
pyproject_save_files.py
pyproject_save_files_test_data.yaml
pyproject_wheel.py
test_RECORD
test_pyproject_buildrequires.py
test_pyproject_requirements_txt.py


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-09-27

Add the -l/-L flag to %pyproject_save_files
The -l flag can be used to assert at least 1 License-File was detected
The -L flag explicitly disables this check (which remains the default)
Prevent incorrect usage of %pyproject_buildrequires -R with -x/-e/-t
Fixes: rhbz#2244282
Show a better error message when %pyproject_install finds no wheel
Fixes: rhbz#2242452
Fix %pyproject_buildrequires -w when the build backend is already installed and pip isn't
Fixes: rhbz#2169855

2023-09-13

Add %_pyproject_check_import_allow_no_modules for automated environments
Fix handling of tox 4 provision without an explicit tox minversion
Fixes: rhbz#2240590

2023-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

2023-05-31

Allow passing config_settings to the build backend.
Resolves: rhbz#2192581

2023-05-31

On Python older than 3.11, use tomli instead of deprecated toml
Fix literal % handling in %{pyproject_files} on RPM 4.19

2023-05-23

Rebuilt for ELN dependency changes

2023-04-27

%pyproject_buildrequires: Add support for self-referential extras requirements
Deprecate the provisional %{pyproject_build_lib} macro
devel@lists.fedoraproject.org/thread/HMLOPAU3RZLXD4BOJHTIPKI3I4U6U7OE/

2023-03-31

%pyproject_buildrequires: Redirect stdout to stderr via Shell
Dependencies are recorded to a text file that is catted at the end
Fixes: rhbz#2183519

2023-02-13

Remove .dist-info directory at the end of %pyproject_buildrequires
An incomplete .dist-info directory in $PWD can confuse tests in %check

2023-02-08

Improve detection of lang files
Fixes: rhbz#2166295

2023-02-03

%pyproject_buildrequires: Avoid leaking stdout from subprocesses
Fixes: rhbz#2166888

2023-01-20

Add pyproject-srpm-macros with a minimal %pyproject_buildrequires macro

2023-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2023-01-13

Adjusts %pyproject_buildrequires tests for tox 4
Fixes: rhbz#2160687

2022-11-28

Use %py3_test_envvars in %tox when available

2022-09-19

Fixes: rhbz#2127946
%pyproject_check_import: Import only the modules whose top-level names
Fixes: rhbz#2127958