<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/py-sqlite3dbm, branch 2017Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2017Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2017Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2016-12-02T09:21:58Z</updated>
<entry>
<title>http://github.com redirects to https://github.com, spare everyone a redirect.</title>
<updated>2016-12-02T09:21:58Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-12-02T09:21:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bbf7ef5615b14f020b875ffc8722a84552ed72d7'/>
<id>urn:sha1:bbf7ef5615b14f020b875ffc8722a84552ed72d7</id>
<content type='text'>
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.</title>
<updated>2016-04-01T14:00:51Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:00:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4e1b79a0a61f4973df8b4b0864d22086c769e219'/>
<id>urn:sha1:4e1b79a0a61f4973df8b4b0864d22086c769e219</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Convert ports from databases/ and deskutils/ to new USES=python</title>
<updated>2014-10-19T08:50:17Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2014-10-19T08:50:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1555011ab42870150513585c13b3a273e4bf53b'/>
<id>urn:sha1:e1555011ab42870150513585c13b3a273e4bf53b</id>
<content type='text'>
Approved by:	portmgr (implicit)
</content>
</entry>
<entry>
<title>- Convert to PYDISTUTILS_AUTOPLIST</title>
<updated>2014-02-17T05:18:16Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2014-02-17T05:18:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=28af5e00e899dba67b9632b0dcc7023eb6c1f3e8'/>
<id>urn:sha1:28af5e00e899dba67b9632b0dcc7023eb6c1f3e8</id>
<content type='text'>
- Stage support
- Bump PORTREVISION
</content>
</entry>
<entry>
<title>Python cleanup:</title>
<updated>2014-01-13T21:00:02Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2014-01-13T21:00:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=50f8eaece13e14735ce71c2c22f8aac07f7cd50a'/>
<id>urn:sha1:50f8eaece13e14735ce71c2c22f8aac07f7cd50a</id>
<content type='text'>
- USE_PYTHON* = 2.X -&gt; USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -&gt; USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: databases)</title>
<updated>2013-09-20T16:13:47Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T16:13:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=36117d709704f772dbc3d305cda6923741791598'/>
<id>urn:sha1:36117d709704f772dbc3d305cda6923741791598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation</title>
<updated>2013-03-04T10:55:23Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2013-03-04T10:55:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66'/>
<id>urn:sha1:5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This module provides a sqlite-backed dictionary conforming to the</title>
<updated>2011-10-28T08:14:02Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2011-10-28T08:14:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=39c4e614e355ebce6bdae4b7fd2dd1ce08b34aff'/>
<id>urn:sha1:39c4e614e355ebce6bdae4b7fd2dd1ce08b34aff</id>
<content type='text'>
dbm interface, along with a shelve class that wraps the dict and
provides serialization for it.

WWW: http://github.com/Yelp/sqlite3dbm/
</content>
</entry>
</feed>
