1 # Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
2 # Maintainer: Caleb Maclennan <caleb@alerque.com>
3 # Contributor: Guillaume Horel <guillaume.horel@gmail.com
4 # Contributor: Philipp A. <flying-sheep@web.de>
6 pkgname=python-unicodedata2
7 _pyname=${pkgname#python-}
10 pkgdesc="unicodedata backport/updates to Python 3"
12 url="https://github.com/fonttools/$_pyname"
15 makedepends=('python-setuptools')
16 checkdepends=('python-pytest'
18 'python-pytest-randomly')
19 source=("$url/archive/$pkgver/$_pyname-$pkgver.tar.gz")
20 sha256sums=('3793953ec7321eb9a01e398cac230aed557b9c7706e6b569b34ae6c442b8a2aa')
34 python setup.py install --root="$pkgdir" --optimize=1 --skip-build