gpgme: rebuild for python3-3.13
This commit is contained in:
parent
b69ad27b2d
commit
54cee80326
@ -3,7 +3,7 @@
|
|||||||
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/gpgme-qt6"
|
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/gpgme-qt6"
|
||||||
pkgname=gpgme
|
pkgname=gpgme
|
||||||
version=1.23.2
|
version=1.23.2
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="python3"
|
build_helper="python3"
|
||||||
configure_args="--enable-fd-passing
|
configure_args="--enable-fd-passing
|
||||||
@ -32,6 +32,12 @@ fi
|
|||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
cd lang/python
|
cd lang/python
|
||||||
|
|
||||||
|
mkdir build
|
||||||
|
ln -sf ../../../src/data.h build/data.h
|
||||||
|
ln -sf ../../../conf/config.h build/config.h
|
||||||
|
ln -sf src gpg
|
||||||
|
|
||||||
top_builddir=../.. python3 -m build --wheel --no-isolation
|
top_builddir=../.. python3 -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,8 +88,7 @@ gpgme-python3_package() {
|
|||||||
short_desc+=" - Python binding"
|
short_desc+=" - Python binding"
|
||||||
depends="gpgme"
|
depends="gpgme"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove $py3_sitelib
|
vmove "${py3_sitelib}"
|
||||||
rm -r ${PKGDESTDIR}/$py3_sitelib/gpg*.egg
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user