Port details |
- py-setuptools Python packages installer
- 63.1.0 devel
=63 Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2005-11-22 20:49:55
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- People watching this port, also watch:: libiconv, libxml2, expat, pcre, sqlite3
- Also Listed In: python
- License: MIT
- Description:
- Setuptools is a fully-featured, actively-maintained, and stable library
designed to facilitate packaging Python projects, where packaging includes:
- Python package and module definitions
- Distribution package metadata
- Test hooks
- Project installation
- Platform-specific details
- Python 3 support
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-setuptools/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-setuptools
- pkg install py39-setuptools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-setuptools listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-setuptools
- Package flavors (<flavor>: <package>)
- py39: py39-setuptools
- py38: py38-setuptools
- py37: py37-setuptools
- py310: py310-setuptools
- py311: py311-setuptools
- distinfo:
- TIMESTAMP = 1657634036
SHA256 (python/setuptools-63.1.0.tar.gz) = 16923d366ced322712c71ccb97164d07472abeecd13f3a6c283f6d5d26722793
SIZE (python/setuptools-63.1.0.tar.gz) = 2599380
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- arabic/py-hijri-converter
- archivers/py-acefile
- archivers/py-borgbackup
- archivers/py-borgbackup11
- archivers/py-brotli
- archivers/py-brotlicffi
- archivers/py-brotlipy
-
Deleted ports which required this port:
- for Run
-
- arabic/py-hijri-converter
- archivers/py-acefile
- archivers/py-borgbackup
- archivers/py-borgbackup11
- archivers/py-brotli
- archivers/py-brotlicffi
- archivers/py-brotlipy
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-setuptools
- USES:
- cpe python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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 |
|