freebsd-ports/databases/py-apsw/pkg-descr
Ruslan Makhmatkhanov a0c4a58016 databases/py-apsw: update to 3.13.0-r1
* 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>
2016-06-19 12:20:09 +00:00

8 lines
416 B
Text

APSW is a Python wrapper for the SQLite embedded relational database
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.
WWW: https://rogerbinns.github.io/apsw/