<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/py-python-docx, 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-05-17T12:00:00Z</updated>
<entry>
<title>textproc/py-python-docx: Update to 0.8.11</title>
<updated>2021-05-17T12:00:00Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2021-05-17T12:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b98343e46b775bcdda133dacfa6e9aacd004c103'/>
<id>urn:sha1:b98343e46b775bcdda133dacfa6e9aacd004c103</id>
<content type='text'>
</content>
</entry>
<entry>
<title>One more small cleanup, forgotten yesterday.</title>
<updated>2021-04-07T08:09:01Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-07T08:06:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cf118ccf875508b9a1c570044c93cfcc82bd455c'/>
<id>urn:sha1:cf118ccf875508b9a1c570044c93cfcc82bd455c</id>
<content type='text'>
Reported by:	lwhsu
</content>
</entry>
<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>- Update to 0.8.10</title>
<updated>2019-02-27T11:26:52Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2019-02-27T11:26:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b4ebbfec5a6f6131a96f29d68c26efbbc414565'/>
<id>urn:sha1:6b4ebbfec5a6f6131a96f29d68c26efbbc414565</id>
<content type='text'>
- Take maintainership

PR:		233052
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, &gt; 3 months)
</content>
</entry>
<entry>
<title>Use PY_FLAVOR for dependencies.</title>
<updated>2018-06-20T17:05:41Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2018-06-20T17:05:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4376dbbb58dab5a7bf7a8240ca39b562de78343b'/>
<id>urn:sha1:4376dbbb58dab5a7bf7a8240ca39b562de78343b</id>
<content type='text'>
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
</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>- Update to 0.8.6</title>
<updated>2017-04-21T07:26:26Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2017-04-21T07:26:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=47656af188155b11f774655a67a4a84a4af3297f'/>
<id>urn:sha1:47656af188155b11f774655a67a4a84a4af3297f</id>
<content type='text'>
PR:		218531
Submitted by:	maintainer
</content>
</entry>
<entry>
<title>- Fix trailing whitespace in pkg-descrs, categories [p-x]*</title>
<updated>2016-05-19T10:53:05Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-05-19T10:53:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1f8b48b772b2d0ac0ed48a8259d2117ea3236a90'/>
<id>urn:sha1:1f8b48b772b2d0ac0ed48a8259d2117ea3236a90</id>
<content type='text'>
Approved by:	portmgr blanket
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.</title>
<updated>2016-04-01T14:25:16Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:25:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=597afc47baba19000afd8ec4880a2c47975b0367'/>
<id>urn:sha1:597afc47baba19000afd8ec4880a2c47975b0367</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
</feed>
