17 lines
615 B
Bash
17 lines
615 B
Bash
# Template file for 'python3-eliot'
|
|
pkgname=python3-eliot
|
|
version=1.7.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="eliot-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="eliot"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-six python3-zope.interface python3-rsistent
|
|
python3-boltons"
|
|
short_desc="Logging library that tells you why it happened"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/itamarst/eliot/"
|
|
distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz"
|
|
checksum=68f3901211288c6c3cb2d05124069a42fa8d4635362dd4b3c6459f701cf39e7a
|