aboutsummaryrefslogtreecommitdiff
path: root/databases/py-flask-sqlalchemy
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-flask-sqlalchemy: Change RUN_DEPENDS from py-sqlalchemy12 to ↵Po-Chuan Hsieh2021-09-211-1/+2
| | | | | | py-sqlalchemy14 - Bump PORTREVISION for dependency change
* databases/py-flask-sqlalchemy: Update COMMENTPo-Chuan Hsieh2021-06-101-1/+1
|
* databases/py-flask-sqlalchemy: Update WWWPo-Chuan Hsieh2021-05-111-1/+1
|
* databases/py-flask-sqlalchemy: Update to 2.5.1Po-Chuan Hsieh2021-04-182-5/+4
| | | | | Changes: https://github.com/pallets/flask-sqlalchemy/releases https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update PORTNAME: use lowercaseSunpoet Po-Chuan Hsieh2020-12-241-1/+3
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=559109
* Update to 2.4.4Sunpoet Po-Chuan Hsieh2020-07-242-4/+4
| | | | | | | | Changes: https://github.com/pallets/flask-sqlalchemy/releases https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst Notes: svn path=/head/; revision=543045
* Update to 2.4.3Sunpoet Po-Chuan Hsieh2020-05-282-4/+4
| | | | | | | | Changes: https://github.com/pallets/flask-sqlalchemy/releases https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst Notes: svn path=/head/; revision=536786
* Update to 2.4.2Sunpoet Po-Chuan Hsieh2020-05-262-4/+4
| | | | | | | | Changes: https://github.com/pallets/flask-sqlalchemy/releases https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst Notes: svn path=/head/; revision=536613
* Update to 2.4.1Sunpoet Po-Chuan Hsieh2019-09-262-4/+4
| | | | | | | | Changes: https://github.com/pallets/flask-sqlalchemy/releases https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst Notes: svn path=/head/; revision=512933
* Update to 2.4.0Sunpoet Po-Chuan Hsieh2019-04-252-8/+8
| | | | | | | | | | - Take maintainership Changes: https://github.com/pallets/flask-sqlalchemy/releases https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst Notes: svn path=/head/; revision=500048
* Change RUN_DEPENDS from py-sqlalchemy10 to py-sqlalchemy12Sunpoet Po-Chuan Hsieh2018-08-051-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=476455
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=468282
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455210
* Update to 2.3.2Sunpoet Po-Chuan Hsieh2017-10-122-4/+4
| | | | | | | Changes: https://github.com/mitsuhiko/flask-sqlalchemy/releases Notes: svn path=/head/; revision=451891
* Update to 2.3.1Sunpoet Po-Chuan Hsieh2017-10-052-5/+5
| | | | | | | Changes: https://github.com/mitsuhiko/flask-sqlalchemy/releases Notes: svn path=/head/; revision=451288
* Update to 2.3.0Sunpoet Po-Chuan Hsieh2017-09-292-7/+8
| | | | | | | | | | | - Add LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) - Sort USE_PYTHON Changes: https://github.com/mitsuhiko/flask-sqlalchemy/releases Notes: svn path=/head/; revision=450921
* - Update to 2.2Wen Heping2017-03-032-4/+4
| | | | Notes: svn path=/head/; revision=435320
* databases/py-flask-alchemy: sqlalchemy dependency to 1.0, bump PORTREVISIONRene Ladan2016-12-271-1/+2
| | | | | | | | | PR: 215216 Submitted by: rene Approved by: maintainer timeout (python@, 16 days) Notes: svn path=/head/; revision=429603
* Reorganise and modernise the py-sqlalchemy ports.Matthew Seaman2016-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=415627
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.1Olivier Duchateau2015-12-072-4/+5
| | | | | | | | - Re-assign to the Python team - Add NO_ARCH Notes: svn path=/head/; revision=403230
* Update "BSD" licenses in databases categoryMark Felder2014-12-051-1/+1
| | | | Notes: svn path=/head/; revision=373992
* - Update to 2.0Olivier Duchateau2014-08-292-6/+5
| | | | | | | ChangeLog: https://github.com/mitsuhiko/flask-sqlalchemy/blob/master/CHANGES Notes: svn path=/head/; revision=366575
* Convert my own Python ports to:Olivier Duchateau2014-01-242-17/+2
| | | | | | | | | | | | - STAGEDIR - Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes While I'm here - Use PYDISTUTILS_AUTOPLIST - Adjust or add LICENSE Notes: svn path=/head/; revision=340894
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Update WWW:Sunpoet Po-Chuan Hsieh2013-11-201-1/+1
| | | | | | | | | | | - http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr) Notes: svn path=/head/; revision=334452
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-2/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 1.0Olivier Duchateau2013-07-304-14/+14
| | | | | | | | | - Trim Makefile header - Update maintainer address - Replace tab by space in WWW entry (pkg-descr) Notes: svn path=/head/; revision=323988
* - Update to 0.16Martin Wilke2012-04-113-12/+7
| | | | | | | | PR: 166828 Submitted by: maintainer Notes: svn path=/head/; revision=294582
* - Update to 0.15Frederic Culot2011-08-082-3/+3
| | | | | | | | PR: ports/159529 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Notes: svn path=/head/; revision=279185
* Update to 0.14Julien Laffaye2011-07-202-7/+6
| | | | | | | | PR: ports/159000 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Notes: svn path=/head/; revision=277994
* - Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDSNicola Vitale2011-06-251-1/+1
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=276326
* - Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemyNicola Vitale2011-06-231-1/+2
| | | | | | | | (This port doesn't yet support SQLAlchemy 0.7.X) - Bump PORTREVISION Notes: svn path=/head/; revision=276141
* - Update to 0.11Martin Wilke2011-02-232-4/+4
| | | | | | | | PR: 154892 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Notes: svn path=/head/; revision=269547
* Flask-SQLAlchemy adds support for SQLAlchemy to your Flask application.Philip M. Gollucci2010-11-274-0/+47
WWW: http://pypi.python.org/pypi/Flask-SQLAlchemy PR: ports/151626 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com> Notes: svn path=/head/; revision=265233