23 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
fbae41df84 Fix MSSQL_RUN_DEPENDS
PR:		227959
Submitted by:	mi
2018-05-05 12:51:14 +00:00
Sunpoet Po-Chuan Hsieh
eca30e3ca1 Update to 1.1.18
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2018-03-07 16:47:59 +00:00
Sunpoet Po-Chuan Hsieh
d25c04cbbf Update to 1.1.17
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2018-02-23 19:24:12 +00:00
Sunpoet Po-Chuan Hsieh
8798ad8065 Update to 1.1.16
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2018-02-17 11:57:38 +00:00
Sunpoet Po-Chuan Hsieh
1bb4d366d7 Update CONFLICTS_INSTALL 2018-01-24 18:45:31 +00:00
Sunpoet Po-Chuan Hsieh
50ffea36c9 Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2017-12-27 19:51:40 +00:00
Sunpoet Po-Chuan Hsieh
598725189d Update CONFLICTS_INSTALL: databases/py-sqlalchemy0* have been removed over 9 months 2017-12-16 20:55:20 +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
2a136acbcf Update to 1.1.15
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-11-04 22:56:42 +00:00
Sunpoet Po-Chuan Hsieh
24835dd281 Update to 1.1.14
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-09-06 20:06:09 +00:00
Sunpoet Po-Chuan Hsieh
1c308944e1 Update RUN_DEPENDS of MSSQL option
- Bump PORTREVISION for dependency change

PR:		221381
Submitted by:	David Wahlund <david@dafnet.se>
MFH:		2017Q3
2017-08-10 18:24:15 +00:00
Sunpoet Po-Chuan Hsieh
91fb518895 Update to 1.1.13
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-08-04 20:07:34 +00:00
Sunpoet Po-Chuan Hsieh
ab4a3add99 Update to 1.1.12
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-07-25 16:21:40 +00:00
Sunpoet Po-Chuan Hsieh
07aa436af2 Update to 1.1.11
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-06-20 13:28:19 +00:00
Sunpoet Po-Chuan Hsieh
4dabf739f6 Fix CONFLICTS_INSTALL
PR:		219388
Submitted by:	pawel
2017-05-27 19:42:13 +00:00
Sunpoet Po-Chuan Hsieh
377f056730 Update to 1.1.10
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-05-20 21:50:16 +00:00
Sunpoet Po-Chuan Hsieh
ec130d2ff7 Update to 1.1.9
- Update WWW

Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-04-05 19:57:38 +00:00
Sunpoet Po-Chuan Hsieh
f9a2a8760a Update to 1.1.8
Changes:	http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-04-01 10:52:29 +00:00
Sunpoet Po-Chuan Hsieh
ce37362a03 Update to 1.1.7
Changes:	http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-03-28 20:52:34 +00:00
Sunpoet Po-Chuan Hsieh
ede417a720 Update to 1.1.6
Changes:	http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-03-01 14:41:21 +00:00
Sunpoet Po-Chuan Hsieh
37aa49e099 Update to 1.1.5
Changes:	http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2017-01-18 14:07:44 +00:00
Sunpoet Po-Chuan Hsieh
e279ecb88a - Add py-sqlalchemy11 1.1.4
The Python SQL Toolkit and Object Relational Mapper

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.

It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.

WWW: http://www.sqlalchemy.org/
2016-11-24 15:33:57 +00:00