20 lines
590 B
Bash
20 lines
590 B
Bash
# Template file for 'python-selectors2'
|
|
pkgname=python-selectors2
|
|
version=2.0.0
|
|
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=d27feb6b093c6488e95f51e11680ef17535e5e97381bd42cc329a7d2b470f0ec
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|