Port details |
- py-stdlibs List of packages in the stdlib
- 2024.10.25 devel =2 2024.5.15Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-04-06 00:03:10
- Last Update: 2024-10-29 14:38:36
- Commit Hash: 04ee409
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://stdlibs.omnilib.dev/en/stable/
- https://github.com/omnilib/stdlibs
- Description:
- stdlibs provides a static listing of all known modules in the Python standard
library, with separate lists available for each major release dating back to
Python 2.3. It also includes combined lists of all module names that were ever
available in any 3.x release, any 2.x release, or both.
Note: On Python versions 3.10 or newer, a list of module names for the active
runtime is available sys.stdlib_module_names. This package exists to provide an
historical record for use with static analysis and other tooling.
This package only includes listings for CPython releases. If other runtimes
would be useful, open an issue and start a discussion on how best that can be
accomodated.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}stdlibs>0:devel/py-stdlibs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-stdlibs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-stdlibs
- pkg install py311-stdlibs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-stdlibs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-stdlibs
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729994316
SHA256 (stdlibs-2024.10.25.tar.gz) = 89b1c5778c3e3f3646d93e4777144c955929322fe78e0e3f24f6b5df387c76f6
SIZE (stdlibs-2024.10.25.tar.gz) = 19306
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-flit-core>=3.8<4 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-usort
Configuration Options:
- No options to configure
- Options name:
- devel_py-stdlibs
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.10.25 29 Oct 2024 14:38:36 |
Po-Chuan Hsieh (sunpoet) |
devel/py-stdlibs: Update to 2024.10.25
Changes: https://github.com/omnilib/stdlibs/blob/main/CHANGELOG.md
https://stdlibs.omnilib.dev/en/stable/changelog.html |
2024.5.15 19 May 2024 22:11:07 |
Po-Chuan Hsieh (sunpoet) |
devel/py-stdlibs: Update to 2024.5.15
Changes: https://github.com/omnilib/stdlibs/blob/main/CHANGELOG.md
https://stdlibs.omnilib.dev/en/stable/changelog.html |
2024.1.28 05 Apr 2024 23:56:48 |
Po-Chuan Hsieh (sunpoet) |
devel/py-stdlibs: Add py-stdlibs 2024.1.28
stdlibs provides a static listing of all known modules in the Python standard
library, with separate lists available for each major release dating back to
Python 2.3. It also includes combined lists of all module names that were ever
available in any 3.x release, any 2.x release, or both.
Note: On Python versions 3.10 or newer, a list of module names for the active
runtime is available sys.stdlib_module_names. This package exists to provide an
historical record for use with static analysis and other tooling.
This package only includes listings for CPython releases. If other runtimes
would be useful, open an issue and start a discussion on how best that can be
accomodated. |