aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-psycopg2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.7.4sunpoet2018-02-091-1/+1
| | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
* Convert Python ports to FLAVORS.mat2017-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
* Update to 2.7.3.2sunpoet2017-10-261-1/+1
| | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
* Update to 2.7.3.1sunpoet2017-08-281-1/+1
| | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
* Update to 2.7.3sunpoet2017-07-261-1/+1
| | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS http://initd.org/psycopg/articles/2017/07/24/psycopg-273-released/
* Update to 2.7.2sunpoet2017-07-231-1/+1
| | | | | Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS http://initd.org/psycopg/articles/2017/07/22/psycopg-272-released/
* Update to 2.7.1sunpoet2017-04-241-3/+4
| | | | | | | | | - Add LICENSE_FILE - Add GitHub repository to WWW Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS http://initd.org/psycopg/articles/2017/03/13/psycopg-271-released/ http://initd.org/psycopg/articles/2017/03/01/psycopg-27-released/
* Move py35-mysqlclient and py35-psycopg2 to match existing naming conventionantoine2016-12-101-1/+1
|
* update to 2.6.2cmt2016-11-151-2/+1
| | | | | PR: 213669 Approved by: rene (mentor), sunpoet (maintainer-timeout)
* - Strip shared librarysunpoet2015-09-031-0/+4
| | | | - Bump PORTREVISION for package change
* - Convert to new options target helpersunpoet2015-09-021-2/+5
|
* - Update to 2.6.1sunpoet2015-07-131-5/+4
| | | | | Changes: http://initd.org/psycopg/articles/2015/06/16/psycopg-261-released/ http://initd.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/
* - Update to 2.5.5sunpoet2015-02-191-1/+1
| | | | Changes: http://initd.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/
* - Update to 2.5.4sunpoet2014-11-251-14/+12
| | | | | | | - Add LICENSE - Add DOCS and EXAMPLES to OPTIONS_DEFINE Changes: http://initd.org/psycopg/articles/2014/08/30/psycopg-254-released/
* - Take maintainershipsunpoet2014-11-231-1/+1
|
* Reset miwi's maintainership per his demandbapt2014-11-181-1/+1
| | | | Hope to see you back! Thank for all the work!
* databases/py-psycopg2: allow concurrent installwg2014-10-071-7/+3
| | | | | | | - USES pgsql python With hat: python Reported by: Richard Kuhns (via freebsd-python@)
* - Update to 2.5.3miwi2014-05-251-1/+1
|
* - convert to autogenerated packing list to fix python3 packagingrm2014-01-271-17/+10
| | | | | | | | - simplify DOCS and EXAMPLES installation PR: 182422 Reported by: Arseny Nasokin <eirnym@gmail.com> Approved by: miwi (maintainer, by email)
* - Stage supportmiwi2014-01-251-5/+4
|
* - Update to 2.5.2miwi2014-01-151-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - Update to 2.5.1miwi2013-07-111-3/+3
| | | | | PR: 180177 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
* - Update to 2.4.6miwi2013-02-041-6/+2
| | | | - Convert Header
* - Update to 2.4.5miwi2012-04-101-3/+2
| | | | | PR: 166529 Submitted by: rm@
* - update to 2.4.4rm2011-12-281-2/+3
| | | | | | | | - change USE_PYTHON to `yes' (Python3 is supported) - update WWW - sort pkg-plist Approved by: miwi (mentor)
* - Update to 2.4.2miwi2011-06-251-2/+2
|
* - Update to 2.4.1miwi2011-06-121-1/+1
| | | | | PR: 156999 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to 2.4miwi2011-03-041-4/+3
|
* - Move over to py25+ or abovemiwi2011-02-251-1/+2
| | | | - While here kick md5 support
* - Update to 2.3.2miwi2011-01-291-13/+5
| | | | | | | | | - Cleanup PR: 153463 Submitted by: Khee Chin <kheechin@gmail.com> Ruslan Mahmatkhanov <cvs-src@yandex.ru> Feature safe: yes
* Update to 2.2.2jpaetzel2010-10-061-2/+2
| | | | | | | | Adjust MASTER_SITE to account for upstream server crash PR: ports/149914 Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org> Sponsored by: iXsystems
* - Update to 2.2.1miwi2010-05-241-1/+1
| | | | | PR: 146800 Submitted by: Daniel Gerzo <danger@freebsd.org> (maintainer)
* - Update to 2.0.14miwi2010-03-141-1/+1
|
* - Update to 2.0.13miwi2009-10-301-1/+1
| | | | | PR: 139665 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Update to 2.0.12miwi2009-09-041-1/+1
|
* - Update to 2.0.11miwi2009-05-311-1/+1
|
* - Update to 2.0.10miwi2009-05-111-1/+1
|
* - Update to 2.0.9miwi2009-03-011-1/+1
|
* - Update to 2.0.8miwi2008-09-231-2/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 2.0.7miwi2008-05-171-1/+1
| | | | | PR: 123578 Submitted by: olli hauer <ohauer@gmx.de>
* - Remove unnecessary dependenciesmiwi2007-12-231-2/+0
| | | | Submitted by: Josh Paetzel via irc
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-2/+2
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Update to 2.0.6miwi2007-07-021-12/+7
| | | | | - Respect NOPORTEXAMPLES - Drop FreeBSD 4.X gruft
* - Fix build with gcc 4.Xmiwi2007-01-181-0/+1
| | | | | PR: 108063 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Add backup MASTER_SITESmiwi2006-11-231-1/+3
|
* - Update to 2.0.5.1miwi2006-09-021-1/+1
| | | | - Changlog here: http://initd.org/pub/software/psycopg/ChangeLog
* psycopg2 is a PostgreSQL database adapter for the Python programming language.miwi2006-08-111-0/+59
It was written from scratch with the aim of being small, fast and stable. It supports the full Python DBAPI-2.0 and is thread safe. psycopg2 is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open Python connection keeps a pool of real (UNIX or TCP/IP) connections to the database. Every time a new cursor is created, a new connection does not need to be opened; instead one of the unused connections from the pool is used. That makes psycopg very fast in typical client-server applications that create a servicing thread every time a client request arrives. WWW: http://initd.org/projects/psycopg2 Approved by: krion (mentor)