blob: 832e0f5dab96068346508a119594b26094e382e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-portion
pkgdesc = Python library providing data structure and operations for intervals
pkgver = 2.6.1
pkgrel = 1
url = https://github.com/AlexandreDecan/portion
arch = any
license = LGPL-3.0-or-later
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-sortedcontainers
source = python-portion-2.6.1.tar.gz::https://github.com/AlexandreDecan/portion/archive/2.6.1.tar.gz
sha256sums = 39daaf6eb8e56528db2a1b9990f786b4cb87c6e6f2d7f97029429bb6e408e60e
pkgname = python-portion
|