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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/py-custom_inherit/distinfo

Number of commits found: 2

Tuesday, 26 Jan 2021
15:18 skreuzer search for other commits by this committer
Update to version 2.3.1

Changes between 2.2.0 and 2.3.1:
* Add three new built-in styles, numpy_with_merge, google_with_merge, and
  numpy_napoleon_with_merge, which permit users to concatenate the respective
  sections of a parent's and child's docstrings.
* Added the ability to configure DocInheritMeta so that special methods will
  have their docstrings inherited as well.
* The Methods section in a NumPy-style docstring is now recognized.
Original commitRevision:562687 
Tuesday, 8 Jan 2019
03:15 skreuzer search for other commits by this committer
The Python package custom_inherit provides convenient, light-weight tools for
inheriting docstrings in customizeable ways.

Features:
 * Metaclass that instructs children to inherit docstrings for their
   attributes from their parents, using custom docstring inheritance styles.
 * Decorator that merges a string/docstring with the docstring of the decorated
   object using custom styles.
 * Built-in docstring merging styles for popular docstring specifications:
   * NumPy docstring specification
   * Napoleon docstring specifications (for both Google and NumPy styles)
   * Merging based on reST sections
   * Simple inheritance from a parent, if the docstring is not overwritten
 * Simple interface for using your own docstring inheritance style.

WWW: https://github.com/meowklaski/custom_inherit
Original commitRevision:489639 

Number of commits found: 2