<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/py-agate-sql, branch release/13.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-07-18T16:47:32Z</updated>
<entry>
<title>Upgrade to 0.5.5</title>
<updated>2020-07-18T16:47:32Z</updated>
<author>
<name>Matthew Seaman</name>
<email>matthew@FreeBSD.org</email>
</author>
<published>2020-07-18T16:47:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=062841384f3d9ab58f9ea4e7b8063dfb3dc04a0b'/>
<id>urn:sha1:062841384f3d9ab58f9ea4e7b8063dfb3dc04a0b</id>
<content type='text'>
ChangeLog: https://github.com/wireservice/agate-sql/blob/0.5.5/CHANGELOG.rst
</content>
</entry>
<entry>
<title>Udate to 0.5.4</title>
<updated>2019-03-17T11:39:48Z</updated>
<author>
<name>Matthew Seaman</name>
<email>matthew@FreeBSD.org</email>
</author>
<published>2019-03-17T11:39:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0b1829e1ce958ab4b18c9c8e3fac80133ac4dbb5'/>
<id>urn:sha1:0b1829e1ce958ab4b18c9c8e3fac80133ac4dbb5</id>
<content type='text'>
ChangeLog:	https://github.com/wireservice/agate-sql/blob/master/CHANGELOG.rst
</content>
</entry>
<entry>
<title>Use PY_FLAVOR for dependencies.</title>
<updated>2018-06-20T17:05:41Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2018-06-20T17:05:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4376dbbb58dab5a7bf7a8240ca39b562de78343b'/>
<id>urn:sha1:4376dbbb58dab5a7bf7a8240ca39b562de78343b</id>
<content type='text'>
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Update to 0.5.3</title>
<updated>2018-01-29T07:42:45Z</updated>
<author>
<name>Matthew Seaman</name>
<email>matthew@FreeBSD.org</email>
</author>
<published>2018-01-29T07:42:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=89e0e4cca5347c7d1bed14aea16b1f02d0c7b9de'/>
<id>urn:sha1:89e0e4cca5347c7d1bed14aea16b1f02d0c7b9de</id>
<content type='text'>
ChangeLog:	https://github.com/wireservice/agate-sql/blob/0.5.3/CHANGELOG.rst
</content>
</entry>
<entry>
<title>Convert Python ports to FLAVORS.</title>
<updated>2017-11-30T15:50:30Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-11-30T15:50:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=551be3c7231225ed9c26479af2b8914fb2ef0ea8'/>
<id>urn:sha1:551be3c7231225ed9c26479af2b8914fb2ef0ea8</id>
<content type='text'>
  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&gt;0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
</content>
</entry>
<entry>
<title>Update to 0.5.2</title>
<updated>2017-04-30T18:21:49Z</updated>
<author>
<name>Matthew Seaman</name>
<email>matthew@FreeBSD.org</email>
</author>
<published>2017-04-30T18:21:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=53c3161b48e8291e0fa39df44aab9223de7b5469'/>
<id>urn:sha1:53c3161b48e8291e0fa39df44aab9223de7b5469</id>
<content type='text'>
ChangeLog:	https://agate-sql.readthedocs.io/en/0.5.2/#changelog
</content>
</entry>
<entry>
<title>Update to 0.5.1</title>
<updated>2017-02-28T08:50:36Z</updated>
<author>
<name>Matthew Seaman</name>
<email>matthew@FreeBSD.org</email>
</author>
<published>2017-02-28T08:50:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8cc6b5cc9ce7b29661b616d5e037942d56b102ba'/>
<id>urn:sha1:8cc6b5cc9ce7b29661b616d5e037942d56b102ba</id>
<content type='text'>
ChangeLog:	https://github.com/wireservice/agate-sql/blob/master/CHANGELOG.rst
</content>
</entry>
<entry>
<title>Remove editor backup file added by mistake</title>
<updated>2016-12-28T11:10:33Z</updated>
<author>
<name>Matthew Seaman</name>
<email>matthew@FreeBSD.org</email>
</author>
<published>2016-12-28T11:10:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5bd996114188d28de0e4ceeddaee84f0b63ebb18'/>
<id>urn:sha1:5bd996114188d28de0e4ceeddaee84f0b63ebb18</id>
<content type='text'>
Pacify portlint by removing a full stop.
</content>
</entry>
<entry>
<title>agate-sql adds SQL read/write support to agate.</title>
<updated>2016-12-28T11:07:35Z</updated>
<author>
<name>Matthew Seaman</name>
<email>matthew@FreeBSD.org</email>
</author>
<published>2016-12-28T11:07:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=38a99b210819c6243d7c7cd49ab27baad4320c68'/>
<id>urn:sha1:38a99b210819c6243d7c7cd49ab27baad4320c68</id>
<content type='text'>
WWW: http://agate-sql.rtfd.org/
</content>
</entry>
</feed>
