Commit Graph

14 Commits

Author SHA1 Message Date
Antoine Brodin
63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00
Wen Heping
b8547b773c - Update to 3.8.0
PR:		234150
Submitted by:	wenheping2000@hotmail.com
Approved by:	maintainer
2018-12-19 06:24:47 +00:00
Martin Wilke
46452178fe - Update to 3.6.4
PR:		230307
Submitted by:	ndowens@yahoo.com
Approved by:	maintainer
Sponsored by:	iXsystems Inc.
2018-08-11 14:33:24 +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
Yuri Victorovich
11948d717d databases/py-peewee: Update to 3.1.2
Maintainer's timeout expired: matthias@petermann-it.de

Port changes:
* Changed to DISTVERSION
* Removed option DOCS (not needed)
* Added USES=localbase sqlite
* Added USE_PYTHON=cython concurrent
* Added stripping
* Removed MYSQL_VARS

PR:		219175
Approved by:	tcberner (mentor, implicit)
2018-03-05 08:06:58 +00:00
Mathieu Arnold
9568a087da databases/py-MySQLdb only supports Python 2, restrict ports that uses it.
Sponsored by:	Absolight
2018-01-08 15:47:40 +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
1cef074723 Update to 2.9.2
- While I'm here:
  - Add LICENSE_FILE
  - Add NO_ARCH

Changes:	https://github.com/coleifer/peewee/releases
PR:		218805
Submitted by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
2017-04-22 10:58:38 +00:00
Wen Heping
2deb158b63 - Update to 2.8.5
PR:		213368(based on)
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >14 days)
2016-10-31 02:25:13 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Kurt Jaeger
37e98e126d databases/py-peewee: 2.3.1 -> 2.8.0
Changes:
  https://github.com/coleifer/peewee/releases

PR:		208826
Submitted by:	wen
Approved by:	matthias@petermann-it.de (maintainer timeout)
2016-05-05 18:01:54 +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
William Grzybowski
28c4aa7aff databases/py-peewee: update to 2.3.1
- Convert to USES python

PR:		192864
Submitted by:	maintainer
2014-08-23 19:09:35 +00:00
Marcus von Appen
9f90cca55f Peewee is a MIT licensed object relational mapper for Python. It allows access
of relational databases (MySQL / MariaDB, PostgreSQL, SQLite3) in a pretty
object oriented way. There is usually no need to write SQL.

PR:		ports/185470
Submitted by:	Matthias Petermann <matthias@petermann-it.de>
2014-05-31 08:31:00 +00:00