Port details |
- py-path.py Module wrapper for os.path
- 11.5.2 devel
=1 Version of this port present on the latest quarterly branch. - Maintainer: dbaio@FreeBSD.org
 - Port Added: 2014-09-02 23:19:28
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: py39-Automat, freeimage, font-misc-meltho, libjxl, py39-pycparser
- Also Listed In: python
- License: MIT
- Description:
- path.py implements a path objects as first-class entities, allowing common
operations on files to be invoked on those path objects directly.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}path.py>0:devel/py-path.py@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-path.py/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-path.py
- pkg install py39-path.py
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 py39-path.py listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-path.py
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1554787860
SHA256 (jaraco-path.py-11.5.2_GH0.tar.gz) = 0e7af2bd797a35ca402d8652bac853576070ad542b2969fcc97fa7d3f3f7ff41
SIZE (jaraco-path.py-11.5.2_GH0.tar.gz) = 40303
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-importlib-metadata>=0.5 : devel/py-importlib-metadata@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- math/sage
- for Run
-
- devel/py-pytest-shutil
- math/sage
Configuration Options:
- No options to configure
- Options name:
- devel_py-path.py
- USES:
- python:3.6+
- 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 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11.5.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11.5.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
11.5.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11.5.2 14 Jul 2020 07:59:28
  |
antoine  |
Unbreak bulk -a |
11.5.2 23 May 2020 16:48:48
  |
dbaio  |
devel/py-path.py: Take MAINTAINER'ship |
11.5.2 23 May 2020 06:22:07
  |
jbeich  |
www/py-flexget: update to 3.1.56
Changes: https://github.com/Flexget/Flexget/compare/2.21.35...v3.1.56 |
11.5.2 07 Oct 2019 13:14:52
  |
jbeich  |
devel/py-path.py: update to 11.5.2
- Connect tests to the framework
- Define LICENSE_FILE as MIT has many styles
- Skip later versions due to lack of Python 2 support
- Take maintainership
Changes: https://github.com/jaraco/path.py/compare/8.1.2...11.5.2
PR: 241112
Approved by: wg (maintainer)
MFH: 2019Q4 (www/py-flexget stability fix) |
8.1.2 13 Nov 2015 15:25:29
  |
wg  |
devel/py-path.py: update to 8.1.2 |
8.1 04 Sep 2015 17:13:46
  |
jbeich  |
devel/py-path.py: update to 8.1
Changes: https://github.com/jaraco/path.py/blob/master/CHANGES.rst#81
Approved by: wg (maintainer)
Differential Revision: https://reviews.freebsd.org/D3566 |
6.0 25 Sep 2014 17:15:52
  |
wg  |
devel/py-path.py: update to 6.0 |
5.2 02 Sep 2014 23:19:23
  |
wg  |
devel/py-path.py: Module wrapper for os.path
path.py implements a path objects as first-class entities, allowing common
operations on files to be invoked on those path objects directly.
WWW: https://github.com/jaraco/path.py |