non port: devel/py-setuptools/Makefile |
Number of commits found: 88 |
Wednesday, 11 Oct 2023
|
12:17 Dan Langille (dvl)
devel/py-setuptools: revert upgrade to 68.0.0
This reverts commit 121d8af16a7efd4f4ec25c5851f9976b396192c0.
PR: 270358
b1f7e31 |
12:09 Dan Langille (dvl)
devel/py-setuptools: Update to 68.0.0
PR: 270358
121d8af |
Tuesday, 27 Jun 2023
|
19: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>
3d9a815 |
Thursday, 22 Jun 2023
|
13:24 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.
3dda704 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 13 Jul 2022
|
00:19 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
94c675d |
Sunday, 26 Jun 2022
|
20:36 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
ad2d6b8 |
Friday, 3 Jun 2022
|
13:59 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
eab9e31 |
Friday, 10 Sep 2021
|
21:17 Bernhard Froehlich (decke)
devel/py-setuptools: Add CPE information
Approved by: portmgr (blanket)
7448b84 |
Thursday, 3 Jun 2021
|
11:36 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
7a4ce8f |
Tuesday, 25 May 2021
|
13:55 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@
0729af4 |
Tuesday, 11 May 2021
|
21:47 Po-Chuan Hsieh (sunpoet)
devel/py-setuptools: Remove outdated CONFLICTS_INSTALL
- Cosmetic change
py-distribute was removed 7.5 years ago.
4afa461 |
Sunday, 25 Apr 2021
|
18:50 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)
26d8faa |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 4 Feb 2021
|
14:35 mat
Those ports are allowed to build a 2.7 flavor, for now.
 |
Sunday, 15 Mar 2020
|
06:52 antoine
Add a note that this port can't be updated without an exp-run
With hat: portmgr
 |
Monday, 20 Jan 2020
|
20:12 sunpoet
Update to 44.0.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 243329
Exp-run by: antoine
 |
Monday, 16 Dec 2019
|
09:22 antoine
Bump PORTREVISION after r520219
 |
Friday, 25 Oct 2019
|
19:09 sunpoet
Update to 41.4.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 241377
Exp-run by: antoine
 |
Monday, 26 Aug 2019
|
11:49 sunpoet
Update to 41.2.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 240045
Exp-run by: antoine
 |
Friday, 16 Aug 2019
|
18:11 sunpoet
Update to 41.1.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 239862
Exp-run by: antoine
 |
Saturday, 29 Jun 2019
|
09:28 swills
devel/py-setuptools: Update to 41.0.1
PR: 238460
Approved by: miwi
 |
Sunday, 14 Apr 2019
|
00:19 sunpoet
Update to 41.0.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 237123
Exp-run by: antoine
 |
Wednesday, 10 Apr 2019
|
06:18 antoine
Bump a few PORTREVISIONs after r498529
With hat: portmgr
 |
Sunday, 10 Feb 2019
|
00:08 sunpoet
Update to 40.8.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 235474
Exp-run by: antoine
 |
Tuesday, 22 Jan 2019
|
13:03 miwi
- Update to 40.6.3
https://github.com/pypa/setuptools/commit/1c1c9152abcb8b1b6a13f1cfb4744f8d73016876
Sponsored by: iXsystems Inc.
 |
Thursday, 22 Nov 2018
|
20:48 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
 |
Thursday, 4 Oct 2018
|
18:14 sunpoet
Update to 40.4.3
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 231627
Exp-run by: antoine
 |
Tuesday, 17 Jul 2018
|
03:36 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
 |
Wednesday, 20 Jun 2018
|
17:05 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
 |
Saturday, 26 May 2018
|
15:04 miwi
- Update to 39.2.0
PR: 228250
Submitted by: myself
Sponsored by: iXsystems Inc.
Differential Revision: https://reviews.freebsd.org/D15426
 |
Thursday, 29 Mar 2018
|
19:59 sunpoet
Update to 39.0.1
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 226733
Exp-run by: antoine
 |
Thursday, 8 Mar 2018
|
14:25 miwi
- Update to 38.5.2
 |
Thursday, 8 Feb 2018
|
13:00 sunpoet
Update to 38.5.1
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 225707
Exp-run by: antoine
 |
Sunday, 4 Feb 2018
|
10:49 sunpoet
Fix LICENSE
- Add LICENSE_FILE
 |
Sunday, 21 Jan 2018
|
10:51 mat
Remove PYTHON*_DEFAULT_VERSION.
 |
Monday, 1 Jan 2018
|
20:40 sunpoet
Update to 38.2.5
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 224676
Exp-run by: antoine
 |
Thursday, 30 Nov 2017
|
15:50 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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Thursday, 22 Dec 2016
|
01:29 wen
- Update to 32.1.0
PR: 215376
Submitted by: wen@(myself)
Exp-run by: antoine@
 |
Sunday, 4 Dec 2016
|
14:00 wen
- Update to 28.8.0
PR: 214759
Submitted by: yuri@rawbw.com
Exp-run by: antoine@
 |
Wednesday, 12 Oct 2016
|
02:27 wen
- Update to 28.1.0
PR: 213244
Submitted by: wen@(myself)
Exp-run by: antoine@
 |
Sunday, 3 Jul 2016
|
00:17 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
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 11 Feb 2016
|
07:05 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
 |
Sunday, 27 Dec 2015
|
09:11 miwi
- Update to 19.2
Exp-run by: antoine
Changes: https://pythonhosted.org/setuptools/history.html
PR: 205603
Submitted by: yuri@rawbw.com
 |
Thursday, 24 Dec 2015
|
08:34 miwi
- Update to 19.1.1
Exp-run by: antoine
Differential Revision: D4665
 |
Friday, 4 Dec 2015
|
12:35 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
 |
Saturday, 13 Jun 2015
|
13:56 sunpoet
- Add NO_ARCH
 |
Friday, 12 Jun 2015
|
11:31 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
 |
Monday, 19 Jan 2015
|
13:25 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@
 |
Tuesday, 19 Aug 2014
|
06:29 antoine
Add a little comment
 |
06:12 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
 |
Monday, 18 Aug 2014
|
17:47 sunpoet
- Use USES=python
 |
Monday, 11 Aug 2014
|
08:10 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
 |
Wednesday, 16 Jul 2014
|
08:30 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
 |
Wednesday, 25 Jun 2014
|
19:52 wg
devel/py-setuptools: update to 5.1
PR: 191257
Exp-run: antoine
With hat: python
 |
Wednesday, 25 Dec 2013
|
12:19 wg
devel/py-setuptools: update to 2.0.1
 |
Sunday, 15 Dec 2013
|
16:22 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
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
 |
Friday, 29 Nov 2013
|
12:48 wg
devel/py-setuptools: fix plist for python 3.x
Submitted by: Dmitry Sivachenko <trtrmitya gmail.com>
 |
Wednesday, 27 Nov 2013
|
22:09 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@
 |
18: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
 |
Saturday, 6 Oct 2012
|
14:53 rm
- remove unsupported python versions
- trim Makefile header
- change USE_PYTHON to just -2.7
- tab -> space change in pkg-descr:WW
 |
Sunday, 8 Jan 2012
|
01:51 scheidell
- Fix missing if in pkg-plist, install error
Submitted by: poyopoyo@puripuri.plala.or.jp
Approved by: gabor (mentor)
 |
Friday, 6 Jan 2012
|
16:36 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)
 |
Wednesday, 17 Aug 2011
|
17:27 sunpoet
- Restrict range of USE_PYTHON: setuptools does not build with python 3.x
 |
Friday, 25 Feb 2011
|
07:50 miwi
- Move from py24 over to py25 or above
- Drop md5 support
 |
Sunday, 13 Dec 2009
|
17:00 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
 |
Thursday, 26 Nov 2009
|
22:22 miwi
- Update to 0.6c11
Thanks to: wen@
 |
Thursday, 9 Oct 2008
|
08:26 mm
- Update to 0.6c9
PR: ports/127924
Tested by: jpaetzel
 |
Wednesday, 5 Mar 2008
|
13:51 dryice
update to 0.6c8
PR: ports/120866
Submitted by: Piet Delport <pjdelport@gmail.com>
 |
Tuesday, 20 Nov 2007
|
09:10 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)
 |
Monday, 10 Sep 2007
|
00:09 miwi
- Update to 0.6c7
Approved by: alexbl@
 |
Monday, 27 Aug 2007
|
10:45 miwi
- Update to 0.6.c6
PR: 115344
Submitted by: Dmitriy Kirhlarov <dimma@higis.ru>
 |
Monday, 30 Jul 2007
|
09:42 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
 |
Thursday, 1 Feb 2007
|
07:52 dryice
update to 0.6c5
Approved by: itetcu (mentor) alexbl@ (for python@)
 |
Friday, 17 Nov 2006
|
18:07 acm
- Change maintainer email to python@
 |
Tuesday, 7 Nov 2006
|
14:48 acm
- Fix pkg-plist problems with python >= 2.5
PR: ports/104356
Submitted by: Piet Delport <pjd__at__satori.za.net>
 |
Saturday, 23 Sep 2006
|
23:06 acm
- Update to 0.6c3
 |
Monday, 24 Jul 2006
|
01:55 acm
- Update to 0.6c1
Approved by: garga (mentor)
 |
Sunday, 23 Jul 2006
|
02:45 acm
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor)
 |
Wednesday, 14 Jun 2006
|
19:03 erwin
Update to 0.6b3
PR: 98952
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
 |
Wednesday, 31 May 2006
|
11:53 mich
- Update to -> 0.6b1
PR: ports/97585
Submitted by: maintainer
 |
Saturday, 8 Apr 2006
|
17:01 mnag
- Update to 0.6a11
PR: 95503
Submitted by: maintainer
 |
Saturday, 18 Feb 2006
|
06:44 kuriyama
- Upgrade to 0.6a10.
- Use $PLIST_SUB for easy future upgrade.
Approved by: maintainer
 |
Thursday, 12 Jan 2006
|
00:03 tdb
- Update to 0.6a9
PR: 91670
Submitted by: nivit@email.it (Nicola Vitale)
Approved by: maintainer
 |
Tuesday, 22 Nov 2005
|
20:48 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>
 |
Number of commits found: 88 |