<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/py-sphinxcontrib-programoutput, branch 10-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=10-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=10-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-06-20T17:05:41Z</updated>
<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.11</title>
<updated>2017-05-20T21:17:35Z</updated>
<author>
<name>Carlos J. Puga Medina</name>
<email>cpm@FreeBSD.org</email>
</author>
<published>2017-05-20T21:17:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1ad84e2d1b059df147169d6b55ba18cde20f2767'/>
<id>urn:sha1:1ad84e2d1b059df147169d6b55ba18cde20f2767</id>
<content type='text'>
- Remove unnecessary pytest dependency
- Add USE_LOCALE to fix all test cases
- Update do-test target
</content>
</entry>
<entry>
<title>- Update to 0.10</title>
<updated>2017-03-18T12:21:46Z</updated>
<author>
<name>Carlos J. Puga Medina</name>
<email>cpm@FreeBSD.org</email>
</author>
<published>2017-03-18T12:21:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b4bdf4ac9b9760cfd5fd2c9c4cac1bcdb435e5e4'/>
<id>urn:sha1:b4bdf4ac9b9760cfd5fd2c9c4cac1bcdb435e5e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add LICENSE_FILE</title>
<updated>2016-06-04T21:03:27Z</updated>
<author>
<name>Carlos J. Puga Medina</name>
<email>cpm@FreeBSD.org</email>
</author>
<published>2016-06-04T21:03:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=be03aaa2f90c4ec75dde151de806c2eb108d4c96'/>
<id>urn:sha1:be03aaa2f90c4ec75dde151de806c2eb108d4c96</id>
<content type='text'>
- Add NO_ARCH
- Fix RUN_DEPENDS
- Add TEST_DEPENDS and include a do-test target
- Update MAINTAINER to my @FreeBSD.org address
- Update WWW in pkg-descr
- Bump PORTREVISION

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D6700
</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>
<entry>
<title>A Sphinx extension to literally insert the output of arbitrary commands into</title>
<updated>2015-09-18T17:28:28Z</updated>
<author>
<name>Mark Felder</name>
<email>feld@FreeBSD.org</email>
</author>
<published>2015-09-18T17:28:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b3b7f2630331584839bb5041754a75d091d790f'/>
<id>urn:sha1:6b3b7f2630331584839bb5041754a75d091d790f</id>
<content type='text'>
documents, helping you to keep your command examples up to date.

WWW: http://sphinxcontrib-programoutput.readthedocs.org/

PR:		203190
Submitted by:	Carlos J Puga Medina &lt;cpm@fbsd.es&gt;
</content>
</entry>
</feed>
