void-packages/srcpkgs/python3-pyrfc3339/template
2020-10-10 10:22:39 -04:00

19 lines
582 B
Bash

# Template file for 'python3-pyrfc3339'
pkgname=python3-pyrfc3339
version=1.1
revision=4
wrksrc="pyRFC3339-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pytz"
short_desc="Python3 library for generating and parsing RFC 3339 timestamps"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/kurtraschke/pyRFC3339"
distfiles="${PYPI_SITE}/p/pyRFC3339/pyRFC3339-${version}.tar.gz"
checksum=81b8cbe1519cdb79bed04910dd6fa4e181faf8c88dff1e1b987b5f7ab23a5b1a
post_install() {
vlicense LICENSE.txt LICENSE
}