Port details |
- py-pkgutil-resolve-name Backport of pkgutil.resolve_name from Python 3.9
- 1.3.10 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: otis@FreeBSD.org
 - Port Added: 2022-11-01 22:03:09
- Last Update: 2023-01-13 18:41:24
- Commit Hash: 2b95282
- Also Listed In: python
- License: MIT
- Description:
- A backport of Python 3.9's pkgutil.resolve_name.
See python 3.9 documentation.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pkgutil-resolve-name>0:devel/py-pkgutil-resolve-name@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pkgutil-resolve-name/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pkgutil-resolve-name
- pkg install py38-pkgutil-resolve-name
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 py38-pkgutil-resolve-name listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pkgutil-resolve-name
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667339696
SHA256 (pkgutil_resolve_name-1.3.10.tar.gz) = 357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174
SIZE (pkgutil_resolve_name-1.3.10.tar.gz) = 5054
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:
-
- py38-setuptools>=63.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Test dependencies:
-
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>=63.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pkgutil-resolve-name
- USES:
- python:3.7-3.8
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.10 13 Jan 2023 18:41:24
    |
Juraj Lutter (otis)  |
devel/py-pkgutil-resolve-name: Fix UTF-8 character in COMMENT
Rephrase COMMENT, avoiding "0xe2 0x80 0x99" UTF-8 character.
Reported by: hrs |
1.3.10 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.3.10 01 Nov 2022 21:59:42
    |
Juraj Lutter (otis)  |
devel/py-pkgutil-resolve-name: Add new port
Add devel/py-pkgutil-resolve-name, a backport of pkgutil_resolve_name
from python 3.9. |
Number of commits found: 3
|