summaryrefslogtreecommitdiff
path: root/databases/py-sqlparse (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21databases/py-sqlparse: Update to 0.4.2Po-Chuan Hsieh2-4/+4
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2020-10-13Update to 0.4.1Sunpoet Po-Chuan Hsieh2-4/+4
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2020-10-10Update to 0.4.0Sunpoet Po-Chuan Hsieh3-8/+7
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2020-03-01Update to 0.3.1Sunpoet Po-Chuan Hsieh2-5/+4
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2019-04-10Bump a few PORTREVISIONs after r498529Antoine Brodin1-0/+1
With hat: portmgr
2019-03-12Update to 0.3.0Sunpoet Po-Chuan Hsieh2-4/+4
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2019-02-28Update CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh1-3/+4
2018-04-25Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov1-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
2017-12-13Add CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh1-0/+2
2017-09-28Update to 0.2.4Sunpoet Po-Chuan Hsieh2-4/+5
- Add LICENSE_FILE Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2017-03-02Update to 0.2.3Sunpoet Po-Chuan Hsieh2-5/+4
Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2016-12-03- Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh1-1/+2
- Bump PORTREVISION for package change
2016-11-19- Update to 0.2.2Sunpoet Po-Chuan Hsieh3-4/+5
- Add PyPI as primary WWW Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
2016-11-05- Update to 0.2.0Sunpoet Po-Chuan Hsieh2-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)
2016-05-19- Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov1-1/+1
Approved by: portmgr blanket
2015-10-11databases/py-sqlparse: 0.1.2 -> 0.1.16Kurt Jaeger3-10/+6
Changes: Lots. https://github.com/andialbrecht/sqlparse/blob/master/CHANGES PR: 198683 Submitted by: wg
2014-10-19- Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen1-3/+2
Approved by: portmgr (implicit)
2014-04-15- Stage [1]Steve Wills2-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)
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-5/+2
databases)
2011-06-25sqlparse is a non-validating SQL parser module.Martin Wilke4-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>