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