Commit graph

10 commits

Author SHA1 Message Date
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Sunpoet Po-Chuan Hsieh
adf4114742 Update to 2.11.2
- While I'm here, fix version requirement of *_DEPENDS

Changes:	https://github.com/rasbt/pyprind/releases
		https://github.com/rasbt/pyprind/blob/master/CHANGELOG.md
PR:		226201
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-02-26 22:33:20 +00:00
Sunpoet Po-Chuan Hsieh
736fd34c10 Fix WWW
Approved by:	portmgr (blanket)
2017-12-30 00:15:30 +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
Danilo G. Baio
a18043fc75 misc/py-pyprind: Update to 2.11.1
Changes: https://github.com/rasbt/pyprind/blob/master/CHANGELOG.md#version-2111

PR:		219736
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11045
2017-06-06 01:19:04 +00:00
Wen Heping
65cf621697 - Update to 2.11.0
PR:		219041
Submitted by:	neel@neelc.org(maintainer)
2017-05-04 02:49:28 +00:00
Carlos J. Puga Medina
406ca84eb2 - Update to 2.10.0
- While here, fix 'make test'

PR:		217523
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-03-30 11:34:40 +00:00
Dmitry Marakasov
ad6ef12cc0 - Update to 2.9.9
- While here, switch to new test framework

PR:		212511
Submitted by:	neel@neelc.org (maintainer)
2016-09-09 14:09:52 +00:00
Antoine Brodin
51ca131480 Remove bogus DISTVERSIONPREFIX
PR:		205762
2016-09-04 09:54:56 +00:00
Kubilay Kocak
76659e861d [NEW] misc/py-pyprind: Python Progress Bar and Percent Indicator Utility
The PyPrind (Python Progress Indicator) module provides a progress bar
and a percentage indicator object that let you track the progress of a
loop structure or other iterative computation. Typical applications
include the processing of large data sets to provide an intuitive
estimate at runtime about the progress of the computation.

WWW: https://www.github.com/rasbt/pyprind

PR:		207758
Submitted by:	Neel Chauhan <neel neelc org>
2016-06-30 09:13:59 +00:00