| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
|
|
|
|
| |
Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
|
|
|
|
|
| |
Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
http://initd.org/psycopg/articles/2017/07/24/psycopg-273-released/
|
|
|
|
|
| |
Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
http://initd.org/psycopg/articles/2017/07/22/psycopg-272-released/
|
|
|
|
|
|
|
|
|
| |
- 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/
|
| |
|
|
|
|
|
| |
PR: 213669
Approved by: rene (mentor), sunpoet (maintainer-timeout)
|
|
|
|
| |
- Bump PORTREVISION for package change
|
| |
|
|
|
|
|
| |
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/
|
|
|
|
| |
Changes: http://initd.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add DOCS and EXAMPLES to OPTIONS_DEFINE
Changes: http://initd.org/psycopg/articles/2014/08/30/psycopg-254-released/
|
| |
|
|
|
|
| |
Hope to see you back! Thank for all the work!
|
|
|
|
|
|
|
| |
- USES pgsql python
With hat: python
Reported by: Richard Kuhns (via freebsd-python@)
|
| |
|
|
|
|
|
|
|
|
| |
- simplify DOCS and EXAMPLES installation
PR: 182422
Reported by: Arseny Nasokin <eirnym@gmail.com>
Approved by: miwi (maintainer, by email)
|
| |
|
| |
|
|
|
|
| |
databases)
|
|
|
|
|
| |
PR: 180177
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
|
|
|
|
| |
- Convert Header
|
|
|
|
|
| |
PR: 166529
Submitted by: rm@
|
|
|
|
|
|
|
|
| |
- change USE_PYTHON to `yes' (Python3 is supported)
- update WWW
- sort pkg-plist
Approved by: miwi (mentor)
|
| |
|
|
|
|
|
| |
PR: 156999
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
| |
|
|
|
|
| |
- While here kick md5 support
|
|
|
|
|
|
|
|
|
| |
- Cleanup
PR: 153463
Submitted by: Khee Chin <kheechin@gmail.com>
Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Feature safe: yes
|
|
|
|
|
|
|
|
| |
Adjust MASTER_SITE to account for upstream server crash
PR: ports/149914
Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org>
Sponsored by: iXsystems
|
|
|
|
|
| |
PR: 146800
Submitted by: Daniel Gerzo <danger@freebsd.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 139665
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: 123578
Submitted by: olli hauer <ohauer@gmx.de>
|
|
|
|
| |
Submitted by: Josh Paetzel via irc
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
|
|
|
| |
- Respect NOPORTEXAMPLES
- Drop FreeBSD 4.X gruft
|
|
|
|
|
| |
PR: 108063
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
|
| |
|
|
|
|
| |
- Changlog here: http://initd.org/pub/software/psycopg/ChangeLog
|
|
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)
|