15 lines
577 B
Bash
15 lines
577 B
Bash
# Template file for 'python3-eliot'
|
|
pkgname=python3-eliot
|
|
version=1.12.0
|
|
revision=4
|
|
wrksrc="eliot-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-six python3-zope.interface python3-pyrsistent
|
|
python3-boltons"
|
|
short_desc="Logging library that tells you why it happened"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/itamarst/eliot/"
|
|
distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz"
|
|
checksum=b6e16d8a4392cac6bd07358aaef140c50059ab00fc13171012810e33e1d94b71
|