# Maintainer: Jaroslav Lichtblau # Contributor: Anthony25 pkgname=python-selectors2 pkgver=2.0.2 pkgrel=3 arch=('any') pkgdesc='Backported, durable, and portable selectors.' url='https://github.com/SethMichaelLarson/selectors2' license=('MIT') makedepends=('python-setuptools') source=($pkgbase-$pkgver.tar.gz::https://github.com/SethMichaelLarson/selectors2/archive/$pkgver.tar.gz) sha256sums=('43e80168bec134ada813d4126b8eac071450bad8ec1bbdd91ec6481050dbc87e') package() { cd "${srcdir}"/selectors2-$pkgver python setup.py install --root="${pkgdir}" --optimize=1 install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE }