blob: b62b477283ad238cc4251d6cc94b294c0612ea03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-scheduler-git
pkgdesc = Uses data from taskwarrior and timewarrior to indicate which task should be done next
pkgver = 0.0.1.rc1.r12.gd211d2c
pkgrel = 2
url = https://github.com/ftapajos/scheduler
arch = any
license = GPL-3.0-or-later
makedepends = python-build
makedepends = python-setuptools
makedepends = python-installer
makedepends = python-wheel
depends = python-tasklib
depends = python-typer
depends = timew
source = git+https://github.com/ftapajos/scheduler.git
sha256sums = SKIP
pkgname = python-scheduler-git
|