blob: 19f52781eb87e6674a8d02268a0474ca17ce33ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-argparse-range
pkgdesc = Easily check that an argument is within a range for argparse
pkgver = 0.1.2
pkgrel = 1
url = https://github.com/aatifsyed/argparse-range
arch = any
license = MIT
makedepends = python-build
makedepends = python-poetry-core
makedepends = python-installer
depends = python>=3.8
depends = python<4.0
source = https://files.pythonhosted.org/packages/source/a/argparse-range/argparse-range-0.1.2.tar.gz
sha256sums = b99df03820ab1b1b662efac08c990253cc18718124e1d59f27f2e6dca0292224
pkgname = python-argparse-range
|