blob: b58eafaa84d32759e90db00f3811e852128974fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-duty
pkgdesc = A simple task runner.
pkgver = 1.6.0
pkgrel = 1
url = https://pawamoy.github.io/duty
arch = any
license = ISC
checkdepends = python-pytest
checkdepends = python-failprint
makedepends = python-pdm-backend
makedepends = python-build
makedepends = python-installer
source = https://files.pythonhosted.org/packages/source/d/duty/duty-1.6.0.tar.gz
source = 1.6.0-demo.svg::https://github.com/pawamoy/duty/raw/1.6.0/demo.svg
sha256sums = 9e59f19edceb537da5291f7ebe830895f36e3ab20ec9eadc682e8a5308d2f2b2
sha256sums = 59726640b93e61a9e70d3dedb79d6dc441fdbf5e43b2862895ee1d9449414893
pkgname = python-duty
depends = python>=3.9
depends = python-failprint>1.0.0
optdepends = python-duty-doc: Documentation for python duty
|