/palm/jpilot/

> ad9c5e72c063fd2001b42cfbb2fcc63cb86019d7 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>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
  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>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
- Fix shebangs 2017-04-21T14:50:05+00:00 miwi miwi@FreeBSD.org 2017-04-21T14:50:05+00:00 38df80c35fcc5a549bf9070fcca6114f125447da

Update to 2.6 2017-01-05T19:18:14+00:00 antoine antoine@FreeBSD.org 2017-01-05T19:18:14+00:00 a2b0ec0f0934d79a74dafd241fb8f8a44f9a9057

Adjust to run with openpyxl 2.4.0 2016-11-20T14:03:12+00:00 antoine antoine@FreeBSD.org 2016-11-20T14:03:12+00:00 61737e078787055dadadc8644cd1cd139eaa8852

Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u. 2016-04-01T14:25:16+00:00 mat mat@FreeBSD.org 2016-04-01T14:25:16+00:00 2ff80f55375ee2811ca2895a06b853699c3e0915 With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Update to 2.5 2015-10-29T12:14:38+00:00 antoine antoine@FreeBSD.org 2015-10-29T12:14:38+00:00 71b726527c6cec361bd506d00d4b2480d08d2987 Announce: http://www.volatilityfoundation.org/#!25/c1f29
Announce:	http://www.volatilityfoundation.org/#!25/c1f29
Adjust to run better with new versions of openpyxl 2015-03-27T12:26:22+00:00 antoine antoine@FreeBSD.org 2015-03-27T12:26:22+00:00 3d40e234ebea439264ee2a757c7569a116edd786