Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
18.8.0_2 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
18.8.0_1 11 Jan 2025 13:53:49
    |
Ruslan Makhmatkhanov (rm)  |
devel/py-zclockfile: switch its consumers to devel/py-zc.lockfile
devel/py-zc.lockfile is a duplicate package as devel/py-zclockfile,
but more fresh. Switch consumers to this latest version.
With hat: python |
18.8.0 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
18.8.0 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
18.8.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
18.8.0 14 Jun 2023 14:52:03
    |
Nicola Vitale (nivit)  |
www/py-cherrypy: Update to 18.8.0
- Update build/run/test dependencies
- Remove patches (included now in the distribution)
- Remove do-test target (managed by python.mk) |
17.4.2_2 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
17.4.2_2 09 Nov 2022 04:12:06
    |
Jan Beich (jbeich)  |
www/py-cherrypy: unbreak with python311
>>> import cherrypy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.11/site-packages/cherrypy/__init__.py", line 71,
in <module>
from . import _cpdispatch as dispatch
File "/usr/local/lib/python3.11/site-packages/cherrypy/_cpdispatch.py", line
209, in <module>
getargspec = inspect.getargspec
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean:
'getargs'? |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
17.4.2_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
17.4.2_1 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
17.4.2_1 29 Aug 2021 19:55:07
    |
Bernhard Froehlich (decke)  |
www/py-cherrypy: Add CPE information
Approved by: portmgr (blanket) |
17.4.2_1 25 Apr 2021 18:45:34
    |
Kai Knoblich (kai)  |
www/py-cherrypy: Fix runtime with Python 3.8 and onward
Backport patches from the 18.x release branch that uses the Python's
library "contextlib" instead of the external library "contextlib2".
The "contextlib2" library is a backported version which is required for
compatibility with Python 2.7 as the 17.x release of CherryPy is the
last one that has compatibility for Python 2.7.
Since the support for Python 2.7 has been removed in aa7a6c429ea6,
"contextlib2 is no longer needed for backward compatibility.
This is a transitional solution to fix the regression with Python 3.8
because an update to the 18.x release needs a bit more work and also
requires one or more new Python packages. (Only the first 15 lines of the commit message are shown above ) |
17.4.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17.4.2 11 Jan 2021 19:36:17
  |
rene  |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
17.4.2 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
17.4.2 16 Aug 2020 20:28:51
  |
flo  |
Update to 17.4.2
The upcoming update of news/sabnzbd to 3.0.0 needs an updated cherrypy.
This is not the newest release of cherrypy as that has dependencies that
aren't in ports yet, but this gets us from a 2016 release to a 2019 release
PR: 247597
Submitted by: James French <james@french.id.au>
Approved by: maintainer timeout |
5.4.0_4 05 Jun 2020 09:02:53
  |
jbeich  |
www/py-cherrypy: rename patch to better match intent |
5.4.0_4 05 Jun 2020 06:23:56
  |
jbeich  |
www/py-cherrypy: unbreak with DEFAULT_VERSIONS += python=3.8
>>> import cherrypy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.8/site-packages/cherrypy/__init__.py", line 67,
in <module>
from cherrypy._cperror import HTTPError, HTTPRedirect, InternalRedirect
File "/usr/local/lib/python3.8/site-packages/cherrypy/_cperror.py", line 118,
in <module>
from cgi import escape as _escape
ImportError: cannot import name 'escape' from 'cgi'
(/usr/local/lib/python3.8/cgi.py)
Obtained from: upstream |
5.4.0_3 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
5.4.0_2 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 |
5.4.0_2 13 Feb 2018 13:59:55
  |
yuri  |
www/py-cherrypy: Added USE_PYTHON=concurrent
It is obviously needed because py27 and py36 currently
conflict with each other.
Approved by: tcberner (mentor, implicit) |
5.4.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 ) |
5.4.0_1 17 Apr 2017 15:58:10
  |
miwi  |
- Fix shebang |
5.4.0 24 Jun 2016 01:43:39
  |
kevlo  |
Update to 5.4.0
PR: 209986
Submitted by: myself
Approved by: maintainer timeout (nivit, 20 days) |
3.2.6 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.2.6 26 May 2015 16:47:03
  |
antoine  |
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva |
3.2.6 03 Jan 2015 08:41:21
  |
mva  |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
3.2.6 03 Jun 2014 02:54:07
  |
nivit  |
- Update to 3.2.6 |
3.2.4 04 Apr 2014 23:03:36
  |
nivit  |
- Update to 3.2.4 [1]
- Use CHEESESHOP as only download site [1]
- Remove leading article from COMMENT
- Add LICENSE (BSD3CLAUSE)
- Deprecate easy_install
- Use automatic pkg-plist via PYDISTUTILS_AUTOPLIST
- Convert to the new options framework
- Make EXAMPLES option effective only for Python ver. < 3,
due to devel/py-cheetah at the moment only for Python 2
- Add support for stage-dir
- Add a post-[extract|patch] target to fix setup.py,
otherwise *_AUTOPLIST fails
- Fix format of WWW field in pkg-descr, and remove Author:
PR: ports/186286 [1]
Submitted by: Martin Tournoij <martin@arp242.net> |
3.2.2 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
3.2.2 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.2.2 20 Oct 2011 22:11:36
 |
nivit  |
- Update to 3.2.2 |
3.2.0 04 Mar 2011 09:35:18
 |
nivit  |
- Update to 3.2.0
- Install test/native-server.ini, and test/fastcgi.conf
only if Python version < 3
- Set USE_PYTHON to "yes"
- Use devel/py-setuptools to install the module |
3.1.2_1 25 Feb 2011 04:40:31
 |
miwi  |
- Move over to py25
- while here drop md5 support
- Small cleanups |
3.1.2 28 May 2009 06:23:24
 |
nivit  |
- Update to 3.1.2 |
3.1.1 25 Nov 2008 16:31:20
 |
nivit  |
- Update to 3.1.1
- Add devel/py-cheetah to RUN_DEPENDS when NOPORTEXAMPLES is not defined
- Remove files/patch-setup.py
PR: ports/128843
Submitted by: Wen Heping < wenheping at gmail dot com > |
3.0.3 26 May 2008 13:54:53
 |
nivit  |
- Update to 3.0.3
- Add a secondary download site |
3.0.2 26 Jan 2008 17:06:52
 |
nivit  |
- Update to 3.0.2 |
3.0.1 30 Jul 2007 09:42:28
 |
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
3.0.1 29 Jul 2007 13:35:20
 |
pav  |
- Update to 3.0.1
PR: ports/113722
Submitted by: Peter Johnson <johnson.peter@gmail.com>
Approved by: maintainer timeout (nivit; 1 month) |
2.2.1 10 Dec 2006 01:21:51
 |
nivit  |
- Updated email address in my ports
Approved by: alexbl (mentor) |
2.2.1 27 Apr 2006 13:52:44
 |
erwin  |
Update 2.2.1
PR: 96334
Submitted by: Nicola Vitale <nivit@email.it> (maintainer) |
2.2.0 08 Apr 2006 13:13:58
 |
pav  |
- Update to 2.2.0
- Hide examples behind WITH_EXAMPLES
PR: ports/95366
Submitted by: Nicola Vitale <nivit@email.it> (maintainer) |
2.2.0.b 28 Jan 2006 13:14:45
 |
tdb  |
- Update to 2.2.0.b
PR: 92448
Submitted by: nivit@email.it (maintainer) |
2.1.1 11 Jan 2006 22:18:25
 |
pav  |
CherryPy is a pythonic, object-oriented web development framework.
CherryPy allows developers to build web applications in much the same
way they would build any other object-oriented Python program.
This usually results in smaller source code developed in less time.
PR: ports/91686
Submitted by: Nicola Vitale <nivit@email.it> |