Port details |
- py-backports.shutil_which Backport of shutil.which from Python 3.3
- 3.5.2 devel
=0 3.5.2Version of this port present on the latest quarterly branch. DEPRECATED: Uses deprecated version of python
This port expired on: 2020-09-15
- Maintainer: mandree@FreeBSD.org
 - Port Added: 2020-04-27 12:43:07
- Last Update: 2020-09-19 13:01:00
- SVN Revision: 548980
- Also Listed In: python
- License: PSFL
- WWW:
- https://github.com/minrk/backports.shutil_which
- Description:
- This package packports Python 3's shutil.which. Usage:
try:
from shutil import which
except ImportError:
from backports.shutil_which import which
WWW: https://github.com/minrk/backports.shutil_which
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- 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}backports.shutil_which>0:devel/py-backports.shutil_which@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-backports.shutil_which
- Package flavors (<flavor>: <package>)
- py27: py27-backports.shutil_which
- distinfo:
- TIMESTAMP = 1587988818
SHA256 (backports.shutil_which-3.5.2.tar.gz) = fe39f567cbe4fad89e8ac4dbeb23f87ef80f7fe8e829669d0221ecdb0437c133
SIZE (backports.shutil_which-3.5.2.tar.gz) = 3190
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools_scm>=0 : devel/py-setuptools_scm@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-backports>=0 : devel/py-backports@py27
- py27-future>=0 : devel/py-future@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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 |
3.5.2 19 Sep 2020 13:01:00
  |
rene  |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
3.5.2 09 May 2020 09:57:04
  |
antoine  |
Deprecate a few ports using python 2.7 |
3.5.2 27 Apr 2020 12:43:02
  |
mandree  |
New port: devel/py-backports.shutil_which
This package packports Python 3's shutil.which.
Layout copied from kai@'s py-backports.os
Usage:
try:
from shutil import which
except ImportError:
from backports.shutil_which import which
WWW: https://github.com/minrk/backports.shutil_which
Used in an attempt to enable multimedia/streamlink on py27,
because sysutils/py-shutilwhich uses an incompatible layout. |
Number of commits found: 3
|