vp-build/srcpkgs/python-selectors2/template

18 lines
546 B
Bash

# Template file for 'python-selectors2'
pkgname=python-selectors2
version=2.0.2
revision=2
wrksrc="selectors2-${version}"
build_style=python2-module
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=1f1bbaac203a23fbc851dc1b5a6e92c50698cc8cefa5873eb5b89eef53d1d82b
post_install() {
vlicense LICENSE
}