contrib/python3-vdf/Pkgfile
2022-01-03 13:31:20 +01:00

18 lines
536 B
Plaintext

# Description: Pure python module for (de)serialization to and from VDF that works just like json
# URL: https://github.com/ValvePython/vdf
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-vdf
version=3.4
release=2
source=(https://pypi.python.org/packages/source/v/vdf/vdf-$version.tar.gz)
build() {
cd vdf-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install -O2 --root=$PKG --skip-build
chmod 644 $PKG/usr/lib/python3.*/site-packages/vdf-$version-*/*
}