mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
# description : A fully functional X client library for Python programs
|
|
# depends : python3-six python3-setuptools-scm python3-pip
|
|
|
|
name=python3-xlib
|
|
version=0.33
|
|
release=1
|
|
source="$name-$version.tar.gz::https://github.com/python-xlib/python-xlib/archive/$version/python-$version.tar.gz"
|
|
|
|
build() {
|
|
cd python-xlib-$version
|
|
python3 setup.py build
|
|
python3 setup.py install --root="$PKG" --optimize=1 --skip-build
|
|
}
|