From d8ed20a57e199d99d396abe3a37300b910288490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 31 Dec 2023 17:46:41 -0300 Subject: [PATCH] New package: python3-time-machine-2.13.0 --- srcpkgs/python3-time-machine/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-time-machine/template diff --git a/srcpkgs/python3-time-machine/template b/srcpkgs/python3-time-machine/template new file mode 100644 index 00000000000..9754e5df92e --- /dev/null +++ b/srcpkgs/python3-time-machine/template @@ -0,0 +1,20 @@ +# Template file for 'python3-time-machine' +pkgname=python3-time-machine +version=2.13.0 +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 " +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=a0892ada963bd16fdaf657d71ef9bec614931c467a935f3217bf08906fe3bd11 + +post_install() { + vlicense LICENSE +}