notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: devel/py-backports.shutil_which/Makefile
SVNWeb

Number of commits found: 2

Sat, 9 May 2020
[ 09:57 antoine search for other commits by this committer ] Original commit   Revision:534727 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports using python 2.7
Mon, 27 Apr 2020
[ 12:43 mandree search for other commits by this committer ] Original commit   Revision:533131
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: 2