kernel-rpm-macros x86_64 d8b9f1f3b535dc3bcdeca9c2161936db998d71960603d4f56fe9836b5c3a1259 Macros and scripts for building kernel module packages Macros and scripts for building kernel module packages. https://gitee.com/openeuler/openEuler-rpm-config kernel-rpm-macros x86_64 510634fad6a4894a90d944428bd5e7754029eaa67c10ec87026cef6ba5c90f24 Macros and scripts for building kernel module packages Macros and scripts for building kernel module packages. https://gitee.com/openeuler/openEuler-rpm-config openEuler-rpm-config src 9bcb7562af366050b04727691c3766a8d20f0dfff64181645acb22d7497014f9 specific rpm configuration files specific rpm configuration files for openEuler. https://gitee.com/openeuler/openEuler-rpm-config openEuler-rpm-config src 07c99246b436f356b7a4410e759e7f830a03fd5e99c6009f9ef1798c42b5ddd8 specific rpm configuration files specific rpm configuration files for openEuler. https://gitee.com/openeuler/openEuler-rpm-config openEuler-rpm-config x86_64 8942b90f430cf2a77130fed3b7ad390ac6345f104d9368cc49f9082ccf8c868b specific rpm configuration files specific rpm configuration files for openEuler. https://gitee.com/openeuler/openEuler-rpm-config openEuler-rpm-config x86_64 669343236c7cfdcaf32b73e31fa258d918929161f1c6f1710cdf70112d6d7dbb specific rpm configuration files specific rpm configuration files for openEuler. https://gitee.com/openeuler/openEuler-rpm-config pyporter src 1786b02c11b31ec32baf328b70f61d3c02261a38a6971f785faaa950e27cdea9 A rpm packager bot for python modules from pypi.org pyporter is a tool to create spec file and create rpm for python modules For more details, please use pyporter -h. https://gitee.com/openeuler/pyporter python-editables src 4a39de656166914ae7b3bbf6cd1b9bbb51d8f0224123f0dc00b11155b8e546c6 Editable installations A Python library for creating “editable wheels” This library supports the building of wheels which, when installed, will expose packages in a local directory on sys.path in “editable mode”. In other words, changes to the package source will be reflected in the package visible to Python, without needing a reinstall. https://github.com/pfmoore/editables python-hatch-vcs src e8158ec6b68d52ba5bbf3936937346ed367f4df3c5ffe0697de11b4e039284a3 Hatch plugin for versioning with your preferred VCS This provides a plugin for Hatch that uses your preferred version control system (like Git) to determine project versions. https://pypi.org/project/hatch-vcs python-hatchling src 6879b216f3fb908cfb9ea85e18614cb371547ab47719838c90c13fed657a69cb The build backend used by Hatch This is the extensible, standards compliant build backend used by Hatch. https://pypi.org/project/hatchling python-hatchling src 39fae45c278d387dbca2e848b81c02ab3c978f2517c4907164ee3d182832edaf The build backend used by Hatch This is the extensible, standards compliant build backend used by Hatch. https://pypi.org/project/hatchling python-pathspec src 2612914d78c4420f6983a5fb34cdced66e33e81bf32bc3248d443af5b98988b9 Utility library for gitignore style pattern matching of file paths. pathspec is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. https://github.com/cpburnz/python-pathspec python-pathspec-help noarch 7cf8f6eeb50663bf3a2779d24154d19a8090724ad7db7e03b0ce91e489a14012 Development documents and examples for pathspec pathspec is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. https://github.com/cpburnz/python-pathspec python-pluggy src 11b575803f57d66c6928a1616d0fe20b3e9fdedac7a3a6e2724eef6c624dd908 plugin and hook calling mechanisms for python A minimalist production ready plugin system.This is the core framework used by the pytest, tox, and devpi projects. https://github.com/pytest-dev/pluggy python-pluggy-help noarch de338a2cddaf721d67b8ae4880713a08e839c340aa48e33e93e5699784ddc670 Development documents and examples for pluggy A minimalist production ready plugin system.This is the core framework used by the pytest, tox, and devpi projects. https://github.com/pytest-dev/pluggy python-retry2 src 784735d8d3b5e77c6ece1fc6cfd8f16468a977691f9ec63ac2a405231915687e Easy to use retry decorator. Easy to use retry decorator. [This is a fork of https://github.com/invl/retry which is not maintained anymore] https://github.com/eSAMTrade/retry python-retry2-help noarch f06b37a58da1cc7691ff2a40061e88d6717e225a21f9b378358b7e0a9afe5c85 Development documents and examples for retry2 Easy to use retry decorator. [This is a fork of https://github.com/invl/retry which is not maintained anymore] https://github.com/eSAMTrade/retry python-setuptools_scm src b10746a795a7a8819e6dd0318cba56ac7f64607c1623e7efa7618bb12374d2be Manage your Python package versions in SCM metadata setuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. It also handles file finders for the supported SCMs. https://pypi.python.org/pypi/setuptools_scm/ python-setuptools_scm-help noarch 24ff607b43c3c42ba97e2e5d0f2bdffadd3ffda1c1ea073895b695d7759b637f Development documents and examples for setuptools_scm setuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. It also handles file finders for the supported SCMs. https://pypi.python.org/pypi/setuptools_scm/ python3-editables noarch b1e292e034d3fbdcb104386567d1215ca627572d8779ddd358e86b79986a9804 Editable installations A Python library for creating “editable wheels” This library supports the building of wheels which, when installed, will expose packages in a local directory on sys.path in “editable mode”. In other words, changes to the package source will be reflected in the package visible to Python, without needing a reinstall. https://github.com/pfmoore/editables python3-hatch-vcs noarch 09b1d53c4d76d8c47412324cdff59e4b2f2a6088b9461ba2724a96d089140182 Hatch plugin for versioning with your preferred VCS This provides a plugin for Hatch that uses your preferred version control system (like Git) to determine project versions. https://pypi.org/project/hatch-vcs python3-hatchling noarch 5ddb4c39ed195494771b60802b89e2b6c423c21f4bd31112e48a6e48df38f7ca The build backend used by Hatch This is the extensible, standards compliant build backend used by Hatch. https://pypi.org/project/hatchling python3-hatchling noarch 3cb64a9f9abf17b90f08a5cf2d8a26e2eccefec660ebbdc4cab95df68ae1763f The build backend used by Hatch This is the extensible, standards compliant build backend used by Hatch. https://pypi.org/project/hatchling python3-pathspec noarch 577746c8bc3ecf27eb5be85e5548fefbe88d38c7384e7a83251efc3fb7b0feef Utility library for gitignore style pattern matching of file paths. pathspec is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. https://github.com/cpburnz/python-pathspec python3-pluggy noarch a209e22572aeb49a5902d3cc8e3c6a399035deb2ba6911def12f5833749e1b08 plugin and hook calling mechanisms for python A minimalist production ready plugin system.This is the core framework used by the pytest, tox, and devpi projects. https://github.com/pytest-dev/pluggy python3-pyporter noarch 1f7d293daebc867b4804d441b862c97e686c511d83062558d86fc4298d243c19 A rpm packager bot for python modules from pypi.org pyporter is a tool to create spec file and create rpm for python modules. https://gitee.com/openeuler/pyporter python3-retry2 noarch 983ebb34e9ed0723d41bb00d7bf84874789b010caeb297ad29454c43dc9ea778 Easy to use retry decorator. Easy to use retry decorator. [This is a fork of https://github.com/invl/retry which is not maintained anymore] https://github.com/eSAMTrade/retry python3-setuptools_scm noarch c3403b46d2f4fd80ea810b067f157131a8ed944578f94440387c492981d94a1a the blessed package to manage your versions by scm tags setuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. It also handles file finders for the supported SCMs. https://pypi.python.org/pypi/setuptools_scm/