mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
python3-debian: update to 0.1.49.
This commit is contained in:
parent
4b98f71b70
commit
b50d79e31c
1 changed files with 11 additions and 8 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'python3-debian'
|
# Template file for 'python3-debian'
|
||||||
pkgname=python3-debian
|
pkgname=python3-debian
|
||||||
version=0.1.40
|
version=0.1.49
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-chardet python3-six"
|
depends="python3-chardet"
|
||||||
checkdepends="dpkg tar $depends"
|
checkdepends="${depends} dpkg tar python3-pytest"
|
||||||
short_desc="Python modules work with Debian-related data formats"
|
short_desc="Python modules work with Debian-related data formats"
|
||||||
maintainer="k4leg <python.bogdan@gmail.com>"
|
maintainer="k4leg <python.bogdan@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://pypi.org/project/python-debian"
|
homepage="https://pypi.org/project/python-debian"
|
||||||
changelog="https://salsa.debian.org/python-debian-team/python-debian/raw/master/debian/changelog"
|
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"
|
distfiles="https://salsa.debian.org/python-debian-team/python-debian/-/archive/${version}/python-debian-${version}.tar.gz"
|
||||||
checksum=385dfb965eca75164d256486c7cf9bae772d24144249fd18b9d15d3cffb70eea
|
checksum=d4ae0ea1038c0eaefaa31452bead700df132513ebb350bed1396fafd94401a61
|
||||||
# PyPI release has no tests, upstream origin has no version info
|
|
||||||
make_check=no
|
post_patch() {
|
||||||
|
sed -e "s/__CHANGELOG_VERSION__/${version}/" lib/debian/_version.py.in \
|
||||||
|
> lib/debian/_version.py
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue