aboutsummaryrefslogtreecommitdiff
path: root/databases/py-apsw
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.22.0Sunpoet Po-Chuan Hsieh2018-03-152-4/+6
| | | | | | | | | | - Add BUILD_DEPENDS: check SQLite version Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html Notes: svn path=/head/; revision=464605
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 3.21.0Sunpoet Po-Chuan Hsieh2017-11-132-4/+4
| | | | | | | | Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html Notes: svn path=/head/; revision=454135
* Update to 3.20.1Sunpoet Po-Chuan Hsieh2017-08-282-4/+4
| | | | | | | | Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html Notes: svn path=/head/; revision=448875
* Update to 3.19.3Sunpoet Po-Chuan Hsieh2017-06-262-4/+4
| | | | | | | | Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html Notes: svn path=/head/; revision=444383
* Update to 3.18.0Sunpoet Po-Chuan Hsieh2017-04-292-4/+4
| | | | | | | | Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html Notes: svn path=/head/; revision=439738
* Take maintainershipSunpoet Po-Chuan Hsieh2017-04-261-1/+1
| | | | Notes: svn path=/head/; revision=439476
* Allow overriding of USESSteve Wills2017-04-141-1/+1
| | | | Notes: svn path=/head/; revision=438533
* Update to 3.17.0Sunpoet Po-Chuan Hsieh2017-04-083-16/+15
| | | | | | | | | | | | | - Allow concurrent installation (USE_PYTHON=concurrent) - Do not silence installation and test messages - Cosmetic change - Update pkg-descr Changes: https://github.com/rogerbinns/apsw/releases https://rogerbinns.github.io/apsw/changes.html Notes: svn path=/head/; revision=437999
* - 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