move postgresql-plsql to python 3, ok jeremy@ daniel@ kn@ pea@

This commit is contained in:
sthen 2021-03-02 15:22:32 +00:00
parent f07623d8aa
commit 761161322d
2 changed files with 9 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.270 2021/03/01 13:40:08 sthen Exp $
# $OpenBSD: Makefile,v 1.271 2021/03/02 15:22:32 sthen Exp $
COMMENT-main= PostgreSQL RDBMS (client)
COMMENT-server= PostgreSQL RDBMS (server)
@ -9,7 +9,7 @@ COMMENT-pg_upgrade=Support for upgrading PostgreSQL data from previous version
VERSION= 13.2
PREV_MAJOR= 12
REVISION= 0
REVISION= 1
DISTNAME= postgresql-${VERSION}
PKGNAME-main= postgresql-client-${VERSION}
PKGNAME-server= postgresql-server-${VERSION}
@ -49,7 +49,6 @@ USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
MODULES= lang/python
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
MODPY_RUNDEP= No
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,10 +1,10 @@
@comment $OpenBSD: PLIST-plpython,v 1.10 2021/02/09 20:01:37 sthen Exp $
@comment $OpenBSD: PLIST-plpython,v 1.11 2021/03/02 15:22:32 sthen Exp $
include/postgresql/server/plpy_util.h
include/postgresql/server/plpython.h
@so lib/postgresql/hstore_plpython2.so
@so lib/postgresql/jsonb_plpython2.so
@so lib/postgresql/ltree_plpython2.so
@so lib/postgresql/plpython2.so
@so lib/postgresql/hstore_plpython3.so
@so lib/postgresql/jsonb_plpython3.so
@so lib/postgresql/ltree_plpython3.so
@so lib/postgresql/plpython3.so
share/postgresql/extension/hstore_plpython2u--1.0.sql
share/postgresql/extension/hstore_plpython2u.control
share/postgresql/extension/hstore_plpython3u--1.0.sql
@ -23,7 +23,5 @@ share/postgresql/extension/ltree_plpython3u--1.0.sql
share/postgresql/extension/ltree_plpython3u.control
share/postgresql/extension/ltree_plpythonu--1.0.sql
share/postgresql/extension/ltree_plpythonu.control
share/postgresql/extension/plpython2u--1.0.sql
share/postgresql/extension/plpython2u.control
share/postgresql/extension/plpythonu--1.0.sql
share/postgresql/extension/plpythonu.control
share/postgresql/extension/plpython3u--1.0.sql
share/postgresql/extension/plpython3u.control