17 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d6c1c2bb36 Update to 1.11.5
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2019-01-01 20:35:15 +00:00
Sunpoet Po-Chuan Hsieh
3c327fdb69 Update to 1.11.4
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2018-11-28 19:17:47 +00:00
Sunpoet Po-Chuan Hsieh
b89f0bf64e Update to 1.11.3
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2018-11-20 17:46:48 +00:00
Sunpoet Po-Chuan Hsieh
8a4b64828f Update to 1.11.2
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2018-07-29 19:15:19 +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
Sunpoet Po-Chuan Hsieh
ee6e9933b0 Update to 1.11.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2018-05-22 17:47:49 +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
29e6caa58c Update to 1.10.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2018-03-03 16:30:33 +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
cddd87c2bd Update to 1.9.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2017-10-28 17:32:42 +00:00
Sunpoet Po-Chuan Hsieh
aa1150a6f6 Update to 1.8.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2017-05-07 21:26:39 +00:00
Sunpoet Po-Chuan Hsieh
0d9e047eb8 - Update to 1.7.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2016-12-21 20:46:44 +00:00
Sunpoet Po-Chuan Hsieh
4a98a9619d - Update to 1.6.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
Differential Revision:	https://reviews.freebsd.org/D8414
2016-11-05 18:01:01 +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
2bd5cfcb4f - Update to 1.3.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2016-03-25 20:02:30 +00:00
Sunpoet Po-Chuan Hsieh
3bfed75126 - Allow concurrent installation (USE_PYTHON=concurrent) 2016-02-02 22:44:51 +00:00
Sunpoet Po-Chuan Hsieh
1356695229 - Add py-pgspecial 1.2.0
This package provides an API to execute meta-commands (AKA "special", or
"backslash commands") on PostgreSQL.

WWW: https://pypi.python.org/pypi/pgspecial
WWW: https://github.com/dbcli/pgspecial
2015-11-26 01:00:04 +00:00