forked from pypa/setuptools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git clean -xdf tar zcvf ../python-setuptools_75.4.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_75.4.0-1.spec cp ../python-setuptools*75.4.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-75.4.0/ rm -rf ../python*-setuptools*75.4.0*.* ../python*-pkg-resources_75.4.0*.* See pypa#4600 Signed-off-by: Wong Hoi Sing Edison <[email protected]>
- Loading branch information
Showing
40 changed files
with
2,044 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# syntax: glob | ||
# See https://blog.jaraco.com/skeleton/#ignoring-artifacts before modifying. | ||
bin | ||
build | ||
dist | ||
docs/build | ||
include | ||
lib | ||
distribute.egg-info | ||
setuptools.egg-info | ||
setuptools/tests/bdist_wheel_testdata/*/*.egg-info/ | ||
.coverage | ||
.eggs | ||
.tox | ||
.venv | ||
*.egg | ||
*.py[cod] | ||
*.swp | ||
*~ | ||
.hg* | ||
.cache | ||
.pytest_cache/ | ||
.mypy_cache/ | ||
.pybuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
Metadata-Version: 2.1 | ||
Name: setuptools | ||
Version: 75.2.0 | ||
Summary: Easily download, build, install, upgrade, and uninstall Python packages | ||
Author-email: Python Packaging Authority <[email protected]> | ||
Project-URL: Source, https://github.com/pypa/setuptools | ||
Project-URL: Documentation, https://setuptools.pypa.io/ | ||
Project-URL: Changelog, https://setuptools.pypa.io/en/stable/history.html | ||
Keywords: CPAN PyPI distutils eggs package management | ||
Classifier: Development Status :: 5 - Production/Stable | ||
Classifier: Intended Audience :: Developers | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3 :: Only | ||
Classifier: Topic :: Software Development :: Libraries :: Python Modules | ||
Classifier: Topic :: System :: Archiving :: Packaging | ||
Classifier: Topic :: System :: Systems Administration | ||
Classifier: Topic :: Utilities | ||
Requires-Python: >=3.8 | ||
Description-Content-Type: text/x-rst | ||
License-File: LICENSE | ||
Provides-Extra: test | ||
Requires-Dist: pytest!=8.1.*,>=6; extra == "test" | ||
Requires-Dist: virtualenv>=13.0.0; extra == "test" | ||
Requires-Dist: wheel>=0.44.0; extra == "test" | ||
Requires-Dist: pip>=19.1; extra == "test" | ||
Requires-Dist: packaging>=23.2; extra == "test" | ||
Requires-Dist: jaraco.envs>=2.2; extra == "test" | ||
Requires-Dist: pytest-xdist>=3; extra == "test" | ||
Requires-Dist: jaraco.path>=3.2.0; extra == "test" | ||
Requires-Dist: build[virtualenv]>=1.0.3; extra == "test" | ||
Requires-Dist: filelock>=3.4.0; extra == "test" | ||
Requires-Dist: ini2toml[lite]>=0.14; extra == "test" | ||
Requires-Dist: tomli-w>=1.0.0; extra == "test" | ||
Requires-Dist: pytest-timeout; extra == "test" | ||
Requires-Dist: pytest-perf; sys_platform != "cygwin" and extra == "test" | ||
Requires-Dist: jaraco.develop>=7.21; (python_version >= "3.9" and sys_platform != "cygwin") and extra == "test" | ||
Requires-Dist: pytest-home>=0.5; extra == "test" | ||
Requires-Dist: pytest-subprocess; extra == "test" | ||
Requires-Dist: pyproject-hooks!=1.1; extra == "test" | ||
Requires-Dist: jaraco.test; extra == "test" | ||
Provides-Extra: doc | ||
Requires-Dist: sphinx>=3.5; extra == "doc" | ||
Requires-Dist: jaraco.packaging>=9.3; extra == "doc" | ||
Requires-Dist: rst.linker>=1.9; extra == "doc" | ||
Requires-Dist: furo; extra == "doc" | ||
Requires-Dist: sphinx-lint; extra == "doc" | ||
Requires-Dist: jaraco.tidelift>=1.4; extra == "doc" | ||
Requires-Dist: pygments-github-lexers==0.0.5; extra == "doc" | ||
Requires-Dist: sphinx-favicon; extra == "doc" | ||
Requires-Dist: sphinx-inline-tabs; extra == "doc" | ||
Requires-Dist: sphinx-reredirects; extra == "doc" | ||
Requires-Dist: sphinxcontrib-towncrier; extra == "doc" | ||
Requires-Dist: sphinx-notfound-page<2,>=1; extra == "doc" | ||
Requires-Dist: pyproject-hooks!=1.1; extra == "doc" | ||
Requires-Dist: towncrier<24.7; extra == "doc" | ||
Provides-Extra: ssl | ||
Provides-Extra: certs | ||
Provides-Extra: core | ||
Requires-Dist: packaging>=24; extra == "core" | ||
Requires-Dist: more_itertools>=8.8; extra == "core" | ||
Requires-Dist: jaraco.text>=3.7; extra == "core" | ||
Requires-Dist: importlib_resources>=5.10.2; python_version < "3.9" and extra == "core" | ||
Requires-Dist: importlib_metadata>=6; python_version < "3.10" and extra == "core" | ||
Requires-Dist: tomli>=2.0.1; python_version < "3.11" and extra == "core" | ||
Requires-Dist: wheel>=0.43.0; extra == "core" | ||
Requires-Dist: platformdirs>=2.6.2; extra == "core" | ||
Requires-Dist: jaraco.collections; extra == "core" | ||
Requires-Dist: jaraco.functools; extra == "core" | ||
Requires-Dist: packaging; extra == "core" | ||
Requires-Dist: more_itertools; extra == "core" | ||
Provides-Extra: check | ||
Requires-Dist: pytest-checkdocs>=2.4; extra == "check" | ||
Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == "check" | ||
Requires-Dist: ruff>=0.5.2; sys_platform != "cygwin" and extra == "check" | ||
Provides-Extra: cover | ||
Requires-Dist: pytest-cov; extra == "cover" | ||
Provides-Extra: enabler | ||
Requires-Dist: pytest-enabler>=2.2; extra == "enabler" | ||
Provides-Extra: type | ||
Requires-Dist: pytest-mypy; extra == "type" | ||
Requires-Dist: mypy==1.11.*; extra == "type" | ||
Requires-Dist: importlib_metadata>=7.0.2; python_version < "3.10" and extra == "type" | ||
Requires-Dist: jaraco.develop>=7.21; sys_platform != "cygwin" and extra == "type" | ||
|
||
.. |pypi-version| image:: https://img.shields.io/pypi/v/setuptools.svg | ||
:target: https://pypi.org/project/setuptools | ||
|
||
.. |py-version| image:: https://img.shields.io/pypi/pyversions/setuptools.svg | ||
|
||
.. |test-badge| image:: https://github.com/pypa/setuptools/actions/workflows/main.yml/badge.svg | ||
:target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22 | ||
:alt: tests | ||
|
||
.. |ruff-badge| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json | ||
:target: https://github.com/astral-sh/ruff | ||
:alt: Ruff | ||
|
||
.. |docs-badge| image:: https://img.shields.io/readthedocs/setuptools/latest.svg | ||
:target: https://setuptools.pypa.io | ||
|
||
.. |skeleton-badge| image:: https://img.shields.io/badge/skeleton-2024-informational | ||
:target: https://blog.jaraco.com/skeleton | ||
|
||
.. |codecov-badge| image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white | ||
:target: https://codecov.io/gh/pypa/setuptools | ||
|
||
.. |tidelift-badge| image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat | ||
:target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme | ||
|
||
.. |discord-badge| image:: https://img.shields.io/discord/803025117553754132 | ||
:target: https://discord.com/channels/803025117553754132/815945031150993468 | ||
:alt: Discord | ||
|
||
|pypi-version| |py-version| |test-badge| |ruff-badge| |docs-badge| |skeleton-badge| |codecov-badge| |discord-badge| | ||
|
||
See the `Quickstart <https://setuptools.pypa.io/en/latest/userguide/quickstart.html>`_ | ||
and the `User's Guide <https://setuptools.pypa.io/en/latest/userguide/>`_ for | ||
instructions on how to use Setuptools. | ||
|
||
Questions and comments should be directed to `GitHub Discussions | ||
<https://github.com/pypa/setuptools/discussions>`_. | ||
Bug reports and especially tested patches may be | ||
submitted directly to the `bug tracker | ||
<https://github.com/pypa/setuptools/issues>`_. | ||
|
||
|
||
Code of Conduct | ||
=============== | ||
|
||
Everyone interacting in the setuptools project's codebases, issue trackers, | ||
chat rooms, and fora is expected to follow the | ||
`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_. | ||
|
||
|
||
For Enterprise | ||
============== | ||
|
||
Available as part of the Tidelift Subscription. | ||
|
||
Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. | ||
|
||
`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*.substvars | ||
*debhelper* | ||
.debhelper | ||
files | ||
python3-pkg-resources | ||
python3-setuptools | ||
python3-setuptools-whl | ||
tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
python-setuptools (100:75.4.0-1) UNRELEASED; urgency=medium | ||
|
||
* https://github.com/pypa/setuptools/releases/tag/v75.4.0 | ||
|
||
-- Wong Hoi Sing Edison <[email protected]> Tue, 12 Nov 2024 07:03:07 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
Source: python-setuptools | ||
Section: python | ||
Priority: optional | ||
Standards-Version: 4.5.0 | ||
Maintainer: Wong Hoi Sing Edison <[email protected]> | ||
Homepage: https://github.com/pypa/setuptools/tags | ||
Vcs-Browser: https://github.com/alvistack/pypa-setuptools | ||
Vcs-Git: https://github.com/alvistack/pypa-setuptools.git | ||
Build-Depends: | ||
debhelper, | ||
debhelper-compat (= 10), | ||
dh-python, | ||
fdupes, | ||
python3-dev, | ||
python3-wheel, | ||
|
||
Package: python3-pkg-resources | ||
Architecture: all | ||
Description: Package Discovery and Resource Access using pkg_resources | ||
The pkg_resources module provides an API for Python libraries to | ||
access their resource files, and for extensible applications and | ||
frameworks to automatically discover plugins. It also provides | ||
runtime support for using C extensions that are inside zipfile-format | ||
eggs, support for merging packages that have separately-distributed | ||
modules or subpackages, and APIs for managing Python's current | ||
"working set" of active packages. | ||
Depends: | ||
${misc:Depends}, | ||
${shlibs:Depends}, | ||
${python3:Depends}, | ||
python3, | ||
Breaks: | ||
python3-setuptools (<< 73), | ||
Replaces: | ||
python3-setuptools (<< 73), | ||
|
||
Package: python3-setuptools | ||
Architecture: all | ||
Description: Python3 Distutils Enhancements | ||
Extensions to the python-distutils for large or complex distributions. | ||
Depends: | ||
${misc:Depends}, | ||
${shlibs:Depends}, | ||
${python3:Depends}, | ||
python3, | ||
python3-pkg-resources (= ${source:Version}), | ||
|
||
Package: python3-setuptools-whl | ||
Architecture: all | ||
Description: Python Distutils Enhancements (wheel package) | ||
Extensions to the python-distutils for large or complex distributions. | ||
. | ||
This is the support package for the PEP 427 wheel version of the package, | ||
required for using setuptools inside a virtual environment. | ||
Depends: | ||
${misc:Depends}, | ||
${shlibs:Depends}, | ||
${python3:Depends}, | ||
python3, | ||
Breaks: | ||
python-pip-whl (<< 21.3.1+dfsg-2~), | ||
Replaces: | ||
python-pip-whl (<< 21.3.1+dfsg-2~), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
|
||
Files: debian/* | ||
Copyright: 2024 Wong Hoi Sing Edison <[email protected]> | ||
License: Apache-2.0 | ||
|
||
License: Apache-2.0 | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
. | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
. | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
. | ||
The complete text of the Apache version 2.0 license | ||
can be found in "/usr/share/common-licenses/Apache-2.0". |
Oops, something went wrong.