blob: f16f7a15a741ed6072373e7690ab0035d03f417e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = flit-git
pkgdesc = Simple packaging tool for simple Python packages.
pkgver = 4.0.0.r0.gef7f319
pkgrel = 1
url = http://flit.readthedocs.io
arch = any
license = BSD
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-docutils
depends = python-flit-core
depends = python-requests
depends = python-tomli-w
provides = flit
conflicts = python-flit
source = git+https://github.com/pypa/flit.git
sha256sums = SKIP
pkgname = flit-git
|