18 lines
780 B
Bash
18 lines
780 B
Bash
# Template file for 'python3-debian'
|
|
pkgname=python3-debian
|
|
version=0.1.40
|
|
revision=2
|
|
wrksrc="python-debian-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-chardet python3-six"
|
|
checkdepends="dpkg tar $depends"
|
|
short_desc="Python modules work with Debian-related data formats"
|
|
maintainer="k4leg <python.bogdan@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://pypi.org/project/python-debian"
|
|
changelog="https://salsa.debian.org/python-debian-team/python-debian/raw/master/debian/changelog"
|
|
# Don't use PyPI because it has no tests.
|
|
distfiles="https://salsa.debian.org/python-debian-team/python-debian/-/archive/${version}/python-debian-${version}.tar.gz"
|
|
checksum=f7f726ffd678f9ce2e099b6b036f63c1793da4898d5de1fcec31cab2630f8096
|