notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-backports.shutil_which Backport of shutil.which from Python 3.3
3.5.2 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.5.2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-09-15
Maintainer: mandree@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools_scm>=0 : devel/py-setuptools_scm@py27
  2. py27-setuptools>0 : devel/py-setuptools@py27
  3. python2.7 : lang/python27
Runtime dependencies:
  1. py27-backports>=0 : devel/py-backports@py27
  2. py27-future>=0 : devel/py-future@py27
  3. py27-setuptools>0 : devel/py-setuptools@py27
  4. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/b/backports.shutil_which/
  2. https://pypi.org/packages/source/b/backports.shutil_which/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.5.2
19 Sep 2020 13:01:00
Revision:548980Original commit files touched by this commit
rene search for other commits by this committer
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 View all of this commit message)
3.5.2
09 May 2020 09:57:04
Revision:534727Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports using python 2.7
3.5.2
27 Apr 2020 12:43:02
Revision:533131Original commit files touched by this commit
mandree search for other commits by this committer
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