Commit graph

26 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
58bc8df3c3 Update to 2.4.1
Changes:	https://github.com/pallets/flask-sqlalchemy/releases
		https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst
2019-09-26 18:15:08 +00:00
Sunpoet Po-Chuan Hsieh
dc4426b034 Update to 2.4.0
- Take maintainership

Changes:	https://github.com/pallets/flask-sqlalchemy/releases
		https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst
2019-04-25 18:29:13 +00:00
Sunpoet Po-Chuan Hsieh
fdd4590f53 Change RUN_DEPENDS from py-sqlalchemy10 to py-sqlalchemy12
- Bump PORTREVISION for dependency change
2018-08-05 19:08:48 +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
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
053a71a8b3 Update to 2.3.2
Changes:	https://github.com/mitsuhiko/flask-sqlalchemy/releases
2017-10-12 15:09:33 +00:00
Sunpoet Po-Chuan Hsieh
7d58fe1563 Update to 2.3.1
Changes:	https://github.com/mitsuhiko/flask-sqlalchemy/releases
2017-10-05 09:49:15 +00:00
Sunpoet Po-Chuan Hsieh
0511984e60 Update to 2.3.0
- Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON

Changes:	https://github.com/mitsuhiko/flask-sqlalchemy/releases
2017-09-29 16:59:58 +00:00
Wen Heping
cc36cf5a89 - Update to 2.2 2017-03-03 08:19:21 +00:00
Rene Ladan
8596c3c53a databases/py-flask-alchemy: sqlalchemy dependency to 1.0, bump PORTREVISION
PR:		215216
Submitted by:	rene
Approved by:	maintainer timeout (python@, 16 days)
2016-12-27 11:51:48 +00:00
Matthew Seaman
d91eb811d5 Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]
   py-sqlalchemy10      1.0.13  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]

 - Use options-helpers and option dependent make targets.
 - Use autoplist for documents as well as python code
 - Add all the docments to the packages: previously an arbitrary
   subset was added in a way that excluded CSS, images and other HTML
   assets.
 - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
   option.
 - Use py-pytest for 0.9.x and later, rather than py-nose.
 - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.

PR:		191442
Submitted by:	robak
Reviewed by:	robak
Reviewed by:	pi
Approved by:	nivit (maintainer timeout, ~300days) [1]
Approved by:    m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by:	https://reviews.freebsd.org/D908
2016-05-22 10:52:44 +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
Olivier Duchateau
7be3080847 - Update to 2.1
- Re-assign to the Python team
- Add NO_ARCH
2015-12-07 19:18:58 +00:00
Mark Felder
2bd7a6fd87 Update "BSD" licenses in databases category 2014-12-05 00:30:20 +00:00
Olivier Duchateau
03f31d2eb0 - Update to 2.0
ChangeLog: https://github.com/mitsuhiko/flask-sqlalchemy/blob/master/CHANGES
2014-08-29 21:53:51 +00:00
Olivier Duchateau
8b223b0637 Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes

While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE
2014-01-24 13:34:31 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Olivier Duchateau
6d7f245a3d - Update to 1.0
- Trim Makefile header
- Update maintainer address
- Replace tab by space in WWW entry (pkg-descr)
2013-07-30 19:46:05 +00:00
Martin Wilke
bac65f6dfb - Update to 0.16
PR:		166828
Submitted by:	maintainer
2012-04-11 02:33:53 +00:00
Frederic Culot
25a2de8eb3 - Update to 0.15
PR:		ports/159529
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
2011-08-08 08:33:24 +00:00
Julien Laffaye
93ac77d12c Update to 0.14
PR:		ports/159000
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
2011-07-20 11:09:37 +00:00
Nicola Vitale
af6c478e11 - Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by:	pavbot
2011-06-25 07:35:30 +00:00
Nicola Vitale
2623e5f297 - Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
2011-06-23 14:20:04 +00:00
Martin Wilke
94d82f3dfc - Update to 0.11
PR:		154892
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
2011-02-23 15:34:25 +00:00
Philip M. Gollucci
6d677d8855 Flask-SQLAlchemy adds support for SQLAlchemy to your Flask application.
WWW:    http://pypi.python.org/pypi/Flask-SQLAlchemy

PR:		ports/151626
Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>
2010-11-27 02:01:35 +00:00