Commit graph

22 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
7b0f5fc35b Update to 1.17.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2018-05-29 18:17:15 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00
Sunpoet Po-Chuan Hsieh
f0999ecc9e Update WWW 2018-03-03 16:30:23 +00:00
Sunpoet Po-Chuan Hsieh
6a18756bcf Update to 1.16.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2018-01-02 15:33:13 +00:00
Sunpoet Po-Chuan Hsieh
0f106e2839 Update to 1.15.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-12-24 11:14:56 +00:00
Sunpoet Po-Chuan Hsieh
90fa663db6 Update to 1.14.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-12-23 16:49:38 +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
e6ea951074 Update to 1.13.1
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-09-29 16:59:43 +00:00
Sunpoet Po-Chuan Hsieh
4719e476d1 Update to 1.13.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-09-23 14:38:15 +00:00
Sunpoet Po-Chuan Hsieh
85dd13a31a Update to 1.12.1
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-08-11 21:38:26 +00:00
Sunpoet Po-Chuan Hsieh
b051f98f4e Update to 1.12.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-08-02 18:35:28 +00:00
Sunpoet Po-Chuan Hsieh
16ae4fba95 Update to 1.11.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-07-13 18:10:45 +00:00
Sunpoet Po-Chuan Hsieh
fbcbc750cd Update to 1.10.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-04-19 14:39:52 +00:00
Sunpoet Po-Chuan Hsieh
695413781b Update to 1.9.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2017-03-20 00:28:28 +00:00
Sunpoet Po-Chuan Hsieh
a4359324ae - Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2016-12-03 08:32:22 +00:00
Sunpoet Po-Chuan Hsieh
142dcfadbf - Import upstream patch for sqlparse 0.2.2
- Bump PORTREVISION for package change

Obtained from:	63a6339e45
2016-11-19 17:07:43 +00:00
Sunpoet Po-Chuan Hsieh
503bd427c5 - Update to 1.8.1
- Use USES=mysql

Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
Differential Revision:	https://reviews.freebsd.org/D8414
2016-11-05 18:01:10 +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
056fda3955 - Update to 1.6.0
Changes:	https://github.com/dbcli/mycli/blob/master/changelog.md
2016-03-25 20:02:25 +00:00
Sunpoet Po-Chuan Hsieh
9be55c8ffd - Update to 20160318 snapshot which supports prompt_toolkit 0.57
- Bump PORTREVISION for package change

Changes:	https://github.com/dbcli/pgcli/commits/master
2016-03-21 17:59:30 +00:00
Sunpoet Po-Chuan Hsieh
3e38eebfd8 - Add py-mycli 1.5.2
mycli is a command line interface for MySQL, MariaDB, and Percona with
auto-completion and syntax highlighting.

WWW: https://pypi.python.org/pypi/mycli
WWW: http://mycli.net/
2015-12-04 12:20:44 +00:00