Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.0.3_1 02 Jan 2021 22:45:43
  |
rene  |
Remove some more expired ports:
devel/py-backports.functools_lru_cache
devel/py-backports_abc
devel/py-futures
devel/py-singledispatch
devel/py-typing
graphics/py-pillow6
Adjust dependent ports.
Tested with 'make index' against r559975 |
3.4.0.3_1 01 Jan 2021 10:11:35
  |
antoine  |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
3.4.0.3_1 01 Jan 2021 00:57:24
  |
rene  |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
3.4.0.3_1 19 Feb 2020 17:59:36
  |
antoine  |
Clean up USES
With hat: portmgr |
3.4.0.3_1 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 |
3.4.0.3_1 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
3.4.0.3_1 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 ) |
3.4.0.3_1 09 Oct 2016 11:12:28
  |
koobs  |
devel/py-singledispatch: Add missing dependency (six)
- Add missing RUN_DEPENDS on six [1]
- Canonicalize, clarify COMMENT
- Limit USE_PYTHON version to <= 3.3 (Unnecessary in 3.4+)
- Enable architecture independence (NO_ARCH)
- Enable concurrent Python installation
PR: 213314 [1]
Submitted by: Kyle Evans <bsdports kyle-evans net> [1]
Approved by: python (maintainer)
MFH: 2016Q4 |
3.4.0.3 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
3.4.0.3 06 Jul 2014 12:49:38
  |
wg  |
devel/py-singledispatch: update to 3.4.0.3 |
3.4.0.2_1 25 Jan 2014 08:25:41
  |
mva  |
- Bump PORTREVISION, since the package changed
Discused with: rm, mat |
3.4.0.2 24 Jan 2014 19:06:04
  |
mva  |
- Convert USE_PYDISTUTILS=easy_install to yes |
3.4.0.2 29 Nov 2013 20:15:48
  |
nox  |
Add devel/py-singledispatch:
This library brings functools.singledispatch from Python 3.4 to
Python 2.6-3.3.
PEP 443 proposed to expose a mechanism in the functools standard
library module in Python 3.4 that provides a simple form of generic
programming known as single-dispatch generic functions.
This library is a backport of this functionality to Python 2.6 - 3.3.
WWW: https://pypi.python.org/pypi/singledispatch |