notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-setuptools/Makefile
SVNWeb

Number of commits found: 86

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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>
Thu, 22 Jun 2023
[ 13:24 Eugene Grosbein (eugen) search for other commits by this committer ]    commit hash:3dda704910d48411e072f7c58b8530dcd56bc5a9  commit hash:3dda704910d48411e072f7c58b8530dcd56bc5a9  commit hash:3dda704910d48411e072f7c58b8530dcd56bc5a9  3dda704 
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.
Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 13 Jul 2022
[ 00:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:94c675d58d181cdc28afbc2b5ad1924521c053f5  commit hash:94c675d58d181cdc28afbc2b5ad1924521c053f5  commit hash:94c675d58d181cdc28afbc2b5ad1924521c053f5  94c675d 
devel/py-setuptools: Update to 63.1.0

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

Approved by:	portmgr (blanket)
Thu, 3 Jun 2021
[ 11:36 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:7a4ce8f831c4911061f4f465b4bf1e830267d4dc  commit hash:7a4ce8f831c4911061f4f465b4bf1e830267d4dc  commit hash:7a4ce8f831c4911061f4f465b4bf1e830267d4dc  7a4ce8f 
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
Tue, 25 May 2021
[ 13:55 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  0729af4  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
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@
Tue, 11 May 2021
[ 21:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:4afa461bfcdb7cab9529cece587526778c68c156  commit hash:4afa461bfcdb7cab9529cece587526778c68c156  commit hash:4afa461bfcdb7cab9529cece587526778c68c156  4afa461 
devel/py-setuptools: Remove outdated CONFLICTS_INSTALL

- Cosmetic change

py-distribute was removed 7.5 years ago.
Sun, 25 Apr 2021
[ 18:50 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:26d8faac23752e2fc666fb9aaf103660c132360a  commit hash:26d8faac23752e2fc666fb9aaf103660c132360a  commit hash:26d8faac23752e2fc666fb9aaf103660c132360a  26d8faa 
*: 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)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 4 Feb 2021
[ 14:35 mat search for other commits by this committer ] Original commit   Revision:564031 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Those ports are allowed to build a 2.7 flavor, for now.
Sun, 15 Mar 2020
[ 06:52 antoine search for other commits by this committer ] Original commit   Revision:528471
Add a note that this port can't be updated without an exp-run

With hat:	portmgr
Mon, 20 Jan 2020
[ 20:12 sunpoet search for other commits by this committer ] Original commit   Revision:523682
Update to 44.0.0

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

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

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

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

PR:		238460
Approved by:	miwi
Sun, 14 Apr 2019
[ 00:19 sunpoet search for other commits by this committer ] Original commit   Revision:498869
Update to 41.0.0

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		237123
Exp-run by:	antoine
Wed, 10 Apr 2019
[ 06:18 antoine search for other commits by this committer ] Original commit   Revision:498530 (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Sun, 10 Feb 2019
[ 00:08 sunpoet search for other commits by this committer ] Original commit   Revision:492575
Update to 40.8.0

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

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

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

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		231627
Exp-run by:	antoine
Tue, 17 Jul 2018
[ 03:36 miwi search for other commits by this committer ] Original commit   Revision:474770
- 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
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

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

Sponsored by:	Absolight
Sat, 26 May 2018
[ 15:04 miwi search for other commits by this committer ] Original commit   Revision:470892
- Update to 39.2.0

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

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

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

- Add LICENSE_FILE
Sun, 21 Jan 2018
[ 10:51 mat search for other commits by this committer ] Original commit   Revision:459584
Remove PYTHON*_DEFAULT_VERSION.
Mon, 1 Jan 2018
[ 20:40 sunpoet search for other commits by this committer ] Original commit   Revision:457799
Update to 38.2.5

Changes:	https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR:		224676
Exp-run by:	antoine
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 22 Dec 2016
[ 01:29 wen search for other commits by this committer ] Original commit   Revision:429135
- Update to 32.1.0

PR:		215376
Submitted by:	wen@(myself)
Exp-run by:	antoine@
Sun, 4 Dec 2016
[ 14:00 wen search for other commits by this committer ] Original commit   Revision:427787
- Update to 28.8.0

PR:		214759
Submitted by:	yuri@rawbw.com
Exp-run by:	antoine@
Wed, 12 Oct 2016
[ 02:27 wen search for other commits by this committer ] Original commit   Revision:423822
- Update to 28.1.0

PR:		213244
Submitted by:	wen@(myself)
Exp-run by:	antoine@
Sun, 3 Jul 2016
[ 00:17 wen search for other commits by this committer ] Original commit   Revision:417946
- 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
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 11 Feb 2016
[ 07:05 miwi search for other commits by this committer ] Original commit   Revision:408677
- 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
Sun, 27 Dec 2015
[ 09:11 miwi search for other commits by this committer ] Original commit   Revision:404553
- Update to 19.2

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

PR:		205603
Submitted by:	yuri@rawbw.com
Thu, 24 Dec 2015
[ 08:34 miwi search for other commits by this committer ] Original commit   Revision:404334
- Update to 19.1.1

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

PR:		191257
Exp-run:	antoine
With hat:	python
Wed, 25 Dec 2013
[ 12:19 wg search for other commits by this committer ] Original commit   Revision:337409
devel/py-setuptools: update to 2.0.1
Sun, 15 Dec 2013
[ 16:22 wg search for other commits by this committer ] Original commit   Revision:336553 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 29 Nov 2013
[ 12:48 wg search for other commits by this committer ] Original commit   Revision:335175
devel/py-setuptools: fix plist for python 3.x

Submitted by:	Dmitry Sivachenko <trtrmitya gmail.com>
Wed, 27 Nov 2013
[ 22:09 mva search for other commits by this committer ] Original commit   Revision:335068
- 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 search for other commits by this committer ] Original commit   Revision:335043 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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
Sat, 6 Oct 2012
[ 14:53 rm search for other commits by this committer ] Original commit   Revision:305372
- remove unsupported python versions
- trim Makefile header
- change USE_PYTHON to just -2.7
- tab -> space change in pkg-descr:WW
Sun, 8 Jan 2012
[ 01:51 scheidell search for other commits by this committer ] Original commit 
- Fix missing if in pkg-plist, install error

Submitted by:   poyopoyo@puripuri.plala.or.jp
Approved by:    gabor (mentor)
Fri, 6 Jan 2012
[ 16:36 scheidell search for other commits by this committer ] Original commit 
- 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)
Wed, 17 Aug 2011
[ 17:27 sunpoet search for other commits by this committer ] Original commit 
- Restrict range of USE_PYTHON: setuptools does not build with python 3.x
Fri, 25 Feb 2011
[ 07:50 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
- Move from py24 over to py25 or above
- Drop md5 support
Sun, 13 Dec 2009
[ 17:00 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 26 Nov 2009
[ 22:22 miwi search for other commits by this committer ] Original commit 
- Update to 0.6c11

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

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

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

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

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

PR:             115344
Submitted by:   Dmitriy Kirhlarov <dimma@higis.ru>
Mon, 30 Jul 2007
[ 09:42 alexbl search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
 - 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
Thu, 1 Feb 2007
[ 07:52 dryice search for other commits by this committer ] Original commit 
update to 0.6c5

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

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

Approved by:    garga (mentor)
Sun, 23 Jul 2006
[ 02:45 acm search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Change maintainer address to my @FreeBSD.org email

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

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

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

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

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

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