<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/archivers/py-python-lzo, branch release/12.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-06T14:31:07Z</updated>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop python 2.7 support from a few ports</title>
<updated>2020-12-28T23:02:12Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2020-12-28T23:02:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aa7a6c429ea62d972467d6755fa7a6f52256b452'/>
<id>urn:sha1:aa7a6c429ea62d972467d6755fa7a6f52256b452</id>
<content type='text'>
With hat:	portmgr
</content>
</entry>
<entry>
<title>archivers/py-python-lzo: Update 1.11 -&gt; 1.12</title>
<updated>2018-05-27T21:36:20Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2018-05-27T21:36:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=adb40d441e9a677b7693a128b84fdf30233cf0f7'/>
<id>urn:sha1:adb40d441e9a677b7693a128b84fdf30233cf0f7</id>
<content type='text'>
Port changes:
* Change to DISTVERSION
* Replace CFLAGS with USES=localbase

Reported by:	portscout
</content>
</entry>
<entry>
<title>Switch all pypi.python.org WWWs to a new PyPi home pypi.org where</title>
<updated>2018-04-25T16:42:37Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2018-04-25T16:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c63740208199641936685ceb327218d7e846b7c8'/>
<id>urn:sha1:c63740208199641936685ceb327218d7e846b7c8</id>
<content type='text'>
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
</content>
</entry>
<entry>
<title>Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org</title>
<updated>2018-02-25T00:40:37Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2018-02-25T00:40:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a31a69692d00302673acb544a5ba166a1bf1a122'/>
<id>urn:sha1:a31a69692d00302673acb544a5ba166a1bf1a122</id>
<content type='text'>
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
</content>
</entry>
<entry>
<title>Convert Python ports to FLAVORS.</title>
<updated>2017-11-30T15:50:30Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-11-30T15:50:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=551be3c7231225ed9c26479af2b8914fb2ef0ea8'/>
<id>urn:sha1:551be3c7231225ed9c26479af2b8914fb2ef0ea8</id>
<content type='text'>
  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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six&gt;0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
</content>
</entry>
<entry>
<title>This module provides Python bindings for the LZO data compression library.</title>
<updated>2017-05-06T06:08:03Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2017-05-06T06:08:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f43449f9902e9f7a611535693207532171300ebe'/>
<id>urn:sha1:f43449f9902e9f7a611535693207532171300ebe</id>
<content type='text'>
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and very fast decompression. Decompression
requires no memory.

In addition there are slower compression levels achieving a quite competitive
compression ratio while still decompressing at this very high speed.

WWW: https://pypi.python.org/pypi/python-lzo

PR:		218746
Submitted by:	Yuri Victorovich &lt;yuri@rawbw.com&gt;
</content>
</entry>
</feed>
