New package: python-selectors2-1.1.1

This commit is contained in:
pulux 2017-02-19 18:23:09 +01:00
parent 090d50f1da
commit 133604ab16
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python-selectors2'
pkgname=python-selectors2
version=1.1.1
revision=1
noarch=yes
wrksrc="selectors2-${version}"
build_style=python2-module
pycompile_module="selectors2.py"
hostmakedepends="python-setuptools"
short_desc="Drop-in replacement of the selectors module for Python 2.6+"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://github.com/SethMichaelLarson/selectors2"
distfiles="${PYPI_SITE}/s/selectors2/selectors2-${version}.tar.gz"
checksum=ef1eb63968155bc3bfb5bedf291374d058c3b0839b3b16604c6bdfd370e0c474
post_install() {
vlicense LICENSE.txt
}