mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
greg: add python3-lxml dependency
This commit is contained in:
parent
f2673af8eb
commit
f67a1efce3
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'greg'
|
# Template file for 'greg'
|
||||||
pkgname=greg
|
pkgname=greg
|
||||||
version=0.4.7
|
version=0.4.7
|
||||||
revision=4
|
revision=5
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="greg"
|
pycompile_module="greg"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-feedparser python3-setuptools"
|
depends="python3-feedparser python3-setuptools python3-lxml"
|
||||||
short_desc="Command-line podcast aggregator"
|
short_desc="Command-line podcast aggregator"
|
||||||
maintainer="Georg Schabel <gescha@posteo.de>"
|
maintainer="Georg Schabel <gescha@posteo.de>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/manolomartinez/greg"
|
homepage="https://github.com/manolomartinez/greg"
|
||||||
distfiles="https://github.com/manolomartinez/greg/archive/v${version}.tar.gz"
|
distfiles="https://github.com/manolomartinez/greg/archive/v${version}.tar.gz"
|
||||||
checksum=d1b404835e34cd5f3a57b8fef4bdaef40bc77ea1606dcd8229b1b8c482b5e28a
|
checksum=d1b404835e34cd5f3a57b8fef4bdaef40bc77ea1606dcd8229b1b8c482b5e28a
|
||||||
|
|
Loading…
Add table
Reference in a new issue