aboutsummaryrefslogtreecommitdiff
path: root/databases/py-sqlparse/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.3.1Sunpoet Po-Chuan Hsieh2020-03-011-2/+1
| | | | | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Notes: svn path=/head/; revision=527575
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Update to 0.3.0Sunpoet Po-Chuan Hsieh2019-03-121-1/+1
| | | | | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Notes: svn path=/head/; revision=495481
* Update CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2019-02-281-3/+4
| | | | Notes: svn path=/head/; revision=494194
* Add CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2017-12-131-0/+2
| | | | Notes: svn path=/head/; revision=456244
* Update to 0.2.4Sunpoet Po-Chuan Hsieh2017-09-281-1/+2
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Notes: svn path=/head/; revision=450818
* Update to 0.2.3Sunpoet Po-Chuan Hsieh2017-03-021-2/+1
| | | | | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Notes: svn path=/head/; revision=435258
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2016-12-031-1/+2
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=427600
* - Update to 0.2.2Sunpoet Po-Chuan Hsieh2016-11-191-1/+1
| | | | | | | | | - Add PyPI as primary WWW Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Notes: svn path=/head/; revision=426458
* - Update to 0.2.0Sunpoet Po-Chuan Hsieh2016-11-051-3/+4
| | | | | | | | | | | | - Add NO_ARCH - Take maintainership Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Differential Revision: https://reviews.freebsd.org/D8414 Approved by: wg (maintainer) Notes: svn path=/head/; revision=425411
* databases/py-sqlparse: 0.1.2 -> 0.1.16Kurt Jaeger2015-10-111-7/+3
| | | | | | | | | | | Changes: Lots. https://github.com/andialbrecht/sqlparse/blob/master/CHANGES PR: 198683 Submitted by: wg Notes: svn path=/head/; revision=399081
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* - Stage [1]Steve Wills2014-04-151-3/+6
| | | | | | | | | | | | | | | - Add LICENSE [1] - Pet portlint [1] - Avoid deprecated USE_PYDISTUTILS=easy_install - Switch to automatic PLIST - Bump PORTREVISION due to package change PR: ports/188622 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=351343
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* sqlparse is a non-validating SQL parser module.Martin Wilke2011-06-251-0/+23
It provides support for parsing, splitting and formatting SQL statements. WWW: http://code.google.com/p/python-sqlparse/ PR: ports/156828 Submitted by: Roland van Laar <roland at micite.net> Notes: svn path=/head/; revision=276356