diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-04-08 13:10:25 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-04-08 13:10:25 +0000 |
commit | 51bf49a441c5284b4e26011f0029e27a077bbdca (patch) | |
tree | 7ce51cb70563be00f7ba45bd8ed641515075d40a /lang/python-doc-html | |
parent | 39fff6230b4598d3317035c449f6920228a7ab4b (diff) | |
download | ports-51bf49a441c5284b4e26011f0029e27a077bbdca.tar.gz ports-51bf49a441c5284b4e26011f0029e27a077bbdca.zip |
Welcome Python 3.4 to the FreeBSD Ports Tree!
The FreeBSD Python Team warmly welcomes Python 3.4 to the Ports tree:
- Add lang/python34
- Add devel/py-setuptools34
- Add Python 3.4.0 docs to lang/python-doc
Release Announcement and Major Features:
https://www.python.org/download/releases/3.4.0/
This also marks the next stage of a cleaner, much-closer-to-upstream
approach to Python on FreeBSD, that builds upon the hard work of the
entire FreeBSD Python team over the last year.
This port is built "entirely" from scratch, retiring as much of the
legacy, workarounds, patches and hacks from the existing Python
ports as possible.
Of particular note: static + shared dual-build is gone, as it was flaky
at best, grossly untested upstream and caused more issues than it
solved. It is replaced by a shared build by default. The static python
library remains installed and usable.
Major changes in this structure are:
- Replace dual static and shared in-tree build with shared-only.
- Use options helpers
- Replace plat-freebsd* hacks with a lighter weight alternative
- Strip all libraries and shared extensions
- Only retain patches that are absolutely necessary
- Replace static disabled_module_list with one from upstream
- Retain NIS and sparc64 workarounds from python33
- Deprecate SEM option, no longer optional.
- Deprecate PTH option, no longer maintained or supported upstream
- Deprecate FPECTL option, no longer maintained or supported upstream
- Add upstream issue references & breadcrumb annotations where possible
Tested by: many (Special thanks to Andrew Berg)
Reviewed by: xmj, nemysis, antoine
Notes
Notes:
svn path=/head/; revision=350610
Diffstat (limited to 'lang/python-doc-html')
-rw-r--r-- | lang/python-doc-html/Makefile | 2 | ||||
-rw-r--r-- | lang/python-doc-html/distinfo | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index f9d12bc0d90b..ecf1fadb032b 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -16,7 +16,7 @@ COMMENT= Documentation for the Python programming language PORTSCOUT= ignore:1 NO_BUILD= yes -USE_BZIP2= yes +USES= tar:bzip2 USE_PYTHON_BUILD= yes DOCSDIR= ${PREFIX}/share/doc/${PYTHON_VERSION} diff --git a/lang/python-doc-html/distinfo b/lang/python-doc-html/distinfo index 0198117d0bb8..4a646c5d380c 100644 --- a/lang/python-doc-html/distinfo +++ b/lang/python-doc-html/distinfo @@ -30,3 +30,11 @@ SHA256 (python/python-3.3.4-docs-pdf-letter.tar.bz2) = 21aabe30ad03ef4c78e57b14f SIZE (python/python-3.3.4-docs-pdf-letter.tar.bz2) = 11337167 SHA256 (python/python-3.3.4-docs-text.tar.bz2) = 82c98238d9df22650d27f3bff40b31888306aaf5f7636bbb145f94266365f273 SIZE (python/python-3.3.4-docs-text.tar.bz2) = 1783407 +SHA256 (python/python-3.4.0-docs-html.tar.bz2) = 445037818f15c4b622212db9e8182e322eb16de3959718dbd339229ed39044fc +SIZE (python/python-3.4.0-docs-html.tar.bz2) = 5355183 +SHA256 (python/python-3.4.0-docs-pdf-a4.tar.bz2) = 0a0ae03e19e413444a2031bd72bbdf73efbb7b31582f3773025450f612d13bc9 +SIZE (python/python-3.4.0-docs-pdf-a4.tar.bz2) = 11684652 +SHA256 (python/python-3.4.0-docs-pdf-letter.tar.bz2) = fbd9d276fb1bdcba66b539fa6c53cb7caf89671d5029fa9972c70a7fb7dd6713 +SIZE (python/python-3.4.0-docs-pdf-letter.tar.bz2) = 11754877 +SHA256 (python/python-3.4.0-docs-text.tar.bz2) = b3369796187a54c8da0f76355eeadef930b7ce175ebbf6108c08c7aca793fc09 +SIZE (python/python-3.4.0-docs-text.tar.bz2) = 1918697 |