17 lines
664 B
Bash
17 lines
664 B
Bash
# Template file for 'python3-pywayland'
|
|
pkgname=python3-pywayland
|
|
version=0.4.17
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools wayland-protocols pkg-config
|
|
python3-wheel python3-cffi wayland-devel"
|
|
makedepends="python3-devel wayland-devel"
|
|
depends="python3-cffi"
|
|
short_desc="Python bindings for the libwayland library"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/flacjacket/pywayland"
|
|
distfiles="${PYPI_SITE}/p/pywayland/pywayland-${version}.tar.gz"
|
|
checksum=f7fd1902638c2f7a15ac07f31a3ef6895d3c160ca2601481ca82b2c61a23c657
|
|
make_check=no # Need Wayland protocol files
|