17 lines
582 B
Bash
17 lines
582 B
Bash
# Template file for 'python-trollius'
|
|
pkgname=python-trollius
|
|
version=2.2
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="trollius-${version}"
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-six python-futures"
|
|
pycompile_module="trollius"
|
|
short_desc="Infrastructure for writing single-threaded concurrent code (Python2)"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
homepage="https://github.com/haypo/trollius"
|
|
license="Apache-2.0"
|
|
distfiles="${PYPI_SITE}/t/trollius/trollius-${version}.tar.gz"
|
|
checksum=b35b9a9079c3c06a04cedf27dd833982b5d58401722da63d2c7c6384063a6924
|