Port details |
- py-pathtools File system general utilities for Python
- 0.1.2_5 devel
=0 0.1.2_5Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2012-09-12 09:04:56
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: MIT
- Description:
- Pattern matching and various Python utilities for file systems paths.
WWW: https://github.com/gorakhargosh/pathtools
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pathtools>0:devel/py-pathtools@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pathtools/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pathtools
- pkg install py38-pathtools
NOTE: This is a Python port. Instead of py38-pathtools listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pathtools
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pathtools-0.1.2.tar.gz) = 7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0
SIZE (pathtools-0.1.2.tar.gz) = 11006
- 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-sphinx>=0,1 : textproc/py-sphinx@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for py38-pathtools-0.1.2_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-pathtools
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.1.2_5
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.1.2_5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
0.1.2_5
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
28 Dec 2020 23:02:15
0.1.2_5
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
26 May 2020 21:21:27
0.1.2_5
|
nivit  |
Fix build when DOCS option is off.
The build failed if py-sphinx was not installed as it always ran
post-build and post-install targets.
This patch also moves OPTIONS_DEFINE further down (as suggested by portlint).
PR: 246643
Submitted by: Robert Kruus <robert.kruus@utoronto.ca> |
11 May 2020 23:51:58
0.1.2_5
|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
20 Jun 2018 17:05:44
0.1.2_4
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
20 Jun 2018 16:58:30
0.1.2_4
|
mat  |
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight |
29 Jan 2018 06:45:16
0.1.2_4
|
araujo  |
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]
PR: ports/221891 [0] and ports/225136 [1]
Submitted by: sunpoet [1]
Approved by: antoine (portmgr)
Exprun by: antoine (several rounds)
Sponsored by: iXsystems, Inc. |
30 Nov 2017 15:50:34
0.1.2_3 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
04 Dec 2016 20:57:44
0.1.2_3
|
bapt  |
Add missing files to pkg-plist while here, sort it |
02 Dec 2016 09:21:59
0.1.2_2
|
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.1.2_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Jul 2015 20:40:30
0.1.2_2
|
antoine  |
Fix packaging after sphinx update
Reported by: pkg-fallout |
27 Oct 2014 10:58:26
0.1.2_1
|
bapt  |
Cleanup plist |
20 Oct 2014 16:04:14
0.1.2_1
|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
14 Apr 2014 04:49:59
0.1.2_1
|
nivit  |
- Remove deprecated OPTIONSFILE
- Use auto-generated plist
- Don't build/install Python egg anymore
- Bump PORTREVISION (changed pkg-plist)
- Add support for stage-dir [1]
- Don't install unnecessary files of DOCS
PR: ports/188528 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
21 Jan 2014 23:40:23
0.1.2
|
bapt  |
Fix properties on pkg-plist |
20 Sep 2013 17:13:47
0.1.2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
12 Sep 2012 09:04:32
0.1.2
|
nivit  |
Pattern matching and various Python utilities for file systems paths.
WWW: http://github.com/gorakhargosh/pathtools |