Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1_1 01 Jan 2021 11:45:05
  |
antoine  |
Re-apply part of r559792 (INDEX and bulk -a OK)
With hat: portmgr |
1.0.1_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 |
1.0.1_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 ) |
1.0.1_1 03 Aug 2020 08:17:53
  |
antoine  |
Revert r544005, pathlib is included in python 3.4+
With hat: portmgr |
1.0.1_1 02 Aug 2020 22:44:24
  |
jwb  |
devel/py-pathlib: Allow building with python3
PR: ports/247640
Reviewed by: koobs
Approved by: portmgr (blanket: ports/framework (Python) compliance) |
1.0.1 11 May 2020 23:51:58
  |
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
1.0.1 19 Feb 2020 17:59:36
  |
antoine  |
Clean up USES
With hat: portmgr |
1.0.1 28 Mar 2019 18:09:36
  |
sunpoet  |
Add NO_ARCH
Approved by: portmgr (blanket) |
1.0.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 |
1.0.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 |
1.0.1 20 Jan 2018 12:38:10
  |
sunpoet  |
Update USES=python usage
- Convert to options helper
With hat: python
Approved by: portmgr (blanket) |
1.0.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 ) |
1.0.1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.1 29 Apr 2015 08:45:28
  |
wen  |
Backport of pathlib from Python 3.4. Offers a set of classes featuring all the
common operations on paths in an easy, object-oriented way.
WWW: https://pypi.python.org/pypi/pathlib
PR: 199708
Submitted by: stiginge@pvv.org |