Commit Graph

30 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
e6f406cb8f Update to 3.29.0
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2019-10-01 19:15:42 +00:00
Sunpoet Po-Chuan Hsieh
b8fddf5851 Update to 3.28.0
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2019-06-11 20:19:31 +00:00
Sunpoet Po-Chuan Hsieh
bf9613cea3 Update to 3.27.2
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2019-03-07 17:31:54 +00:00
Sunpoet Po-Chuan Hsieh
cda0c6f001 Update to 3.26.0
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2019-01-09 14:51:50 +00:00
Sunpoet Po-Chuan Hsieh
776514543b Update to 3.25.2
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2018-11-05 21:44:30 +00:00
Sunpoet Po-Chuan Hsieh
5a997a2f12 Update to 3.24.0
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2018-07-29 19:15:10 +00:00
Sunpoet Po-Chuan Hsieh
57a6c57a41 Update to 3.23.1
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2018-05-15 23:59:17 +00:00
Sunpoet Po-Chuan Hsieh
3626ca7da1 Update to 3.22.0
- Add BUILD_DEPENDS: check SQLite version

Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2018-03-15 17:45:36 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Sunpoet Po-Chuan Hsieh
e202094a16 Update to 3.21.0
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2017-11-13 19:35:45 +00:00
Sunpoet Po-Chuan Hsieh
d45bd03e43 Update to 3.20.1
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2017-08-28 19:18:01 +00:00
Sunpoet Po-Chuan Hsieh
76d1ca9dc9 Update to 3.19.3
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2017-06-26 19:35:37 +00:00
Sunpoet Po-Chuan Hsieh
0ae0d7ccd4 Update to 3.18.0
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2017-04-29 07:50:50 +00:00
Sunpoet Po-Chuan Hsieh
0efbdb0a55 Take maintainership 2017-04-26 18:45:55 +00:00
Steve Wills
2b5861d07a Allow overriding of USES 2017-04-14 18:36:54 +00:00
Sunpoet Po-Chuan Hsieh
1d2b0860f9 Update to 3.17.0
- 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
2017-04-08 10:33:39 +00:00
Dmitry Marakasov
0003650a1c - Update to 3.14.1
- Add tests support
2016-10-03 23:31:46 +00:00
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
Vanilla I. Shu
a6848ce147 Update to 3.11.1. 2016-03-15 02:28:50 +00:00
Martin Wilke
a91150c987 - Update to 3.9.2
- Update WWW

PR:		205892
Submitted by:	ports fury
2016-01-06 06:16:23 +00:00
Dmitry Marakasov
6354f342ba - Add LICENSE
- Switch to USES=localbase
2015-12-25 23:19:20 +00:00
Dmitry Marakasov
08b996e8d6 - Reset maintainer by his own request
PR:		205570
2015-12-25 23:19:02 +00:00
Dmitry Marakasov
f6c89efb8a - Fix PYDISTUTILS_EGGINFO
Approved by:	portmgr blanket
2015-09-08 15:07:30 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- 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
2015-05-14 10:15:04 +00:00
Marcus von Appen
e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Steve Wills
20dc98147a - Stage
- Pet portlint

PR:		ports/188602
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-04-15 14:39:06 +00:00
Baptiste Daroussin
c23ef8bc8b Convert d* to USES=zip 2014-03-07 16:49:09 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Guido Falsi
df8b3a75ca 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.

PR:		ports/181938
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com>
2013-09-12 11:44:05 +00:00