blob: 4a601eb2047d451d1ca6bbd4873cbd2a8082ad5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-calgebra-git
pkgdesc = Python set() operations for calendar intervals (development version)
pkgver = 0.10.8.r0.gbea36e1
pkgrel = 3
url = https://github.com/ashenfad/calgebra
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-dateutil
depends = python-sortedcontainers
depends = python-typing_extensions
optdepends = python-gcsa: for working with Google Calendar
optdepends = python-icalendar: for working with iCalendar
optdepends = python-pandas: for converting iterables of Intervals into pandas DataFrames
provides = python-calgebra
conflicts = python-calgebra
options = !strip
source = git+https://github.com/ashenfad/calgebra.git
sha256sums = SKIP
pkgname = python-calgebra-git
|