16 lines
619 B
Bash
16 lines
619 B
Bash
# Template file for 'python3-freezegun'
|
|
pkgname=python3-freezegun
|
|
version=0.3.14
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="freezegun-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six python3-dateutil"
|
|
checkdepends="$depends python3-nose python3-pytest"
|
|
short_desc="Let your Python tests travel through time"
|
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/spulec/freezegun"
|
|
distfiles="${PYPI_SITE}/f/freezegun/freezegun-${version}.tar.gz"
|
|
checksum=6262de2f4bab671f7189bb8a0b9d8751da69a53f0b9813fb8f412681662d872a
|