notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/py-setuptools/Makefile

Number of commits found: 88

Wednesday, 11 Oct 2023
12:17 Dan Langille (dvl) search for other commits by this committer
devel/py-setuptools: revert upgrade to 68.0.0

This reverts commit 121d8af16a7efd4f4ec25c5851f9976b396192c0.

PR:		270358
commit hash: b1f7e31dea5e702afc08d2cd7e993f36ecf824cc commit hash: b1f7e31dea5e702afc08d2cd7e993f36ecf824cc commit hash: b1f7e31dea5e702afc08d2cd7e993f36ecf824cc commit hash: b1f7e31dea5e702afc08d2cd7e993f36ecf824cc b1f7e31
12:09 Dan Langille (dvl) search for other commits by this committer
devel/py-setuptools: Update to 68.0.0

PR:		270358
commit hash: 121d8af16a7efd4f4ec25c5851f9976b396192c0 commit hash: 121d8af16a7efd4f4ec25c5851f9976b396192c0 commit hash: 121d8af16a7efd4f4ec25c5851f9976b396192c0 commit hash: 121d8af16a7efd4f4ec25c5851f9976b396192c0 121d8af
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 22 Jun 2023
13:24 Eugene Grosbein (eugen) search for other commits by this committer
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.
commit hash: 3dda704910d48411e072f7c58b8530dcd56bc5a9 commit hash: 3dda704910d48411e072f7c58b8530dcd56bc5a9 commit hash: 3dda704910d48411e072f7c58b8530dcd56bc5a9 commit hash: 3dda704910d48411e072f7c58b8530dcd56bc5a9 3dda704
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 13 Jul 2022
00:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-setuptools: Update to 63.1.0

Changes:	https://github.com/pypa/setuptools/blob/main/CHANGES.rst
PR:		265081
Exp-run by:	antoine
commit hash: 94c675d58d181cdc28afbc2b5ad1924521c053f5 commit hash: 94c675d58d181cdc28afbc2b5ad1924521c053f5 commit hash: 94c675d58d181cdc28afbc2b5ad1924521c053f5 commit hash: 94c675d58d181cdc28afbc2b5ad1924521c053f5 94c675d
Sunday, 26 Jun 2022
20:36 Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: ad2d6b8e488819a85ade85ecbf1fc16db82b49b9 commit hash: ad2d6b8e488819a85ade85ecbf1fc16db82b49b9 commit hash: ad2d6b8e488819a85ade85ecbf1fc16db82b49b9 commit hash: ad2d6b8e488819a85ade85ecbf1fc16db82b49b9 ad2d6b8
Friday, 3 Jun 2022
13:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: eab9e318306d8cdf8a3a3a304e0f4d2d29215c6b commit hash: eab9e318306d8cdf8a3a3a304e0f4d2d29215c6b commit hash: eab9e318306d8cdf8a3a3a304e0f4d2d29215c6b commit hash: eab9e318306d8cdf8a3a3a304e0f4d2d29215c6b eab9e31
Friday, 10 Sep 2021
21:17 Bernhard Froehlich (decke) search for other commits by this committer
devel/py-setuptools: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 7448b845fd22b94713e51408a846e86c901ee4a4 commit hash: 7448b845fd22b94713e51408a846e86c901ee4a4 commit hash: 7448b845fd22b94713e51408a846e86c901ee4a4 commit hash: 7448b845fd22b94713e51408a846e86c901ee4a4 7448b84
Thursday, 3 Jun 2021
11:36 Dmitry Marakasov (amdmi3) search for other commits by this committer
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
commit hash: 7a4ce8f831c4911061f4f465b4bf1e830267d4dc commit hash: 7a4ce8f831c4911061f4f465b4bf1e830267d4dc commit hash: 7a4ce8f831c4911061f4f465b4bf1e830267d4dc commit hash: 7a4ce8f831c4911061f4f465b4bf1e830267d4dc 7a4ce8f
Tuesday, 25 May 2021
13:55 Dmitry Marakasov (amdmi3) search for other commits by this committer
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@
commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 0729af4
Tuesday, 11 May 2021
21:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-setuptools: Remove outdated CONFLICTS_INSTALL

- Cosmetic change

py-distribute was removed 7.5 years ago.
commit hash: 4afa461bfcdb7cab9529cece587526778c68c156 commit hash: 4afa461bfcdb7cab9529cece587526778c68c156 commit hash: 4afa461bfcdb7cab9529cece587526778c68c156 commit hash: 4afa461bfcdb7cab9529cece587526778c68c156 4afa461
Sunday, 25 Apr 2021
18:50 Kai Knoblich (kai) search for other commits by this committer
*: 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)
commit hash: 26d8faac23752e2fc666fb9aaf103660c132360a commit hash: 26d8faac23752e2fc666fb9aaf103660c132360a commit hash: 26d8faac23752e2fc666fb9aaf103660c132360a commit hash: 26d8faac23752e2fc666fb9aaf103660c132360a 26d8faa
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 4 Feb 2021
14:35 mat search for other commits by this committer
Those ports are allowed to build a 2.7 flavor, for now.
Original commitRevision:564031 
Sunday, 15 Mar 2020
06:52 antoine search for other commits by this committer
Add a note that this port can't be updated without an exp-run

With hat:	portmgr
Original commitRevision:528471 
Monday, 20 Jan 2020
20:12 sunpoet search for other commits by this committer
Update to 44.0.0

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		243329
Exp-run by:	antoine
Original commitRevision:523682 
Monday, 16 Dec 2019
09:22 antoine search for other commits by this committer
Bump PORTREVISION after r520219
Original commitRevision:520234 
Friday, 25 Oct 2019
19:09 sunpoet search for other commits by this committer
Update to 41.4.0

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		241377
Exp-run by:	antoine
Original commitRevision:515635 
Monday, 26 Aug 2019
11:49 sunpoet search for other commits by this committer
Update to 41.2.0

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		240045
Exp-run by:	antoine
Original commitRevision:509933 
Friday, 16 Aug 2019
18:11 sunpoet search for other commits by this committer
Update to 41.1.0

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		239862
Exp-run by:	antoine
Original commitRevision:509112 
Saturday, 29 Jun 2019
09:28 swills search for other commits by this committer
devel/py-setuptools: Update to 41.0.1

PR:		238460
Approved by:	miwi
Original commitRevision:505340 
Sunday, 14 Apr 2019
00:19 sunpoet search for other commits by this committer
Update to 41.0.0

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		237123
Exp-run by:	antoine
Original commitRevision:498869 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
Sunday, 10 Feb 2019
00:08 sunpoet search for other commits by this committer
Update to 40.8.0

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		235474
Exp-run by:	antoine
Original commitRevision:492575 
Tuesday, 22 Jan 2019
13:03 miwi search for other commits by this committer
- Update to 40.6.3

	https://github.com/pypa/setuptools/commit/1c1c9152abcb8b1b6a13f1cfb4744f8d73016876

Sponsored by:	iXsystems Inc.
Original commitRevision:490949 
Thursday, 22 Nov 2018
20:48 sunpoet search for other commits by this committer
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
Original commitRevision:485621 
Thursday, 4 Oct 2018
18:14 sunpoet search for other commits by this committer
Update to 40.4.3

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		231627
Exp-run by:	antoine
Original commitRevision:481238 
Tuesday, 17 Jul 2018
03:36 miwi search for other commits by this committer
- 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
Original commitRevision:474770 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Saturday, 26 May 2018
15:04 miwi search for other commits by this committer
- Update to 39.2.0

PR:		228250
Submitted by:	myself
Sponsored by:	iXsystems Inc.
Differential Revision:	https://reviews.freebsd.org/D15426
Original commitRevision:470892 
Thursday, 29 Mar 2018
19:59 sunpoet search for other commits by this committer
Update to 39.0.1

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		226733
Exp-run by:	antoine
Original commitRevision:465919 
Thursday, 8 Mar 2018
14:25 miwi search for other commits by this committer
- Update to 38.5.2
Original commitRevision:463890 
Thursday, 8 Feb 2018
13:00 sunpoet search for other commits by this committer
Update to 38.5.1

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		225707
Exp-run by:	antoine
Original commitRevision:461227 
Sunday, 4 Feb 2018
10:49 sunpoet search for other commits by this committer
Fix LICENSE

- Add LICENSE_FILE
Original commitRevision:460916 
Sunday, 21 Jan 2018
10:51 mat search for other commits by this committer
Remove PYTHON*_DEFAULT_VERSION.
Original commitRevision:459584 
Monday, 1 Jan 2018
20:40 sunpoet search for other commits by this committer
Update to 38.2.5

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		224676
Exp-run by:	antoine
Original commitRevision:457799 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Thursday, 22 Dec 2016
01:29 wen search for other commits by this committer
- Update to 32.1.0

PR:		215376
Submitted by:	wen@(myself)
Exp-run by:	antoine@
Original commitRevision:429135 
Sunday, 4 Dec 2016
14:00 wen search for other commits by this committer
- Update to 28.8.0

PR:		214759
Submitted by:	yuri@rawbw.com
Exp-run by:	antoine@
Original commitRevision:427787 
Wednesday, 12 Oct 2016
02:27 wen search for other commits by this committer
- Update to 28.1.0

PR:		213244
Submitted by:	wen@(myself)
Exp-run by:	antoine@
Original commitRevision:423822 
Sunday, 3 Jul 2016
00:17 wen search for other commits by this committer
- 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
Original commitRevision:417946 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 11 Feb 2016
07:05 miwi search for other commits by this committer
- 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
Original commitRevision:408677 
Sunday, 27 Dec 2015
09:11 miwi search for other commits by this committer
- Update to 19.2

Exp-run by: antoine
Changes:    https://pythonhosted.org/setuptools/history.html

PR:		205603
Submitted by:	yuri@rawbw.com
Original commitRevision:404553 
Thursday, 24 Dec 2015
08:34 miwi search for other commits by this committer
- Update to 19.1.1

Exp-run by:     antoine
Differential Revision:	D4665
Original commitRevision:404334 
Friday, 4 Dec 2015
12:35 sunpoet search for other commits by this committer
- 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
Original commitRevision:402980 
Saturday, 13 Jun 2015
13:56 sunpoet search for other commits by this committer
- Add NO_ARCH
Original commitRevision:389422 
Friday, 12 Jun 2015
11:31 koobs search for other commits by this committer
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
Original commitRevision:389266 
Monday, 19 Jan 2015
13:25 koobs search for other commits by this committer
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@
Original commitRevision:377419 
Tuesday, 19 Aug 2014
06:29 antoine search for other commits by this committer
Add a little comment
Original commitRevision:365363 
06:12 antoine search for other commits by this committer
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
Original commitRevision:365362 
Monday, 18 Aug 2014
17:47 sunpoet search for other commits by this committer
- Use USES=python
Original commitRevision:365333 
Monday, 11 Aug 2014
08:10 koobs search for other commits by this committer
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
Original commitRevision:364591 
Wednesday, 16 Jul 2014
08:30 koobs search for other commits by this committer
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
Original commitRevision:362051 
Wednesday, 25 Jun 2014
19:52 wg search for other commits by this committer
devel/py-setuptools: update to 5.1

PR:		191257
Exp-run:	antoine
With hat:	python
Original commitRevision:359295 
Wednesday, 25 Dec 2013
12:19 wg search for other commits by this committer
devel/py-setuptools: update to 2.0.1
Original commitRevision:337409 
Sunday, 15 Dec 2013
16:22 wg search for other commits by this committer
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)
Original commitRevision:336553 
Friday, 29 Nov 2013
12:48 wg search for other commits by this committer
devel/py-setuptools: fix plist for python 3.x

Submitted by:	Dmitry Sivachenko <trtrmitya gmail.com>
Original commitRevision:335175 
Wednesday, 27 Nov 2013
22:09 mva search for other commits by this committer
- 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@
Original commitRevision:335068 
18:48 wg search for other commits by this committer
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
Original commitRevision:335043 
Saturday, 6 Oct 2012
14:53 rm search for other commits by this committer
- remove unsupported python versions
- trim Makefile header
- change USE_PYTHON to just -2.7
- tab -> space change in pkg-descr:WW
Original commitRevision:305372 
Sunday, 8 Jan 2012
01:51 scheidell search for other commits by this committer
- Fix missing if in pkg-plist, install error

Submitted by:   poyopoyo@puripuri.plala.or.jp
Approved by:    gabor (mentor)
Original commit
Friday, 6 Jan 2012
16:36 scheidell search for other commits by this committer
- 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)
Original commit
Wednesday, 17 Aug 2011
17:27 sunpoet search for other commits by this committer
- Restrict range of USE_PYTHON: setuptools does not build with python 3.x
Original commit
Friday, 25 Feb 2011
07:50 miwi search for other commits by this committer
- Move from py24 over to py25 or above
- Drop md5 support
Original commit
Sunday, 13 Dec 2009
17:00 miwi search for other commits by this committer
- 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
Original commit
Thursday, 26 Nov 2009
22:22 miwi search for other commits by this committer
- Update to 0.6c11

Thanks to:      wen@
Original commit
Thursday, 9 Oct 2008
08:26 mm search for other commits by this committer
- Update to 0.6c9

PR:             ports/127924
Tested by:      jpaetzel
Original commit
Wednesday, 5 Mar 2008
13:51 dryice search for other commits by this committer
update to 0.6c8

PR:             ports/120866
Submitted by:   Piet Delport <pjdelport@gmail.com>
Original commit
Tuesday, 20 Nov 2007
09:10 pav search for other commits by this committer
- Pre-install site.py to avoid the rush later. Fixes plist failures of many py*
  ports.

Submitted by:   perky (maintainer)
Approved by:    portmgr (hat)
Original commit
Monday, 10 Sep 2007
00:09 miwi search for other commits by this committer
- Update to 0.6c7

Approved by:    alexbl@
Original commit
Monday, 27 Aug 2007
10:45 miwi search for other commits by this committer
- Update to 0.6.c6

PR:             115344
Submitted by:   Dmitriy Kirhlarov <dimma@higis.ru>
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - 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
Original commit
Thursday, 1 Feb 2007
07:52 dryice search for other commits by this committer
update to 0.6c5

Approved by:    itetcu (mentor)         alexbl@ (for python@)
Original commit
Friday, 17 Nov 2006
18:07 acm search for other commits by this committer
- Change maintainer email to python@
Original commit
Tuesday, 7 Nov 2006
14:48 acm search for other commits by this committer
- Fix pkg-plist problems with python >= 2.5

PR:             ports/104356
Submitted by:   Piet Delport <pjd__at__satori.za.net>
Original commit
Saturday, 23 Sep 2006
23:06 acm search for other commits by this committer
- Update to 0.6c3
Original commit
Monday, 24 Jul 2006
01:55 acm search for other commits by this committer
- Update to 0.6c1

Approved by:    garga (mentor)
Original commit
Sunday, 23 Jul 2006
02:45 acm search for other commits by this committer
Change maintainer address to my @FreeBSD.org email

Approved by:    garga (mentor)
Original commit
Wednesday, 14 Jun 2006
19:03 erwin search for other commits by this committer
Update to 0.6b3

PR:             98952
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Original commit
Wednesday, 31 May 2006
11:53 mich search for other commits by this committer
- Update to -> 0.6b1

PR:             ports/97585
Submitted by:   maintainer
Original commit
Saturday, 8 Apr 2006
17:01 mnag search for other commits by this committer
- Update to 0.6a11

PR:             95503
Submitted by:   maintainer
Original commit
Saturday, 18 Feb 2006
06:44 kuriyama search for other commits by this committer
- Upgrade to 0.6a10.
- Use $PLIST_SUB for easy future upgrade.

Approved by:    maintainer
Original commit
Thursday, 12 Jan 2006
00:03 tdb search for other commits by this committer
- Update to 0.6a9

PR:             91670
Submitted by:   nivit@email.it (Nicola Vitale)
Approved by:    maintainer
Original commit
Tuesday, 22 Nov 2005
20:48 pav search for other commits by this committer
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>
Original commit

Number of commits found: 88