Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 May 2021 12:56:59 3.8.10_6
|
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/py-tkinter: Use WRKSRC_SUBDIR |
25 May 2021 13:55:44 3.8.10_6 
|
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@ |
25 May 2021 13:55:43 3.8.10_6
|
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@ |
06 Apr 2021 14:31:13 3.7.10_6
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 3.7.10_6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Feb 2021 14:35:00
3.7.9_6
|
mat  |
Those ports are allowed to build a 2.7 flavor, for now. |
13 Nov 2020 17:13:22
3.7.9_6
|
pkubaj  |
x11-toolkits/py-tkinter@py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result" |
30 Nov 2017 15:50:34
2.7.14_6 
|
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 ) |
19 Nov 2015 01:28:38
2.7.10_6
|
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 |
26 May 2015 16:47:03
2.7.9_5
|
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 |
14 May 2015 10:15:09
2.7.9_5
|
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 |
29 Aug 2014 14:45:45
2.7.8_5
|
bapt  |
Modernize python |
09 Aug 2014 15:44:28
2.7.8_5
|
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 ) |
02 Aug 2014 06:57:41
2.7.8_5
|
mva  |
- Catch up with the recent lang/pythonXX changes
With hat: python@ |
11 Apr 2014 08:25:17
2.7.6_4
|
sunpoet  |
- Add LICENSE
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz |
10 Jan 2014 08:39:02
2.7.6_4
|
gahr  |
- Convert to USES=tk |
15 Dec 2013 16:22:17
2.7.6_4
|
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 ) |
20 Sep 2013 23:57:48
2.7.5_4
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
07 Sep 2013 17:21:55
2.7.5_4
|
sunpoet  |
- Add PORTSCOUT=ignore:1 to avoid false alarm |
01 Mar 2013 20:12:02
2.7.3_4
|
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 |
04 Dec 2012 10:43:09
2.7.3_3
|
gahr  |
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes
Reported by: beat, bapt |
03 Oct 2012 04:06:38
2.7.3_3
|
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@ |
12 Feb 2012 17:39:53
2.7.2_3
|
rm  |
- convert to using PYTHON_SITELIBDIR (non-functional change) |
28 Oct 2010 21:00:21
2.6.6_3
|
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 |
20 Aug 2010 20:53:48
2.6.5_3
|
lwhsu  |
- Grab maintainership of these ports for python@ |
23 May 2010 21:16:16
2.6.5_3
|
linimon  |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
08 Jul 2009 09:10:02
2.6.2_3
|
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 |
30 Mar 2009 20:19:19
2.5.4_3
|
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) |
19 Apr 2008 17:56:05
2.5.2_2 
|
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) |
30 Jul 2007 09:42:28
2.5.1_2
|
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 |
19 May 2007 20:32:57
2.4.4_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
06 Feb 2004 13:12:53
2.2.2_1
|
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
04 Nov 2003 17:36:04
2.2.2_1
|
perky  |
Enable building for Python-2.4 by utilizing PYTHON_MASTER_SITES. |
04 Nov 2003 16:38:39
2.2.2_1
|
perky  |
Chase bsd.python.mk's change PYTHON_SITE_SUBDIR -> PYTHON_MASTER_SITE_SUBDIR.
Submitted by: marcus |
19 Oct 2003 08:52:10
2.2.2_1
|
perky  |
Utilize PYTHON_SITE_SUBDIR and USE_PYTHON. |
03 Aug 2003 19:09:00
2.2.2_1
|
perky  |
Link with not tk83 but tk84. |
31 Jul 2003 19:48:34
2.2.2_1
|
perky  |
- Use ports/lang/python's MD5_FILE.
- Take maintainership
Approved by: tg (previous maintainer) |
04 Jun 2003 08:39:59
2.2.3
|
perky  |
Add checksums for Python-2.2.3 |
07 Mar 2003 06:14:08
2.2.2
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
17 Oct 2002 11:17:35
2.2.2
|
perky  |
Add checksums for Python-2.2.2.
Approved by: tg |
17 Apr 2002 11:35:55
2.2.1
|
tg  |
Use USE_PYDISTUTILS. |
12 Apr 2002 10:39:45
2.2
|
tg  |
Update checksums for Python-2.2.1.
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv> |
11 Apr 2002 11:31:49
2.2
|
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. |