15 lines
572 B
Bash
15 lines
572 B
Bash
# Template file for 'python3-strict-rfc3339'
|
|
pkgname=python3-strict-rfc3339
|
|
version=0.7
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
short_desc="Strict, simple, lightweight RFC3339 functions"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://pypi.org/project/strict-rfc3339/"
|
|
distfiles="${PYPI_SITE}/s/strict-rfc3339/strict-rfc3339-${version}.tar.gz"
|
|
checksum=5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277
|
|
make_check=no # no tests available
|