mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
python3-configobj: use setuptools
This commit is contained in:
parent
0f4f26cbaa
commit
4f68f60557
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-configobj'
|
||||
pkgname=python3-configobj
|
||||
version=5.0.6
|
||||
revision=10
|
||||
revision=11
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six"
|
||||
checkdepends="python3-pytest $depends"
|
||||
short_desc="Simple but powerful config file reader and writer (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Add table
Reference in a new issue