<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/python-doc-html/Makefile, branch pkg-install-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-04-08T13:10:25Z</updated>
<entry>
<title>Welcome Python 3.4 to the FreeBSD Ports Tree!</title>
<updated>2014-04-08T13:10:25Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2014-04-08T13:10:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=51bf49a441c5284b4e26011f0029e27a077bbdca'/>
<id>urn:sha1:51bf49a441c5284b4e26011f0029e27a077bbdca</id>
<content type='text'>
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 &amp; breadcrumb annotations where possible

Tested by:	many (Special thanks to Andrew Berg)
Reviewed by:	xmj, nemysis, antoine
</content>
</entry>
<entry>
<title>- Update distinfo to Python 3.3.3</title>
<updated>2013-11-19T21:44:17Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2013-11-19T21:44:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=06d52b52d3e126c6bf0d7e86ea4a4449968487b5'/>
<id>urn:sha1:06d52b52d3e126c6bf0d7e86ea4a4449968487b5</id>
<content type='text'>
- Support STAGEDIR
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: lang)</title>
<updated>2013-09-20T19:53:09Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T19:53:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=888ab73a81ce0010b6a141740f5b26e92a5ec6a8'/>
<id>urn:sha1:888ab73a81ce0010b6a141740f5b26e92a5ec6a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- change PORTVERSION to what it should be</title>
<updated>2013-05-17T04:41:52Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2013-05-17T04:41:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e53711a802a51a59912a6f35e81d3b3b00efe7a4'/>
<id>urn:sha1:e53711a802a51a59912a6f35e81d3b3b00efe7a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- update to latest upstream versions:</title>
<updated>2013-05-17T04:17:22Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2013-05-17T04:17:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=11bf569497858a71d84e85105a6248a789725bc8'/>
<id>urn:sha1:11bf569497858a71d84e85105a6248a789725bc8</id>
<content type='text'>
  . lang/python27: 2.7.3 -&gt; 2.7.5
  . lang/python32: 3.2.3 -&gt; 3.2.4
  . lang/python33: 3.3.0 -&gt; 3.3.1
- update Mk/bsd.python.mk with new versions
- mark lang/python26 and lang/python31 as deprecated (set them to
  upstream EoL dates)
- update docs (lang/python-doc-html)
- align databases/py-bsddb patch for python27 - most of it was applied
  upstream. Raise BDB version to 4.3 atleast, according to
  upstream requirements.

Many thanks to Martin (miwi) for his time on this update.

PR:		178506
Submitted by:	rm (myself)
Exp-run by:	    portmgr (miwi)

- revert erroneous threads patch in lang/python26 and lang/python27,
  that was added after ports/131080. It was rejected upstream, because it's
  not actually a bug, but misuse.

  Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an
  independent investigation regard the issue. See here for details:

  http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html

PR:	    153167
Submitted by:	Duncan Findlay &lt;duncan@duncf.ca&gt;
Reported by:	pgj/koobs (at python@ ML)
Exp-run by:     portmgr (miwi)
</content>
</entry>
<entry>
<title>Commit all the non-functional changes to python ports to reduce the diff size</title>
<updated>2013-05-11T11:37:54Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2013-05-11T11:37:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f831a5f25d60821da88ade0ace86c08c9d2cf709'/>
<id>urn:sha1:f831a5f25d60821da88ade0ace86c08c9d2cf709</id>
<content type='text'>
for an exp-run of updated python versions.

- trim Makefile headers
- remove leading indefinite article from COMMENT
- use PYTHON shortcut in MASTER_SITES
- whitespace fixes
- remove checks for unsupported versions of FreeBSD
- use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist,
  because this value is not supposed to be changed across the branch and for
  consistency with other python3 ports
- remove conflicts in lang/python-mode.el with not more existing python-2.4
</content>
</entry>
<entry>
<title>- remove expired ports</title>
<updated>2012-07-16T17:04:29Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2012-07-16T17:04:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=473f7fc2dc1cba782abaf6af536acb7a7799336e'/>
<id>urn:sha1:473f7fc2dc1cba782abaf6af536acb7a7799336e</id>
<content type='text'>
  * lang/python24 and lang/python25: unmaintained upstream
  * www/zope and www/zope211: unmaintained upstream (the only
    consumers of python24)
- clean-up python versions &lt; 2.6 from lang/python-doc-html
- clean-up python24/25 from Mk/bsd.ports.mk
- add www/zope213 glue to bsd.python.mk
- clean-up zope versions != 2.13 from bsd.python.mk

Submitted by:	miwi (based on)
Approved by:	portmgr (miwi)
</content>
</entry>
<entry>
<title>Fix portlint warning (IGNORE message should start from lower-case letter)</title>
<updated>2012-04-17T08:25:02Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2012-04-17T08:25:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=508669809cde72280729ef0af02a9c4afebe505d'/>
<id>urn:sha1:508669809cde72280729ef0af02a9c4afebe505d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup python &lt; 2.6 logic, because there is no documentation for this</title>
<updated>2012-04-17T07:53:40Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2012-04-17T07:53:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c8c4993d63957e786effbe7f931893f7cb4c49c2'/>
<id>urn:sha1:c8c4993d63957e786effbe7f931893f7cb4c49c2</id>
<content type='text'>
versions anymore. Add corresponding message for users of this versions.

Approved by:	silence on python@
</content>
</entry>
<entry>
<title>Cleanup special check for python 2.6.0</title>
<updated>2012-04-17T07:22:48Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2012-04-17T07:22:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=10a7ee88661569cb0cc9fbd3a441f01b66304232'/>
<id>urn:sha1:10a7ee88661569cb0cc9fbd3a441f01b66304232</id>
<content type='text'>
Approved by:	silence on python@
</content>
</entry>
</feed>
