mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e730d999d3
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX - Add PYTHON2 and PYTHON3 - Respect PYTHON_VERSION - Rename PYOEXTENSION to PYTHON_PYOEXTENSION This change would help: - Build databases/postgresql*-plpython with Python 3 (It has PLIST issue since bsd.python.mk to Uses/python.mk transition) - Simplify Makefile PR: 205807 Differential Revision: https://reviews.FreeBSD.org/D4758 Exp-run by: antoine
13 lines
613 B
Plaintext
13 lines
613 B
Plaintext
%%DOCSDIR%%/README-plpython
|
|
%%PYTHON2%%lib/postgresql/plpython2.so
|
|
%%PYTHON3%%lib/postgresql/plpython3.so
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpython2u--1.0.sql
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpython2u--unpackaged--1.0.sql
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpython2u.control
|
|
%%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql
|
|
%%PYTHON3%%%%DATADIR%%/extension/plpython3u--unpackaged--1.0.sql
|
|
%%PYTHON3%%%%DATADIR%%/extension/plpython3u.control
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpythonu--1.0.sql
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpythonu--unpackaged--1.0.sql
|
|
%%PYTHON2%%%%DATADIR%%/extension/plpythonu.control
|