Commit graph

26 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c946c479b5 Fix WWW
Approved by:	portmgr (blanket)
2017-12-30 00:15:35 +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
6e175a3c07 misc/py-tqdm: Update to 4.19.4
Changes:	https://github.com/tqdm/tqdm/releases/tag/v4.19.4

PR:		223941
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-11-28 21:56:02 +00:00
Frederic Culot
9c727de201 - Update to 4.19.2
Changes:	https://github.com/tqdm/tqdm/releases/tag/v4.19.2
PR:		222906
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-10-13 10:47:24 +00:00
Frederic Culot
7541418c1e - Update to 4.19.1
Changes:	https://github.com/tqdm/tqdm/releases/tag/v4.19.1
PR:		222773
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-10-04 15:02:25 +00:00
Frederic Culot
e77e320412 - Update to 4.18.0
PR:		222640
Submitted by: 	Neel Chauhan <neel@neelc.org> (maintainer)
2017-09-27 13:33:39 +00:00
Danilo G. Baio
6518b2c078 misc/py-tqdm: Update to 4.17.0
Changes:	https://github.com/tqdm/tqdm/releases/tag/v4.16.0
		https://github.com/tqdm/tqdm/releases/tag/v4.17.0

PR:		222492
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-09-21 23:39:19 +00:00
Danilo G. Baio
e75fa8b41e misc/py-tqdm: Update to 4.15.0
While here, silence portlint warning about order of USES/USE_*.

PR:		221871
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2017-09-01 02:34:57 +00:00
Danilo G. Baio
b07e5203f5 misc/py-tqdm: Update license
Approved by:	portmgr (blanket)
2017-07-28 01:23:02 +00:00
Danilo G. Baio
747667f3be misc/py-tqdm: Update to 4.13.0
While here, adjust license

Changes: https://github.com/tqdm/tqdm/releases/tag/v4.13.0

PR:		219735
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11044
2017-06-10 17:39:30 +00:00
Marcelo Araujo
f48e160872 - Create a python3 version of misc/py-tqdm. 2017-03-17 07:41:25 +00:00
Olivier Duchateau
b44693fc70 Update to 4.11.2
PR:		216612
Submitted by:	Neel Chauhan (maintainer)
2017-01-31 20:05:36 +00:00
Kurt Jaeger
65480b8a88 misc/py-tqdm: update 4.9.0 -> 4.10.0
PR:		214534
Changes:	https://github.com/tqdm/tqdm/releases
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-11-17 22:29:38 +00:00
Kurt Jaeger
985a72e114 misc/py-tqdm: update 4.8.4 -> 4.9.0
PR:		214229
Changes:	https://github.com/tqdm/tqdm/releases
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-11-10 18:39:19 +00:00
Pawel Pekala
90fb779629 Update to version 4.8.4
PR:		212003
Submitted by:	Neel Chauhan (maintainer)
2016-08-20 15:33:59 +00:00
Pawel Pekala
05f76fa3f7 Update to version 4.8.3
PR:		211556
Submitted by:	Neel Chauhan (maintainer)
2016-08-03 22:39:54 +00:00
Pawel Pekala
9cf1351a08 Update to version 4.8.1
PR:		211408
Submitted by:	Neel Chauhan (maintainer)
2016-07-27 21:04:03 +00:00
Pawel Pekala
6d14d024ea - Update to version 4.7.6 [1]
- Don't set GH_ACCOUNT to it's default setting

PR:		210745
Submitted by:	Neel Chauhan (maintainer) [1]
2016-07-03 16:08:46 +00:00
Dmitry Marakasov
487b51bd19 - Update to 4.7.4
PR:		210048
Submitted by:	neel@neelc.org (maintainer)
2016-06-09 13:48:51 +00:00
Dmitry Marakasov
1f06285e44 - Update to 4.7.0
PR:		209547
Submitted by:	neel@neelc.org (maintainer)
2016-05-24 14:10:24 +00:00
Wen Heping
cd1c869679 - Update to 4.5.0
PR:		209092
Submitted by:	neel@neelc.org(maintainer)
2016-04-28 06:22:16 +00:00
Kurt Jaeger
c30db17f81 misc/py-tqdm: 4.2.0 -> 4.4.3
Changes:
  https://github.com/tqdm/tqdm/releases

PR:		209002
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-04-25 08:18:34 +00:00
Kurt Jaeger
f3cb9cc2b0 misc/py-tqdm: 4.0.0 -> 4.2.0
- Minor updates

PR:		207757
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-03-07 07:59:20 +00:00
Kurt Jaeger
2dbf1727b9 misc/py-tqdm: 3.7.1 -> 4.0.0
Changes:
    automate nested
        deprecate nested
        add manual override control with position
    documentation and example updates, coverage and tests
    make leave==True by default (was False)
    update(n<1) raises error
    sanitise and update examples and README
    fix setup.py encoding error
    remove py32 from Travis
    changelog more accessible from README

PR:		206817
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-02-05 06:32:41 +00:00
Martin Wilke
838fcfd1fe - Update to 3.7.1
PR:		206218
Submitted by:	maintainer
2016-01-15 06:35:37 +00:00
Martin Wilke
83efc60b72 Simple Python Progress Meter
WWW: https://www.github.com/tqdm/tqdm

PR:		205783
Submitted by:	neel@neelc.org
2016-01-10 06:16:31 +00:00