aboutsummaryrefslogtreecommitdiff
path: root/databases/py-apsw
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.14.1Dmitry Marakasov2016-10-032-4/+7
| | | | | | | - Add tests support Notes: svn path=/head/; revision=423230
* databases/py-apsw: update to 3.13.0-r1Ruslan Makhmatkhanov2016-06-193-5/+6
| | | | | | | | | | | | | | | | * Update PORTVERSION, adjust distinfo * Add LICENSE_FILE entry * Fix WWW in pkg-descr * Add UPDATING entry, per potential backwards incompatibility listed for 3.12.2-r1 we're jumping over. While I'm here, remove unneded PYDISTUTILS_EGGINFO knob. PR: 210376 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Notes: svn path=/head/; revision=417115
* Update to 3.11.1.Vanilla I. Shu2016-03-152-5/+4
| | | | Notes: svn path=/head/; revision=411131
* - Update to 3.9.2Martin Wilke2016-01-064-13/+14
| | | | | | | | | | - Update WWW PR: 205892 Submitted by: ports fury Notes: svn path=/head/; revision=405332
* - Add LICENSEDmitry Marakasov2015-12-251-4/+3
| | | | | | | - Switch to USES=localbase Notes: svn path=/head/; revision=404486
* - Reset maintainer by his own requestDmitry Marakasov2015-12-251-1/+1
| | | | | | | PR: 205570 Notes: svn path=/head/; revision=404485
* - Fix PYDISTUTILS_EGGINFODmitry Marakasov2015-09-081-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396388
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* - StageSteve Wills2014-04-152-1/+2
| | | | | | | | | | | - Pet portlint PR: ports/188602 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) Notes: svn path=/head/; revision=351335
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347405
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* APSW is a Python wrapper for the SQLite embedded relational databaseGuido Falsi2013-09-124-0/+33
engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. PR: ports/181938 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> Notes: svn path=/head/; revision=327055