Commit Graph

68 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
86a6e370f7 databases/py-psycopg2: Update to 2.9.3
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2022-01-24 02:19:13 +08:00
Po-Chuan Hsieh
594c3b5385 databases/py-psycopg2: Update to 2.9.2
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2021-11-22 02:20:02 +08:00
Po-Chuan Hsieh
bd01a0acea databases/py-psycopg2: Cosmetic change 2021-10-25 23:57:23 +08:00
Po-Chuan Hsieh
2c229f7643 databases/py-psycopg2: Update to 2.9.1
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2021-06-21 04:46:03 +08:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Kai Knoblich
9cb5898561 Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme.  This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".

The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.

Remedy the issue by adding wildcards to these paths.  This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.

[1] https://bugs.python.org/issue42604

PR:		252057
Reported by:	John Kennedy
Reviewed by:	fluffy, koobs
Approved by:	koobs (python)
2020-12-24 13:46:01 +00:00
Sunpoet Po-Chuan Hsieh
55f59c60f6 Update to 2.8.6
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2020-09-07 18:11:12 +00:00
Sunpoet Po-Chuan Hsieh
b300be65ab Update to 2.8.5
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2020-04-08 02:21:19 +00:00
Sunpoet Po-Chuan Hsieh
2e61b73533 Update to 2.8.4
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2019-10-21 23:32:36 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Sunpoet Po-Chuan Hsieh
8cc46756ef Update to 2.8.3
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2019-06-14 20:20:00 +00:00
Sunpoet Po-Chuan Hsieh
bfc66f7252 Update to 2.8.2
- Update MASTER_SITES

Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2019-05-25 22:03:15 +00:00
Sunpoet Po-Chuan Hsieh
212367b57a Update to 2.7.7
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2019-01-23 17:34:57 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Sunpoet Po-Chuan Hsieh
54a6bdfee8 Update to 2.7.6.1
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
		https://github.com/psycopg/psycopg2/blob/2_7_6_1/NEWS
2018-11-12 21:28:07 +00:00
Sunpoet Po-Chuan Hsieh
5b237cead0 Update to 2.7.6
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2018-11-11 18:18:58 +00:00
Sunpoet Po-Chuan Hsieh
77168db607 Fix build with Python 3.7
PR:		230064
Submitted by:	amdmi3, Kamigishi Rei <spambox@haruhiism.net>
2018-08-26 18:42:33 +00:00
Sunpoet Po-Chuan Hsieh
bfbd29496e Update to 2.7.5
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2018-06-24 20:16:52 +00:00
Sunpoet Po-Chuan Hsieh
2ab5353b6a Update to 2.7.4
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2018-02-09 14:07:41 +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
af03cce02b Update to 2.7.3.2
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2017-10-25 18:28:48 +00:00
Sunpoet Po-Chuan Hsieh
4d5bf51510 Update to 2.7.3.1
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2017-08-27 17:31:55 +00:00
Sunpoet Po-Chuan Hsieh
4f1c3aa761 Update to 2.7.3
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
		http://initd.org/psycopg/articles/2017/07/24/psycopg-273-released/
2017-07-25 16:21:35 +00:00
Sunpoet Po-Chuan Hsieh
432e1a07de Update to 2.7.2
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
		http://initd.org/psycopg/articles/2017/07/22/psycopg-272-released/
2017-07-23 13:12:45 +00:00
Sunpoet Po-Chuan Hsieh
38868905e9 Update to 2.7.1
- 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/
2017-04-24 15:16:42 +00:00
Antoine Brodin
7fafcac74e Move py35-mysqlclient and py35-psycopg2 to match existing naming convention 2016-12-10 13:39:21 +00:00
Christoph Moench-Tegeder
b4383c79d4 update to 2.6.2
PR:		213669
Approved by:	rene (mentor), sunpoet (maintainer-timeout)
2016-11-14 16:16:15 +00:00
Sunpoet Po-Chuan Hsieh
0e7ad38c34 - Strip shared library
- Bump PORTREVISION for package change
2015-09-02 17:03:23 +00:00
Sunpoet Po-Chuan Hsieh
9de9dacf00 - Convert to new options target helper 2015-09-02 08:54:03 +00:00
Sunpoet Po-Chuan Hsieh
0045bd42d5 - Update to 2.6.1
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/
2015-07-12 16:07:10 +00:00
Sunpoet Po-Chuan Hsieh
13192e8a5f - Update to 2.5.5
Changes:	http://initd.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/
2015-02-18 16:19:36 +00:00
Sunpoet Po-Chuan Hsieh
a0748d649b - Update to 2.5.4
- Add LICENSE
- Add DOCS and EXAMPLES to OPTIONS_DEFINE

Changes:	http://initd.org/psycopg/articles/2014/08/30/psycopg-254-released/
2014-11-24 18:29:58 +00:00
Sunpoet Po-Chuan Hsieh
4c9b5e2148 - Take maintainership 2014-11-23 09:24:48 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
William Grzybowski
e109de4669 databases/py-psycopg2: allow concurrent install
- USES pgsql python

With hat:	python
Reported by:	Richard Kuhns (via freebsd-python@)
2014-10-07 14:45:39 +00:00
Martin Wilke
eae3d16536 - Update to 2.5.3 2014-05-25 10:12:58 +00:00
Ruslan Makhmatkhanov
d1a51e7c6f - convert to autogenerated packing list to fix python3 packaging
- simplify DOCS and EXAMPLES installation

PR:		182422
Reported by:	    Arseny Nasokin <eirnym@gmail.com>
Approved by:	miwi (maintainer, by email)
2014-01-26 23:32:05 +00:00
Martin Wilke
cddbfeef63 - Stage support 2014-01-25 06:05:35 +00:00
Martin Wilke
9c5b9f7cd8 - Update to 2.5.2 2014-01-15 03:02:18 +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
Martin Wilke
3a6ec5ffb9 - Update to 2.5.1
PR:		180177
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>
2013-07-11 15:21:14 +00:00
Martin Wilke
c6eb725def - Update to 2.4.6
- Convert Header
2013-02-04 02:32:33 +00:00
Martin Wilke
6432370980 - Update to 2.4.5
PR:		166529
Submitted by:	rm@
2012-04-10 06:49:51 +00:00
Ruslan Makhmatkhanov
eeeda33da1 - update to 2.4.4
- change USE_PYTHON to `yes' (Python3 is supported)
- update WWW
- sort pkg-plist

Approved by:   miwi (mentor)
2011-12-28 09:25:06 +00:00
Martin Wilke
525eb2893f - Update to 2.4.2 2011-06-25 06:41:16 +00:00
Martin Wilke
13db847120 - Update to 2.4.1
PR:		156999
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-06-12 02:28:11 +00:00
Martin Wilke
cd39ffd43a - Update to 2.4 2011-03-04 14:09:31 +00:00
Martin Wilke
021fc3a529 - Move over to py25+ or above
- While here kick md5 support
2011-02-25 00:12:12 +00:00
Martin Wilke
81cf5690ed - Update to 2.3.2
- Cleanup

PR:		153463
Submitted by:	Khee Chin <kheechin@gmail.com>
		Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Feature safe:	yes
2011-01-29 14:14:58 +00:00