summaryrefslogtreecommitdiff
path: root/databases/py-mycli (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow build with py-sqlparse 0.3.0Sunpoet Po-Chuan Hsieh2019-05-302-0/+12
| | | | | | | | | | - Bump PORTREVISION for package change PR: 237724 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Notes: svn path=/head/; revision=503108
* Update to 1.19.0Sunpoet Po-Chuan Hsieh2019-04-162-9/+9
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=499136
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-8/+8
| | | | | | | | | | 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
* Update to 1.17.0Sunpoet Po-Chuan Hsieh2018-05-292-4/+4
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=471102
* 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
* Update WWWSunpoet Po-Chuan Hsieh2018-03-031-1/+1
| | | | Notes: svn path=/head/; revision=463499
* Update to 1.16.0Sunpoet Po-Chuan Hsieh2018-01-022-4/+4
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=457874
* Update to 1.15.0Sunpoet Po-Chuan Hsieh2017-12-242-4/+4
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=457143
* Update to 1.14.0Sunpoet Po-Chuan Hsieh2017-12-232-5/+5
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=457073
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 1.13.1Sunpoet Po-Chuan Hsieh2017-09-292-4/+4
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=450918
* Update to 1.13.0Sunpoet Po-Chuan Hsieh2017-09-232-4/+4
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=450450
* Update to 1.12.1Sunpoet Po-Chuan Hsieh2017-08-112-5/+5
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=447796
* Update to 1.12.0Sunpoet Po-Chuan Hsieh2017-08-022-4/+4
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=447150
* Update to 1.11.0Sunpoet Po-Chuan Hsieh2017-07-132-6/+7
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=445677
* Update to 1.10.0Sunpoet Po-Chuan Hsieh2017-04-192-9/+9
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=438860
* Update to 1.9.0Sunpoet Po-Chuan Hsieh2017-03-205-46/+5
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=436520
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2016-12-031-2/+2
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=427603
* - Import upstream patch for sqlparse 0.2.2Sunpoet Po-Chuan Hsieh2016-11-194-1/+42
| | | | | | | | | - Bump PORTREVISION for package change Obtained from: https://github.com/dbcli/mycli/commit/63a6339e451dfe537f1b7cf43758409abea52342 Notes: svn path=/head/; revision=426459
* - Update to 1.8.1Sunpoet Po-Chuan Hsieh2016-11-052-7/+7
| | | | | | | | | | - Use USES=mysql Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Differential Revision: https://reviews.freebsd.org/D8414 Notes: svn path=/head/; revision=425414
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 1.6.0Sunpoet Po-Chuan Hsieh2016-03-252-13/+5
| | | | | | | Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Notes: svn path=/head/; revision=411885
* - Update to 20160318 snapshot which supports prompt_toolkit 0.57Sunpoet Po-Chuan Hsieh2016-03-212-4/+12
| | | | | | | | | - Bump PORTREVISION for package change Changes: https://github.com/dbcli/pgcli/commits/master Notes: svn path=/head/; revision=411581
* - Add py-mycli 1.5.2Sunpoet Po-Chuan Hsieh2015-12-043-0/+36
mycli is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting. WWW: https://pypi.python.org/pypi/mycli WWW: http://mycli.net/ Notes: svn path=/head/; revision=402923