Port details |
- python3 Meta-port for the Python interpreter 3.x
- 3_4 lang =29 3_4Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2013-08-17 19:11:20
- Last Update: 2024-06-18 19:53:34
- Commit Hash: ee63b76
- People watching this port, also watch:: pkg, rsync, bash, sqlite3, git
- Also Listed In: python
- License: not specified in port
- WWW:
- https://www.python.org/
- Description:
- Python is an interpreted object-oriented programming language, and is
often compared to Tcl, Perl or Scheme.
This is a meta port to the Python 3.x interpreter and provides symbolic links
to bin/python3, bin/pydoc3, bin/idle3 and so on to allow compatibility with
minor version agnostic python scripts.
Do not depend on this port.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/python3/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/python3
- pkg install python3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: python3
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
- lang/python
-
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:
- lang_python3
- USES:
- python:run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3_4 18 Jun 2024 19:53:34 |
Po-Chuan Hsieh (sunpoet) |
lang/python3: Add python3-embed.pc
- Remove -f from LN
- Cosmetic change
- Bump PORTREVISION for package change
PR: 257362 |
3_3 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> |
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) |
3_3 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 ) |
3_3 24 Jul 2021 20:23:06 |
Po-Chuan Hsieh (sunpoet) |
lang/python3: Clean up
- Remove leading definite article from COMMENT
- Update USES=python
- Remove unneeded use of PYTHON_MAJOR_VER because this is for python 3.x
- Merge the symbolic link of 2to3 and python to the .for loop |
3_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3_3 09 Jan 2020 13:33:08 |
mat |
Garbage collecte unusable things from lang/python{,2,3} metaports. |
3_3 09 Jan 2020 13:33:04 |
mat |
Simplify the lang/python{2,3} metaports.
Reviewed by: antoine |
3_3 09 Oct 2019 11:53:57 |
bapt |
Drop the ipv6 virtual category for l* category as it is not relevant anymore |
3_3 08 Mar 2019 07:20:40 |
antoine |
Add a not to a few meta ports: do not depend on these ports |
3_3 01 Feb 2019 21:42:29 |
sunpoet |
Add NO_ARCH |
3_3 26 Jan 2019 12:43:57 |
sunpoet |
Update WWW |
3_3 21 Jan 2018 10:51:29 |
mat |
Remove PYTHON*_DEFAULT_VERSION. |
3_3 15 May 2015 03:48:07 |
bdrewery |
Remove dead PYTHON_NO_DEPENDS. It has not been needed or supported since
USES=python was added in r364450. |
3_3 10 Jan 2015 23:15:28 |
demon |
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine |
3_2 20 Oct 2014 17:52:17 |
mva |
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit) |
3_2 01 Sep 2014 13:03:25 |
bapt |
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693 |
3_2 04 Aug 2014 05:49:36 |
mva |
- Fix and remove stale symlinks after the lang/python* cleanup
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> |
3_1 25 Jan 2014 09:15:12 |
mva |
- Do not use absolute source paths for the symlinks to the stagedir
Noticed by: danfe |
3_1 25 Jan 2014 08:46:11 |
mva |
- Enable stagedir support |
3_1 12 Dec 2013 08:12:14 |
kwm |
Install python[23].pc files for the lang/python[23] ports.
Discussed with: koobs@
Approved by: python@ (wg@) |
3 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
3 01 Sep 2013 15:43:35 |
mva |
- improve the python meta port descriptions
Requested by: demon@
Reviewed by: demon@ |
3 18 Aug 2013 15:25:24 |
mva |
- Avoid circular dependencies due to the previous bsd.python.mk change |
3 17 Aug 2013 19:10:59 |
mva |
- Move the symlink magic for the default python version into lang/python
and lang/python2 and lang/python3. This change brings us closer to the goal
of making Python ports usable with different Python versions at the same
time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports. |