21 lines
731 B
Bash
21 lines
731 B
Bash
# Template file for 'python3-time-machine'
|
|
pkgname=python3-time-machine
|
|
version=2.14.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
makedepends="python3-devel"
|
|
depends="python3-dateutil"
|
|
checkdepends="$depends python3-pytest"
|
|
short_desc="Travel through time in your tests"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="MIT"
|
|
homepage="https://github.com/adamchainz/time-machine"
|
|
changelog="https://raw.githubusercontent.com/adamchainz/time-machine/main/CHANGELOG.rst"
|
|
distfiles="https://github.com/adamchainz/time-machine/archive/refs/tags/${version}.tar.gz"
|
|
checksum=a57bfadf961318fca2ba840d15116176e253aa8689d88c830480b46f0ea5dcdf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|