Skip to content

Commit

Permalink
python-3.10.10-1: new version pygobject
Browse files Browse the repository at this point in the history
add new configure switch to spicify python executable
david committed May 2, 2023
1 parent 73a92a7 commit 37013a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions python-3.10.10-1.build.sh
Original file line number Diff line number Diff line change
@@ -183,6 +183,8 @@ piplist; track gyp
meson setup \
--prefix=$PREFIX \
--buildtype=release \
-Dpython=$PREFIX/bin/python \
-Dtests=false \
..

ninja -j $NPROC
@@ -191,10 +193,10 @@ piplist; track gyp
)

(
PYGOBJECT3_VERSION=3.44.0
PYGOBJECT3_VERSION=3.44.1

# https://files.pythonhosted.org/packages/07/73/a034fc1bcd6d402d6f72ff618c093f91ac6921f968cc19806b6a1b1b19c8/PyGObject-3.44.0.tar.gz
BEEHIVE=https://beehive.molgen.mpg.de/35d27b533be6a98c7f17ddb6bd0e87d6/PyGObject-3.44.0.tar.gz
BEEHIVE=https://beehive.molgen.mpg.de/959259478566b24316edaa18da6e0eaa/PyGObject-3.44.1.tar.gz
test -e PyGObject-$PYGOBJECT3_VERSION.tar.gz || wget -nv $BEEHIVE
test -d PyGObject-$PYGOBJECT3_VERSION || tar -xf PyGObject-$PYGOBJECT3_VERSION.tar.gz

@@ -205,6 +207,7 @@ piplist; track gyp
meson setup \
--prefix=$PREFIX \
--buildtype=release \
-Dpython=$PREFIX/bin/python \
-Dtests=false \
..

0 comments on commit 37013a7

Please sign in to comment.