python-selectors2: update to 2.0.2
This commit is contained in:
parent
1b039b3bea
commit
77fc6fb614
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python-selectors2'
|
# Template file for 'python-selectors2'
|
||||||
pkgname=python-selectors2
|
pkgname=python-selectors2
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="selectors2-${version}"
|
wrksrc="selectors2-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="selectors2.py"
|
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
short_desc="Drop-in replacement of the selectors module for Python 2.6+"
|
short_desc="Drop-in replacement of the selectors module for Python 2.6+"
|
||||||
maintainer="pulux <pulux@pf4sh.de>"
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/SethMichaelLarson/selectors2"
|
homepage="https://github.com/SethMichaelLarson/selectors2"
|
||||||
distfiles="${PYPI_SITE}/s/selectors2/selectors2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/selectors2/selectors2-${version}.tar.gz"
|
||||||
checksum=81b77c4c6f607248b1d6bbdb5935403fef294b224b842a830bbfabb400c81884
|
checksum=1f1bbaac203a23fbc851dc1b5a6e92c50698cc8cefa5873eb5b89eef53d1d82b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue