Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.7 30 Jun 2022 20:11:14 |
Rene Ladan (rene) |
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 |
0.3.7 06 Jun 2022 22:51:33 |
Muhammad Moinur Rahman (bofh) |
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 |
0.3.7 06 Jun 2022 12:25:36 |
Muhammad Moinur Rahman (bofh) |
all: Take maintainership |
0.3.7 06 Jun 2022 11:56:41 |
Rene Ladan (rene) |
all: return wg's ports to the pool after safekeeping his commit bit |
0.3.7 25 Mar 2022 13:38:12 |
Po-Chuan Hsieh (sunpoet) |
devel/py-stsci.distutils: Fix build with setuptools 58.0.0+
With hat: python |
0.3.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.7 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.3.7 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.3.7 30 Nov 2017 15:50:34 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
0.3.7 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.3.7 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.3.7 23 Jul 2014 01:45:47 |
adamw |
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) |
0.3.7 24 Dec 2013 17:17:00 |
wg |
devel/py-stsci.distutils: update to 0.3.7
- Update to 0.3.7
- Switch from easy_install to install
- BSD -> BSD3CLAUSE |
0.3.6 22 Nov 2013 11:55:27 |
wg |
devel/py-stsci.distutils: update to 0.3.6 |
0.3.5 19 Nov 2013 13:34:07 |
wg |
devel/py-stsci.distutils: update to 0.3.5
- Update to 0.3.5
- Allow staging |
0.3.4 07 Nov 2013 14:43:36 |
wg |
py-stsci.distutils: add missing build dependency
Reported by: bapt |
0.3.4 06 Nov 2013 14:31:15 |
wg |
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 |