Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.17_7 16 Aug 2023 18:26:23 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/py-tkinter: Fix 0fb123abaab69957b55f6cee92885dc1a65406ec
@py27 flavor does not have ABI version tagged .so file. |
3.9.17_7 31 Jul 2023 16:42:04 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/py-tkinter: Strip shared library
- Bump PORTREVISION for package change |
3.9.16_6 15 Dec 2022 17:31:40 |
Dmitry Marakasov (amdmi3) |
Revert "*/py-{gdbm,sqlite3,tkinter}: switch from distutils to setuptools"
This reverts commit 7446740638e7d833fde0962e71ef440a6af3c749.
The change is not valid as setuptools have deprecated setup.py,
while distutils will be supported in existing point releases.
Python 3.12 support will require different solution.
PR: 268283 |
3.9.16_6 15 Dec 2022 15:14:33 |
Dmitry Marakasov (amdmi3) |
*/py-{gdbm,sqlite3,tkinter}: switch from distutils to setuptools
For python modules which come from python itself, switch from
distutils (no longer present in python 3.12) to setuptools, fixing
these mudules for python 3.12.
PR: 268283
Approved by: vishwin (python@) |
3.9.13_6 20 Jul 2022 14:23:40 |
Tobias C. Berner (tcberner) |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.8.10_6 26 May 2021 12:56:59 |
Po-Chuan Hsieh (sunpoet) |
x11-toolkits/py-tkinter: Use WRKSRC_SUBDIR |
3.8.10_6 25 May 2021 13:55:44 |
Dmitry Marakasov (amdmi3) |
Mk: switch from PYTHON_PORTVERSION to PYTHON_DISTVERSION
This brings python framework in consistense with handbook recommendations
to prefer DISTVERSION and simplifies adding prerelease versions of
python
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
3.8.10_6 25 May 2021 13:55:43 |
Dmitry Marakasov (amdmi3) |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
3.7.10_6 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.7.10_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.7.9_6 04 Feb 2021 14:35:00 |
mat |
Those ports are allowed to build a 2.7 flavor, for now. |
3.7.9_6 13 Nov 2020 17:13:22 |
pkubaj |
x11-toolkits/py-tkinter@py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result" |
2.7.14_6 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 ) |
2.7.10_6 19 Nov 2015 01:28:38 |
lwhsu |
Add version specified ports of separated standard Python modules for
non-default Python versions:
- Add pyXY-{sqlite3,gdbm,tkinter} ports for generating binary packages
- Improve/add pkg-message to point users to install respective packages of
separated Python standard modules
- Add COMMENT to explicitly show the Python version that package should be
used with
- Simplify version-related PYTHON_* for lang/python35
Reviewed by: koobs
Differential Revision: https://reviews.freebsd.org/D4170 |
2.7.9_5 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 |
2.7.9_5 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.7.8_5 29 Aug 2014 14:45:45 |
bapt |
Modernize python |
2.7.8_5 09 Aug 2014 15:44:28 |
mva |
Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.
USE_PYTHON=yes becomes USES=python
USE_PYTHON=2.7+ becomes USES=python:2.7+
USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
...
A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;
PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK (Only the first 15 lines of the commit message are shown above ) |
2.7.8_5 02 Aug 2014 06:57:41 |
mva |
- Catch up with the recent lang/pythonXX changes
With hat: python@ |
2.7.6_4 11 Apr 2014 08:25:17 |
sunpoet |
- Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz |
2.7.6_4 10 Jan 2014 08:39:02 |
gahr |
- Convert to USES=tk |
2.7.6_4 15 Dec 2013 16:22:17 |
wg |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
2.7.5_4 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
2.7.5_4 07 Sep 2013 17:21:55 |
sunpoet |
- Add PORTSCOUT=ignore:1 to avoid false alarm |
2.7.3_4 01 Mar 2013 20:12:02 |
lwhsu |
- Install standard libraries separated as other ports to the same place
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload)
- Improve consistency of the Makefile(s)
- Whitespace cleanup for the patches |
2.7.3_3 04 Dec 2012 10:43:09 |
gahr |
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes
Reported by: beat, bapt |
2.7.3_3 03 Oct 2012 04:06:38 |
rm |
- do not hardcode distfile extension for lang/python ports in bsd.python.mk
(PYTHON_DISTFILE variable)
- switch lang/python ports (and it's slaves) to tar.xz
I compared all the four pairs .tgz/.tar.xz and they have no content differences.
Discussed on: python@ |
2.7.2_3 12 Feb 2012 17:39:53 |
rm |
- convert to using PYTHON_SITELIBDIR (non-functional change) |
2.6.6_3 28 Oct 2010 21:00:21 |
erwin |
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp |
2.6.5_3 20 Aug 2010 20:53:48 |
lwhsu |
- Grab maintainership of these ports for python@ |
2.6.5_3 23 May 2010 21:16:16 |
linimon |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
2.6.2_3 08 Jul 2009 09:10:02 |
lwhsu |
- Fix building with python3*
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo
PR: ports/136198
Submitted by: lwhsu
Approved by: perky |
2.5.4_3 30 Mar 2009 20:19:19 |
pav |
- Convert to USE_TK and allow on any tk (changes default package to use tk85)
PR: ports/132181
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by: maintainer timeout (perky; 1 month) |
2.5.2_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.5.1_2 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 |
2.4.4_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.2.2_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
2.2.2_1 04 Nov 2003 17:36:04 |
perky |
Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES. |
2.2.2_1 04 Nov 2003 16:38:39 |
perky |
Chase bsd.python.mk's change PYTHON_SITE_SUBDIR -> PYTHON_MASTER_SITE_SUBDIR.
Submitted by: marcus |
2.2.2_1 19 Oct 2003 08:52:10 |
perky |
Utilize PYTHON_SITE_SUBDIR and USE_PYTHON. |
2.2.2_1 03 Aug 2003 19:09:00 |
perky |
Link with not tk83 but tk84. |
2.2.2_1 31 Jul 2003 19:48:34 |
perky |
- Use ports/lang/python's MD5_FILE.
- Take maintainership
Approved by: tg (previous maintainer) |
2.2.3 04 Jun 2003 08:39:59 |
perky |
Add checksums for Python-2.2.3 |
2.2.2 07 Mar 2003 06:14:08 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.2.2 17 Oct 2002 11:17:35 |
perky |
Add checksums for Python-2.2.2.
Approved by: tg |
2.2.1 17 Apr 2002 11:35:55 |
tg |
Use USE_PYDISTUTILS. |
2.2 12 Apr 2002 10:39:45 |
tg |
Update checksums for Python-2.2.1.
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv> |
2.2 11 Apr 2002 11:31:49 |
tg |
Update checksum for Python-2.1.3. |
22 Jan 2002 12:53:28 |
tg |
Upgrade python21 to 2.1.2, the latest bugfix release. |
07 Jan 2002 13:26:47 |
tg |
Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly. |
26 Jul 2001 11:38:24 |
tg |
Add checksums for 2.0.1 and 2.1.1. |
12 Jun 2001 12:39:34 |
tg |
graphics/sketch no longer needs this file. |
04 May 2001 12:03:59 |
tg |
Use the same MASTER_SITES as lang/python. |
02 May 2001 12:45:04 |
tg |
Add checksum for python-2.1. |
05 Mar 2001 12:07:03 |
tg |
Put back Setup for now to un-break sketch. |
01 Mar 2001 12:24:25 |
tg |
Use the py-distutils for building and installing. |
05 Feb 2001 16:49:18 |
olgeni |
Batch of style fixes for x11-toolkits. |
18 Oct 2000 12:59:33 |
tg |
Add MD5 for Python 2.0 release. |
10 Oct 2000 13:54:04 |
tg |
Use Python 2.0c1. |
09 Oct 2000 13:11:24 |
tg |
Use PYTHON_PKGNAMEPREFIX. Use correct md5 for latest python-beta. |
09 Oct 2000 13:11:24 |
tg |
Use PYTHON_PKGNAMEPREFIX. Use correct md5 for latest python-beta. |
08 Oct 2000 08:03:53 |
asami |
Convert category x11-toolkits to new layout. |
08 Sep 2000 12:58:53 |
tg |
Update to use bsd.python.mk. |