summaryrefslogtreecommitdiff
path: root/databases/py-sqlparse (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-sqlparse: Update to 0.4.2Po-Chuan Hsieh2021-09-212-4/+4
| | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2020-10-132-4/+4
| | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
* Update to 0.4.0Sunpoet Po-Chuan Hsieh2020-10-103-8/+7
| | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
* Update to 0.3.1Sunpoet Po-Chuan Hsieh2020-03-012-5/+4
| | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | With hat: portmgr
* Update to 0.3.0Sunpoet Po-Chuan Hsieh2019-03-122-4/+4
| | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
* Update CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2019-02-281-3/+4
|
* 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
* Add CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2017-12-131-0/+2
|
* Update to 0.2.4Sunpoet Po-Chuan Hsieh2017-09-282-4/+5
| | | | | | - Add LICENSE_FILE Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
* Update to 0.2.3Sunpoet Po-Chuan Hsieh2017-03-022-5/+4
| | | | Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2016-12-031-1/+2
| | | | - Bump PORTREVISION for package change
* - Update to 0.2.2Sunpoet Po-Chuan Hsieh2016-11-193-4/+5
| | | | | | - Add PyPI as primary WWW Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
* - Update to 0.2.0Sunpoet Po-Chuan Hsieh2016-11-052-5/+7
| | | | | | | | | - 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)
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* databases/py-sqlparse: 0.1.2 -> 0.1.16Kurt Jaeger2015-10-113-10/+6
| | | | | | | | Changes: Lots. https://github.com/andialbrecht/sqlparse/blob/master/CHANGES PR: 198683 Submitted by: wg
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | Approved by: portmgr (implicit)
* - Stage [1]Steve Wills2014-04-152-5/+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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | databases)
* sqlparse is a non-validating SQL parser module.Martin Wilke2011-06-254-0/+31
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>