aboutsummaryrefslogtreecommitdiff
path: root/databases/py-agate-sql
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-agate-sql: update to 0.5.8Matthew Seaman2021-09-282-4/+4
| | | | ChangeLog: https://github.com/wireservice/agate-sql/blob/0.5.8/CHANGELOG.rst
* databases/py-agate-sql: update to 0.5.7Matthew Seaman2021-07-142-4/+4
| | | | ChangeLog: https://github.com/wireservice/agate-sql/blob/0.5.7/CHANGELOG.rst
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.5.6Matthew Seaman2021-03-172-4/+4
| | | | | | | ChangeLog: https://github.com/wireservice/agate-sql/blob/0.5.6/CHANGELOG.rst Notes: svn path=/head/; revision=568632
* Upgrade to 0.5.5Matthew Seaman2020-07-182-5/+5
| | | | | | | ChangeLog: https://github.com/wireservice/agate-sql/blob/0.5.5/CHANGELOG.rst Notes: svn path=/head/; revision=542509
* Udate to 0.5.4Matthew Seaman2019-03-172-4/+4
| | | | | | | ChangeLog: https://github.com/wireservice/agate-sql/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=496049
* 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
* Update to 0.5.3Matthew Seaman2018-01-292-4/+4
| | | | | | | ChangeLog: https://github.com/wireservice/agate-sql/blob/0.5.3/CHANGELOG.rst Notes: svn path=/head/; revision=460242
* 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 0.5.2Matthew Seaman2017-04-302-4/+4
| | | | | | | ChangeLog: https://agate-sql.readthedocs.io/en/0.5.2/#changelog Notes: svn path=/head/; revision=439834
* Update to 0.5.1Matthew Seaman2017-02-282-4/+4
| | | | | | | ChangeLog: https://github.com/wireservice/agate-sql/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=435008
* Remove editor backup file added by mistakeMatthew Seaman2016-12-282-23/+1
| | | | | | | Pacify portlint by removing a full stop. Notes: svn path=/head/; revision=429737
* agate-sql adds SQL read/write support to agate.Matthew Seaman2016-12-284-0/+50
WWW: http://agate-sql.rtfd.org/ Notes: svn path=/head/; revision=429736