Commit graph

19 commits

Author SHA1 Message Date
Babak Farrokhi
4cc35b37ae databases/py-asyncpg: Update to 0.23.0 2021-05-20 20:18:41 +04:30
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dmitry Marakasov
7c0b84c1a0 - Fix build with python 3.8+ by stripping libraries by wildcard paths, similar to r559094
- Fix PYTHONPREFIX misuse and silence stripping

Approved by:	portmgr blanket
2021-02-25 20:41:53 +00:00
Babak Farrokhi
4e399e653e databases/py-asyncpg: Update to 0.22.0 2021-02-10 12:44:29 +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
Babak Farrokhi
93eeaae249 databases/py-asyncpg: Update to 0.21.0 2020-08-16 17:30:51 +00:00
Babak Farrokhi
0826a2d017 databases/py-asyncpg: Update to 0.20.1 2020-01-16 20:58:23 +00:00
Babak Farrokhi
9569490c9b databases/py-asyncpg: Update to 0.20.0 2019-11-23 16:33:57 +00:00
Babak Farrokhi
094f295cec databases/py-asyncpg: Update to 0.19.0 2019-10-10 19:51:10 +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
Mathieu Arnold
ca99d08fef Remove unused USE_PYTHON values.
Reported by:	tobik (in D19569)
2019-03-13 13:03:11 +00:00
Babak Farrokhi
b512d0144c databases/py-asyncpg: update to 0.18.3 2019-01-08 21:07:52 +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
Babak Farrokhi
eac348400c databases/py-asyncpg: Update to 0.18.2 2018-11-11 08:46:15 +00:00
Babak Farrokhi
6654e0fec5 databases/py-asyncpg: Update to 0.18.1 2018-10-31 14:24:09 +00:00
Babak Farrokhi
aedc706212 databases/py-asyncpg: Update to 0.18.0 2018-10-31 07:10:54 +00:00
Babak Farrokhi
ed303cefd8 databases/py-asyncpg: update to 0.17.0 2018-07-11 05:07:07 +00:00
Babak Farrokhi
da3ba6f944 databases/py-asyncpg: fix a BSD specific connection issue
Obtained from:	upstream github
2018-06-30 05:21:47 +00:00
Babak Farrokhi
9ecf8cec08 New Port: databases/py-asyncpg: High performance PostgreSQL Client Library for Python/asyncio 2018-06-29 07:10:18 +00:00