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: devel/py-trollius/Makefile

Number of commits found: 18

Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-trollius: Remove obsoleted port

It is deprecated by upstream. Furthermore, the asyncio package has been included
in the standard library since Python 3.4.

Approved by:	skreuzer (maintainer)
commit hash: 0c2b743bb62c7da3585e3a5df1e6952560612c5c commit hash: 0c2b743bb62c7da3585e3a5df1e6952560612c5c commit hash: 0c2b743bb62c7da3585e3a5df1e6952560612c5c commit hash: 0c2b743bb62c7da3585e3a5df1e6952560612c5c 0c2b743
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 11 Jan 2021
19:36 rene search for other commits by this committer
Remove logic for Python < 3.6 for ports using Python 3.6+
Original commitRevision:561252 
Tuesday, 5 Jan 2021
22:08 rene search for other commits by this committer
Follow up on devel/py-futures port removal in r559976

The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.

Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+

Bump minimal Python version of security/theonionbox to 3.6+
Original commitRevision:560434 
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Monday, 12 Mar 2018
13:17 skreuzer search for other commits by this committer
Update to version 2.2
Original commitRevision:464248 
Saturday, 10 Feb 2018
19:58 sunpoet search for other commits by this committer
Simplify Makefile: use PY_FUTURES

It also fixes the other PYTHON_REL check.
The original "PYTHON_REL < 3300" check inside "PYTHON_REL < 3000" will never be
true.

With hat:	python
Original commitRevision:461421 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Sunday, 13 Nov 2016
16:14 rene search for other commits by this committer
Clean up TEST_DEPENDS, devel/py-unittest2 was removed at 2016-09-26
Original commitRevision:426059 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 26 Jan 2016
10:20 koobs search for other commits by this committer
devel/py-trollius: Fix TEST_DEPENDS

- Make mock a conditional TEST_DEPENDS
- Add missing unittest2 TEST_DEPENDS
- Remove run-aiotest from test target. Requires aiotest (PyPI)

Didn't pick this up in testing because mock and unittest2 were installed
locally, and running test: in poudriere is non-trivial at the moment.

PR:	206578
Original commitRevision:407269 
Monday, 25 Jan 2016
06:23 koobs search for other commits by this committer
devel/py-trollius: Update to 2.0

- Update PORTVERSION and distinfo checksum (2.0)
- Update test target
- Update pkg-descr WWW: URL (match setup.py)

Changes:

  https://trollius.readthedocs.org/changelog.html

PR:			206578, 205078
Approved by:		skreuzer (maintainer)
Differential Revision:	D5049
Original commitRevision:407190 
Sunday, 24 Jan 2016
15:34 koobs search for other commits by this committer
devel/py-trollius: Fix Python 3.x build, Modernize

- Correct LICENSE (MIT to APACHE20)
- Add LICENSE_FILE
- Remove BUILD_DEPENDS, futures (and most python packages) are RUN_DEPENDS
- Conditionalise futures RUN_DEPENDS. Only required on Python < 3
- Sort USE_PYTHON
- Add NO_ARCH
- Add test target and TEST_DEPENDS

QA:

* portlint: OK (WARN: Makefile: "RUN_DEPENDS" has to appear earlier. - False
Positive)
* testport: OK (poudriere: 11amd64, Python 2.7 / 3.4)
* unittest: OK (Ran 845 tests in 23.226s - FAILED (failures=3, skipped=1)
               False Positives, fixed in version 2.0

PR:		205078
Approved by:	portmgr (blanket, ports compliance)
MFH:		2016Q1
Original commitRevision:407158 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Thursday, 24 Jul 2014
21:15 skreuzer search for other commits by this committer
Update to version 1.0
Original commitRevision:362852 
Monday, 21 Jul 2014
19:35 skreuzer search for other commits by this committer
Trollius provides infrastructure for writing single-threaded concurrent code
using coroutines, multiplexing I/O access over sockets and other resources,
running network clients and servers, and other related primitives.

WWW: https://bitbucket.org/enovance/trollius/
Original commitRevision:362471 

Number of commits found: 18