Commit graph

14 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
7adae7ec06 Fix py-cli-helpers dependency
- Bump PORTREVISION for package change

Obtained from:	4093a8546b
2017-12-03 20:36:11 +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
Sunpoet Po-Chuan Hsieh
1d9c54b593 Update to 1.8.1
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-09-20 16:31:56 +00:00
Sunpoet Po-Chuan Hsieh
af6faf86bc Update to 1.8.0
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-09-15 19:17:39 +00:00
Sunpoet Po-Chuan Hsieh
cdb6ade7ee Update to 1.7.0
- Add LICENSE_FILE

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-07-16 16:09:56 +00:00
Sunpoet Po-Chuan Hsieh
c40744f6de Update to 1.6.0
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-05-28 23:15:02 +00:00
Sunpoet Po-Chuan Hsieh
7bb5c80a4a Update to 1.5.1
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-03-15 11:31:47 +00:00
Sunpoet Po-Chuan Hsieh
848451b983 Update to 1.5.0
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-03-07 17:02:26 +00:00
Sunpoet Po-Chuan Hsieh
44b8bf8dba Update to 1.4.0
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-01-12 20:02:31 +00:00
Sunpoet Po-Chuan Hsieh
0cadf887bc - Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2016-12-03 08:32:26 +00:00
Sunpoet Po-Chuan Hsieh
5adc303ce7 - Update to 1.3.1
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2016-11-19 17:07:47 +00:00
Sunpoet Po-Chuan Hsieh
303be6203d - Update to 1.3.0
Changes:	https://github.com/dbcli/pgcli/commits/master
Differential Revision:	https://reviews.freebsd.org/D8414
2016-11-05 18:01:15 +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
Sunpoet Po-Chuan Hsieh
0d23c99c45 - Add py-pgcli 0.20.1
pgcli is a command line interface for Postgres with auto-completion and syntax
highlighting.

WWW: https://pypi.python.org/pypi/pgcli
WWW: http://pgcli.com/
2015-12-04 12:21:24 +00:00