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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/py-backports.shutil_which/pkg-descr

Number of commits found: 1

Monday, 27 Apr 2020
12:43 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.
Original commitRevision:533131 

Number of commits found: 1