Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
63.1.0_1 11 Oct 2023 12:17:08 |
Dan Langille (dvl) |
devel/py-setuptools: revert upgrade to 68.0.0
This reverts commit 121d8af16a7efd4f4ec25c5851f9976b396192c0.
PR: 270358 |
68.0.0 11 Oct 2023 12:09:48 |
Dan Langille (dvl) |
devel/py-setuptools: Update to 68.0.0
PR: 270358 |
63.1.0_1 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> |
63.1.0_1 22 Jun 2023 13:24:12 |
Eugene Grosbein (eugen) |
devel/py-setuptools: fix CVE-2022-40897 backporting a patch
This commit integrates one-line upstream fix for the problem:
https://github.com/pypa/setuptools/commit/43a9c9bfa6aa626ec2a22540bea28d2ca77964be.diff
Our port has not been fixed for several months making users unhappy.
It's upto the maintainer to update the port, this commit does not update it.
Bump PORTREVISION and adjust VuXML entry.
Due to the nature of the problem and fix there is no need in updating consumers. |
63.1.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
63.1.0 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 ) |
63.1.0 13 Jul 2022 00:19:31 |
Po-Chuan Hsieh (sunpoet) |
devel/py-setuptools: Update to 63.1.0
Changes: https://github.com/pypa/setuptools/blob/main/CHANGES.rst
PR: 265081
Exp-run by: antoine |
62.1.0_1 26 Jun 2022 20:36:53 |
Thierry Thomas (thierry) |
Mk/bsd.default-versions.mk: chase the switch to Python 3.9
Following the rules of
<https://wiki.freebsd.org/Python#Steps_to_switch_the_Python_default_version>
PR: 261703 |
62.1.0 03 Jun 2022 13:59:02 |
Po-Chuan Hsieh (sunpoet) |
devel/py-setuptools: Update to 62.1.0
- Clean up comment
Changes: https://github.com/pypa/setuptools/blob/main/CHANGES.rst
PR: 262250
Exp-run by: antoine |
57.0.0 10 Sep 2021 21:17:40 |
Bernhard Froehlich (decke) |
devel/py-setuptools: Add CPE information
Approved by: portmgr (blanket) |
57.0.0 03 Jun 2021 11:36:56 |
Dmitry Marakasov (amdmi3) |
devel/py-setuptools: update to 57.0.0 preserving old version
- Copy devel/py-setuptools to devel/py-setuptools44 (for Python 2.7 support)
- Update devel/py-setuptool to 57.0.0 (adding support for Python 3.10)
- Update Mk/Uses/python.mk to chose between py-setuptools and
py-setuptools44 based on Python version
This allows us to have latest setuptools and working Python 3.10
without breaking packages requiring Python 2 support for remaining
reports that require it.
Exp-run showed 3 ports failing to build with latest setuptools and
they were fixed.
PR: 256173
Exp-run by: antoine
Reviewed by: koobs (python)
Approved by: koobs (python)
Differential_Revision: https://reviews.freebsd.org/D30473 |
44.0.0_1 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@ |
44.0.0_1 11 May 2021 21:47:31 |
Po-Chuan Hsieh (sunpoet) |
devel/py-setuptools: Remove outdated CONFLICTS_INSTALL
- Cosmetic change
py-distribute was removed 7.5 years ago. |
44.0.0_1 25 Apr 2021 18:50:30 |
Kai Knoblich (kai) |
*: Bump a few ports after the Python 3.7 to 3.8 switchover
Bump the PORTREVISION of the following ports as the concurrent symlinks
change with a new default version of Python:
* devel/py-setuptools
* lang/cython
* math/py-numpy
This is a follow-up to 6cd3db2d03cc544c5893e41dbbacd2000fcbd35a .
PR: 253815
Approved by: kai (python, maintainer) |
44.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
44.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
44.0.0 04 Feb 2021 14:35:00 |
mat |
Those ports are allowed to build a 2.7 flavor, for now. |
44.0.0 15 Mar 2020 06:52:17 |
antoine |
Add a note that this port can't be updated without an exp-run
With hat: portmgr |
44.0.0 20 Jan 2020 20:12:25 |
sunpoet |
Update to 44.0.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 243329
Exp-run by: antoine |
41.4.0_1 16 Dec 2019 09:22:43 |
antoine |
Bump PORTREVISION after r520219 |
41.4.0 25 Oct 2019 19:09:33 |
sunpoet |
Update to 41.4.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 241377
Exp-run by: antoine |
41.2.0 26 Aug 2019 11:49:58 |
sunpoet |
Update to 41.2.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 240045
Exp-run by: antoine |
41.1.0 16 Aug 2019 18:11:33 |
sunpoet |
Update to 41.1.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 239862
Exp-run by: antoine |
41.0.1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
41.0.1 29 Jun 2019 09:28:42 |
swills |
devel/py-setuptools: Update to 41.0.1
PR: 238460
Approved by: miwi |
41.0.0 14 Apr 2019 00:19:15 |
sunpoet |
Update to 41.0.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 237123
Exp-run by: antoine |
40.8.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
40.8.0 10 Feb 2019 00:08:37 |
sunpoet |
Update to 40.8.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 235474
Exp-run by: antoine |
40.6.3 22 Jan 2019 13:03:42 |
miwi |
- Update to 40.6.3
https://github.com/pypa/setuptools/commit/1c1c9152abcb8b1b6a13f1cfb4744f8d73016876
Sponsored by: iXsystems Inc. |
40.6.2 22 Nov 2018 20:48:04 |
sunpoet |
Update to 40.6.2
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
Differential Revision: https://reviews.freebsd.org/D18030
PR: 233287
Exp-run by: antoine |
40.4.3 04 Oct 2018 18:14:07 |
sunpoet |
Update to 40.4.3
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 231627
Exp-run by: antoine |
40.0.0 17 Jul 2018 03:36:05 |
miwi |
- Update to 40.0.0
https://github.com/pypa/setuptools/compare/v40.0.0...master
PR: 229642
Submitted by: miwi
Exp-run by: antoine
Sponsored by: iXsystems Inc.
Differential Revision: https://reviews.freebsd.org/D16197 |
39.2.0 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 |
39.2.0 26 May 2018 15:04:32 |
miwi |
- Update to 39.2.0
PR: 228250
Submitted by: myself
Sponsored by: iXsystems Inc.
Differential Revision: https://reviews.freebsd.org/D15426 |
39.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 |
39.0.1 29 Mar 2018 19:59:37 |
sunpoet |
Update to 39.0.1
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 226733
Exp-run by: antoine |
38.5.2 08 Mar 2018 14:25:35 |
miwi |
- Update to 38.5.2 |
38.5.1 08 Feb 2018 13:00:40 |
sunpoet |
Update to 38.5.1
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 225707
Exp-run by: antoine |
38.2.5 04 Feb 2018 10:49:08 |
sunpoet |
Fix LICENSE
- Add LICENSE_FILE |
38.2.5 21 Jan 2018 10:51:29 |
mat |
Remove PYTHON*_DEFAULT_VERSION. |
38.2.5 01 Jan 2018 20:40:04 |
sunpoet |
Update to 38.2.5
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 224676
Exp-run by: antoine |
36.5.0 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 ) |
32.1.0 16 Mar 2017 19:23:49 |
antoine |
Rename python setuptools ports to better match other python ports
Reviewed by: mat, sunpoet
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D9983 |
32.1.0 22 Dec 2016 01:29:03 |
wen |
- Update to 32.1.0
PR: 215376
Submitted by: wen@(myself)
Exp-run by: antoine@ |
28.8.0 04 Dec 2016 14:00:33 |
wen |
- Update to 28.8.0
PR: 214759
Submitted by: yuri@rawbw.com
Exp-run by: antoine@ |
28.1.0 12 Oct 2016 02:27:21 |
wen |
- Update to 28.1.0
PR: 213244
Submitted by: wen@(myself)
Exp-run by: antoine@ |
23.1.0 03 Jul 2016 00:17:30 |
wen |
- Update to devel/py-setuptools to 23.1.0 [1][2]
PR: 210636 [1]
210685 [2]
Submitted by: vlad-fbsd@acheronmedia.com [1]
wen@ [2]
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D6994 |
20.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20.0 11 Feb 2016 07:05:04 |
miwi |
- Update to 20.0
- Remove install_egg_info patch (upstreamed) [1]
Changes:
https://pythonhosted.org/setuptools/history.html
[1] https://bitbucket.org/pypa/setuptools/issues/118
PR: 206582
exp-run: antoine
Differential Revision: D5051 |
19.2 27 Dec 2015 09:11:09 |
miwi |
- Update to 19.2
Exp-run by: antoine
Changes: https://pythonhosted.org/setuptools/history.html
PR: 205603
Submitted by: yuri@rawbw.com |
19.1.1 24 Dec 2015 08:34:08 |
miwi |
- Update to 19.1.1
Exp-run by: antoine
Differential Revision: D4665 |
18.7 04 Dec 2015 12:35:56 |
sunpoet |
- Update to 18.7
- Use @sample
- Use PLIST_FILES instead of PLIST
Changes: https://pythonhosted.org/setuptools/history.html
https://github.com/jaraco/setuptools/blob/master/CHANGES.txt
Differential Revision: https://reviews.freebsd.org/D4307
PR: 204891
Exp-run by: antoine |
17.0 13 Jun 2015 13:56:21 |
sunpoet |
- Add NO_ARCH |
17.0 12 Jun 2015 11:31:13 |
koobs |
devel/py-setuptools: Update to 17.0
- Update to 17.0
- Tell setuptools not to install versioned binaries (we'll do it via MAKE_ENV)
- Use uniquefiles to create versioned binaries
- Conditionally create default links (for easy_install) as well
- Remove post-patch bits accordingly, no longer needed.
- Remove upstreamed patch fixing namespace_packages
- Substitute in pkg-message.in correctly
- Update pkg-message.in
- Re-order Makefile entries
Changes:
https://pythonhosted.org/setuptools/history.html
Differential Revision: https://reviews.freebsd.org/D2704
Reviewed by: exp-run |
5.5.1_1 19 Jan 2015 13:25:04 |
koobs |
devel/py-setuptools: Backport fix for namespace_packages
Backport an upstream commit [1] that fixes namespace_packages
for python 3.2+
While I'm here, update TEST_DEPENDS comment and regression-test
invocation.
[1] https://bitbucket.org/pypa/setuptools/pull-request/72
PR: 191637
Submitted by: Melvyn Sopacua <melvyn magemana nl>
Approved by: python@ |
5.5.1 19 Aug 2014 06:29:31 |
antoine |
Add a little comment |
5.5.1 19 Aug 2014 06:12:51 |
antoine |
Comment out TEST_DEPENDS in devel/py-setuptools, this creates a dependency
loop in tinderbox and is probably the reason for lots of "finished" jobs
in redports
With hat: portmgr |
5.5.1 18 Aug 2014 17:47:44 |
sunpoet |
- Use USES=python |
5.5.1 11 Aug 2014 08:10:14 |
koobs |
devel/py-setuptools: Update to 5.5.1
- Update to 5.5.1
- Add TEST_DEPENDS
- Rename patch (convention: double underscore)
- Fix grammo in pkg-message
Changes:
https://bitbucket.org/pypa/setuptools/src/5.5.1/CHANGES.txt
QA: unittests: Ran 136 tests in 2.068s - OK (skipped=2) [1]
[1] https://bitbucket.org/pypa/setuptools/issue/231 |
5.4.1 16 Jul 2014 08:30:59 |
koobs |
devel/py-setuptools
- Update to 5.4.1
- Add breadcrumbs to patch-setuptools_command_install_egg_info.py
- Whitespace alignment
Changes:
https://pypi.python.org/pypi/setuptools#changes
CR: D364
PR: 191405
Reviewed by: antoine, bapt, mat, mva, wg |
5.1 25 Jun 2014 19:52:30 |
wg |
devel/py-setuptools: update to 5.1
PR: 191257
Exp-run: antoine
With hat: python |
2.0.1 25 Dec 2013 12:19:57 |
wg |
devel/py-setuptools: update to 2.0.1 |
1.1.7_1 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 ) |
1.1.7_1 29 Nov 2013 12:48:24 |
wg |
devel/py-setuptools: fix plist for python 3.x
Submitted by: Dmitry Sivachenko <trtrmitya gmail.com> |
1.1.7_1 27 Nov 2013 22:09:42 |
mva |
- Fix a bug in the egg-info installation code, that prevents
PYDISTUTILS_AUTOPLIST to create the correct entries for the plists
Reported by: many
Reviewed by: wg@ |
1.1.7 27 Nov 2013 18:48:48 |
wg |
devel/py-setuptools: Python packages installer
The fork Distribute was merged back into setuptools.
http://pythonhosted.org/setuptools/merge.html
PR: ports/183726
Exp-run by: bdrewery |
0.6c11_3 06 Mar 2013 17:41:02 |
rm |
Adios, setuptools. |
0.6c11_3 06 Oct 2012 14:53:49 |
rm |
- remove unsupported python versions
- trim Makefile header
- change USE_PYTHON to just -2.7
- tab -> space change in pkg-descr:WW |
0.6c11_3 08 Jan 2012 01:51:58 |
scheidell |
- Fix missing if in pkg-plist, install error
Submitted by: poyopoyo@puripuri.plala.or.jp
Approved by: gabor (mentor) |
0.6c11_2 06 Jan 2012 16:36:03 |
scheidell |
- Fixes: easy-install.pth contents lost on upgrade clobbering ports using it
PR: ports/118301
Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
Approved by: lars.eggert@nokia.com (maintainer, timeout 3 years), gabor
(mentor) |
0.6c11_1 17 Aug 2011 17:27:34 |
sunpoet |
- Restrict range of USE_PYTHON: setuptools does not build with python 3.x |
0.6c11_1 25 Feb 2011 07:50:41 |
miwi |
- Move from py24 over to py25 or above
- Drop md5 support |
0.6c11 13 Dec 2009 17:00:14 |
miwi |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
0.6c11 26 Nov 2009 22:22:08 |
miwi |
- Update to 0.6c11
Thanks to: wen@ |
0.6c9 09 Oct 2008 08:26:44 |
mm |
- Update to 0.6c9
PR: ports/127924
Tested by: jpaetzel |
0.6c8 05 Mar 2008 13:51:53 |
dryice |
update to 0.6c8
PR: ports/120866
Submitted by: Piet Delport <pjdelport@gmail.com> |
0.6c7_1 20 Nov 2007 09:10:41 |
pav |
- Pre-install site.py to avoid the rush later. Fixes plist failures of many py*
ports.
Submitted by: perky (maintainer)
Approved by: portmgr (hat) |
0.6c7 10 Sep 2007 00:09:34 |
miwi |
- Update to 0.6c7
Approved by: alexbl@ |
0.6c6 01 Sep 2007 22:12:58 |
pav |
- Correct plist for python24 and older
PR: ports/115968
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> |
0.6c6 27 Aug 2007 10:45:37 |
miwi |
- Update to 0.6.c6
PR: 115344
Submitted by: Dmitriy Kirhlarov <dimma@higis.ru> |
0.6c5 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 |
0.6c5 01 Feb 2007 07:52:58 |
dryice |
update to 0.6c5
Approved by: itetcu (mentor) alexbl@ (for python@) |
0.6c3_1 15 Jan 2007 23:45:23 |
dryice |
Fix the plist
Approved by: itetcu (mentor) |
0.6c3_1 17 Nov 2006 18:07:45 |
acm |
- Change maintainer email to python@ |
0.6c3_1 07 Nov 2006 14:48:36 |
acm |
- Fix pkg-plist problems with python >= 2.5
PR: ports/104356
Submitted by: Piet Delport <pjd__at__satori.za.net> |
0.6c3 23 Sep 2006 23:06:40 |
acm |
- Update to 0.6c3 |
0.6c1 25 Jul 2006 17:48:14 |
acm |
- Updated distinfo file, my mistake on last commit
Approved by: garga (mentor) |
0.6c1 24 Jul 2006 01:55:31 |
acm |
- Update to 0.6c1
Approved by: garga (mentor) |
0.6b3 23 Jul 2006 02:45:24 |
acm |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
0.6b3 14 Jun 2006 19:03:00 |
erwin |
Update to 0.6b3
PR: 98952
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) |
0.6b1 31 May 2006 11:53:06 |
mich |
- Update to -> 0.6b1
PR: ports/97585
Submitted by: maintainer |
0.6a11 08 Apr 2006 17:01:31 |
mnag |
- Update to 0.6a11
PR: 95503
Submitted by: maintainer |
0.6a10 18 Feb 2006 06:44:25 |
kuriyama |
- Upgrade to 0.6a10.
- Use $PLIST_SUB for easy future upgrade.
Approved by: maintainer |
0.6a9 12 Jan 2006 00:03:23 |
tdb |
- Update to 0.6a9
PR: 91670
Submitted by: nivit@email.it (Nicola Vitale)
Approved by: maintainer |
0.6a8 22 Nov 2005 20:48:56 |
pav |
Setuptools is a collection of enhancements to the Python distutils (for Python
2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python
2.4) that allow you to more easily build and distribute Python packages,
especially ones that have dependencies on other packages.
PR: ports/89352
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> |