main/py3-gobject3: add missing -pyc subpackage

This commit is contained in:
Sertonix 2024-06-05 00:39:44 +02:00 committed by Patrycja Rosa
parent 3cceb552d6
commit f352a821e3

View file

@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-gobject3
pkgver=3.48.2
pkgrel=0
pkgrel=1
pkgdesc="Python bindings for the GObject library"
url="https://wiki.gnome.org/Projects/PyGObject/"
arch="all"
@ -19,7 +19,7 @@ makedepends="
"
checkdepends="py3-pytest gtk+3.0-dev xvfb-run ibus font-dejavu"
depends="python3"
subpackages="$pkgname-dev:_dev"
subpackages="$pkgname-dev:_dev $pkgname-pyc"
options="!check" # Need ibus which is in community/
source="https://download.gnome.org/sources/pygobject/${pkgver%.*}/pygobject-$pkgver.tar.xz"
builddir="$srcdir"/pygobject-$pkgver