18 lines
733 B
Bash
18 lines
733 B
Bash
# Template file for 'python3-debian'
|
|
pkgname=python3-debian
|
|
version=0.1.40
|
|
revision=4
|
|
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"
|
|
distfiles="${PYPI_SITE}/p/python-debian/python-debian-${version}.tar.gz"
|
|
checksum=385dfb965eca75164d256486c7cf9bae772d24144249fd18b9d15d3cffb70eea
|
|
# PyPI release has no tests, upstream origin has no version info
|
|
make_check=no
|