mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
duiadns: rebuild for Python 3.11
This commit is contained in:
parent
deca81c0ab
commit
d422f09ee4
1 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,7 @@
|
||||||
# Template file for 'duiadns'
|
# Template file for 'duiadns'
|
||||||
pkgname=duiadns
|
pkgname=duiadns
|
||||||
version=1.2
|
version=1.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-module
|
|
||||||
hostmakedepends="python3-setuptools"
|
|
||||||
depends="python3-netifaces python3-netaddr python3-requests"
|
depends="python3-netifaces python3-netaddr python3-requests"
|
||||||
short_desc="Python client for Duiadns dynamic DNS hosting service"
|
short_desc="Python client for Duiadns dynamic DNS hosting service"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
@ -16,11 +14,12 @@ _duiadns_homedir="/var/empty"
|
||||||
_duiadns_descr="duiadns user"
|
_duiadns_descr="duiadns user"
|
||||||
make_dirs="/var/cache/duiadns 0755 _duiadns _duiadns"
|
make_dirs="/var/cache/duiadns 0755 _duiadns _duiadns"
|
||||||
conf_files="/etc/duiadns.conf"
|
conf_files="/etc/duiadns.conf"
|
||||||
# Package defines no tests
|
python_version=3
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
do_install() {
|
||||||
vlicense LICENSE.txt
|
vbin duiadns
|
||||||
vinstall sample.conf 0600 etc duiadns.conf
|
vinstall sample.conf 0600 etc duiadns.conf
|
||||||
vsv duiadns
|
vsv duiadns
|
||||||
|
|
||||||
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue