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-genshi/files

Number of commits found: 2

Monday, 16 Dec 2019
03:51 koobs search for other commits by this committer
textproc/py-genshi: Update to 0.7.3

Genshi 0.7 doesn't support Python 3.5+, but the port currently allows it
to be built with any Python version. This doesn't affect the build, but
produces a broken runtime, including for all Genshi dependents:

Genshi (0.7) tests:

  2.7: Ran 854 tests in 3.623s - FAILED (failures=1)
  3.5: Ran 858 tests in 3.607s - FAILED (failures=4, errors=34)
  3.6: Ran 858 tests in 3.610s - FAILED (failures=4, errors=34)
  3.7: Ran 858 tests in 3.313s - FAILED (failures=11, errors=91)
  3.8: Ran 858 tests in 3.094s - FAILED (failures=32, errors=359)

Genshi added 3.5+ support in subsequent versions [1]:

  0.7.2: Add support for Python 3.8.
  0.7.1: Add support for Python 3.5, 3.6 and 3.7

Given Genshi 0.7 -> 0.7.3 involves only additional Python version support
and bugfix-only changes, this change updates the port to 0.7.3, instead of
restricting (correctly) its use to USES=python:-3.4, and is intended to be
merged to the quarterly branch accordingly.

While I'm here:

  - Add test target to encourage and ease future QA
  - Strip speedup shared library on Python versions it builds in
  - Remove backported patch to setup.py (now in this release)
  - Use CHEESESHOP and update COMMENT according to Python policies

Genshi (0.7.3) QA tests:

  2.7: Ran 861 tests in 3.626s - OK
  3.5: Ran 867 tests in 3.561s - OK
  3.6: Ran 867 tests in 3.540s - OK
  3.7: Ran 867 tests in 3.268s - OK
  3.8: Ran 867 tests in 3.267s - OK

[1] https://github.com/edgewall/genshi/blob/0.7.3/ChangeLog

Approved by:	portmgr (blanket(s): runtime bugfix, ports (python) compliance)
MFH:		2019Q4 (blanket(s): runtime bugfix, bugfix release)
Original commitRevision:520212 
Sunday, 24 Dec 2017
11:15 sunpoet search for other commits by this committer
Fix Python 3 build

- While I'm here, convert to options dependency helper

This port is ready for Python 3.
The only failure for FreeBSD (autoplist) is the missing _speedups.so.
Upstream disabled the speedups C extension on Python 3.3+ which fixes the
problem.

Obtained from: 
https://github.com/edgewall/genshi/commit/cef2c8df44166195e1705638f9f17033a4943bb7
With hat:	python
Original commitRevision:457144 

Number of commits found: 2