blob: 8220a9ca1f3d8fcdc9361e7c66ce1e211cc93b4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-debianbts
pkgdesc = Python library for querying Debian's Bug Tracking System
pkgver = 4.1.1
pkgrel = 1
url = https://github.com/venthur/python-debianbts
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-pytest-xdist
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-pysimplesoap
source = https://github.com/venthur/python-debianbts/archive/refs/tags/4.1.1.tar.gz
sha256sums = 208d77775a6aa522afe507e16784c10fc56342b7eb2f118cc0c04efde12c1041
pkgname = python-debianbts
|