21 lines
828 B
Bash
21 lines
828 B
Bash
# Template file for 'python3-debian'
|
|
pkgname=python3-debian
|
|
version=0.1.49
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-chardet"
|
|
checkdepends="${depends} dpkg tar python3-pytest"
|
|
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="https://salsa.debian.org/python-debian-team/python-debian/-/archive/${version}/python-debian-${version}.tar.gz"
|
|
checksum=d4ae0ea1038c0eaefaa31452bead700df132513ebb350bed1396fafd94401a61
|
|
|
|
post_patch() {
|
|
sed -e "s/__CHANGELOG_VERSION__/${version}/" lib/debian/_version.py.in \
|
|
> lib/debian/_version.py
|
|
}
|