Commit Graph

30 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
9dc572a7cf Update version requirement of RUN_DEPENDS 2020-02-11 17:53:48 +00:00
Sunpoet Po-Chuan Hsieh
f5a55b2b86 Update to 2.2.0
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2019-12-08 17:01:00 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Sunpoet Po-Chuan Hsieh
21f7254c61 Update to 2.1.1
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2019-05-31 10:27:59 +00:00
Kubilay Kocak
98da32a295 databases/py-pgcli: Fix runtime dependency failures
pgcli depends on sqlparse<0.3.0,>=0.2.2, and sqlparse was updated to 0.3.0
in ports r495481.

pgcli depends on psycopg2>=2.7.4,<2.8, and psycopg2 was updated to 2.8.2
in ports r502646.

These broke run time, with the following error(s)

  raise DistributionNotFound(req, requirers)
  pkg_resources.DistributionNotFound: The 'sqlparse<0.3.0,>=0.2.2' distribution was not found and is required by pgcli

  raise DistributionNotFound(req, requirers)
  pkg_resources.DistributionNotFound: The 'psycopg2>=2.7.4,<2.8' distribution was not found and is required by pgcli

Upstream upgraded sqlparse support to include 0.3.0 in PR #1052 [1], this
change backports that PR accordingly.

Upstream has an open PR to unpin psycopg2 [2][3] but it needs to be updated
to use psycopg2 (not psycopg2-binary) in install_requires.

This change patches out the psycopg2 max version. The test results shows
no test failure delta with 2.8.2 over 2.7.7 (the version before ports
r502646).

While I'm here:

  - Declare pinned (maximum) RUN_DEPENDS versions according to setup.py
    to pick these issues up earlier during QA (max versions not being
    satisfied will error out during dependency builds/verification
    pre-commit

[1] https://github.com/dbcli/pgcli/pull/1052
[2] https://github.com/dbcli/pgcli/pull/1059
[3] https://github.com/dbcli/pgcli/issues/1036

PR:		238182
Reported by:	Marcin Cieślak <saper saper info>
Approved by:	portmgr (blanket: run time fix, just fix it)
2019-05-28 08:55:49 +00:00
Sunpoet Po-Chuan Hsieh
df231c0998 Update to 2.1.0
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2019-04-17 18:48:42 +00:00
Sunpoet Po-Chuan Hsieh
5bb985eb6f Update to 2.0.2
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2019-04-16 23:50:10 +00:00
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Sunpoet Po-Chuan Hsieh
eaf7a0061b Update to 1.11.0
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2018-09-25 16:08:45 +00:00
Sunpoet Po-Chuan Hsieh
f5a9eb2058 Update to 1.10.3
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2018-07-29 19:15:15 +00:00
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
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
e7f5b5f3a7 Update to 1.9.1
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2018-04-06 16:26:56 +00:00
Sunpoet Po-Chuan Hsieh
ca1a9f2de9 Update to 1.9.0
- Update WWW

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2018-03-03 16:30:29 +00:00
Sunpoet Po-Chuan Hsieh
6c8bed087d Update to 1.8.2
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-12-21 17:41:06 +00:00
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