blob: fd1b12782b4cc7fcc813ed3235ba34513c6fb154 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = deptry
pkgdesc = Find unused, missing and transitive dependencies in a Python project
pkgver = 0.21.1
pkgrel = 1
url = https://github.com/fpgmaas/deptry
arch = x86_64
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-xdist
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-maturin
makedepends = python-wheel
depends = gcc-libs
depends = glibc
depends = python
depends = python-click
depends = python-requirements-parser
source = deptry::git+https://github.com/fpgmaas/deptry.git#tag=0.21.1
sha256sums = 56a12e966750f06e7f9d64663470fadb790c2e88c5c3e294ea2016a8d309724d
pkgname = deptry
|