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-stsci.distutils/Makefile

Number of commits found: 16

Thursday, 30 Jun 2022
20:11 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-06-30 www/py-rackspace-monitoring: Python compatibility upto 3.2 and last
release was 3 years ago
2022-06-30 devel/py-apns2: Use devel/py-aioapns
2022-06-30 www/py-hyper: Project abandoned use www/py-httpx
2022-06-30 irc/py-fishcrypt: Abandoned, unmaintained, requires Python 2 and
depends on deprecated pycrypto
2022-06-30 devel/py-stsci.distutils: Upstream abandoned in 2013
2022-06-30 devel/py-docker-py: Use devel/py-docker
2022-06-30 net-im/py-slackclient: Use net-im/py-slack-sdk
commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 commit hash: fbefc972820360a45c8fb5703e7e5431dd8757e0 fbefc97
Monday, 6 Jun 2022
22:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/py-stsci.distutils: Mark BROKEN

- Requires python setuptools<58.0.0
- Mark DEPRECATED as last upstream update was in 2013
- Set EXPIRATION_DATE on 2022-06-30
commit hash: 99409e158e70ec3ee1898f30a7fe6ef8c84ada6c commit hash: 99409e158e70ec3ee1898f30a7fe6ef8c84ada6c commit hash: 99409e158e70ec3ee1898f30a7fe6ef8c84ada6c commit hash: 99409e158e70ec3ee1898f30a7fe6ef8c84ada6c 99409e1
12:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
all: Take maintainership
commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4 commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4 commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4 commit hash: cb420cdf94d4648b6d2cbec10b6c7446b4da78b4 cb420cd
11:56 Rene Ladan (rene) search for other commits by this committer
all: return wg's ports to the pool after safekeeping his commit bit
commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 724071f
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, 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 
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 
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 
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 
Wednesday, 23 Jul 2014
01:45 adamw search for other commits by this committer
Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything.

Approved by:	portmgr (not really, but it touches unstaged ports)
Original commitRevision:362615 
Tuesday, 24 Dec 2013
17:17 wg search for other commits by this committer
devel/py-stsci.distutils: update to 0.3.7

- Update to 0.3.7
- Switch from easy_install to install
- BSD -> BSD3CLAUSE
Original commitRevision:337374 
Friday, 22 Nov 2013
11:55 wg search for other commits by this committer
devel/py-stsci.distutils: update to 0.3.6
Original commitRevision:334576 
Tuesday, 19 Nov 2013
13:34 wg search for other commits by this committer
devel/py-stsci.distutils: update to 0.3.5

- Update to 0.3.5
- Allow staging
Original commitRevision:334317 
Thursday, 7 Nov 2013
14:43 wg search for other commits by this committer
py-stsci.distutils: add missing build dependency

Reported by:	bapt
Original commitRevision:333104 
Wednesday, 6 Nov 2013
14:31 wg search for other commits by this committer
devel/py-stsci.distutils: Packaging utilities used by some of STScI's packages

This package contains utilities used to package some of STScI's Python
projects, specifically those projects that comprise stsci_python and Astrolib.

It currently consists mostly of some setup_hook scripts meant for use with
distutils2/packaging and/or d2to1, and a customized easy_install command meant
for use with distribute.

This package is not meant for general consumption, though it might be worth
looking at for examples of how to do certain things with your own packages.

WWW: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python
Original commitRevision:332994 

Number of commits found: 16