Commit graph

10 commits

Author SHA1 Message Date
Antoine Brodin
8d78b96d8d Mark BROKEN 2017-12-05 13:51:26 +00:00
Antoine Brodin
c79d950ee9 Chase py-vdirsyncer switch to python3 2017-12-05 13:38:41 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Jan Beich
a7f8bf84d9 devel/py-pytz: track PORTEPOCH in consumers 2016-10-28 17:13:45 +00:00
Mark Felder
5b3d0f3570 deskutils/py-khal: Update to 0.7.1
Changelog:	https://github.com/pimutils/khal/releases/tag/v0.7.1

PR:		213537
Approved by:	maintainer
MFH:		2016Q4
2016-10-18 18:15:15 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Bartek Rutkowski
2c78e2f8a2 deskutils/py-khal: update 0.6 -> 0.7
PR:		205863
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
Approved by:	Maxim Filimonov <che@bein.link> (maintainer)
2016-01-22 09:12:14 +00:00
Pawel Pekala
3c745ac3e9 - Update to version 0.6.0
- Fix dependencies, fbsd:nokeywords files props (on -> yes)
- Install zsh completion file

PR:		202598
Submitted by:	Maxim Filimonov (maintainer)
2015-10-02 19:33:10 +00:00
Vanilla I. Shu
92c2f2bd6d Add py-khal 0.4.0, calDAV-based calendar.
PR:		198514
Submitted by:	che@bein.link
2015-03-12 08:30:12 +00:00