mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
e88ecd29c3
commit
47397a3462
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-podcastparser'
|
# Template file for 'python-podcastparser'
|
||||||
pkgname=python-podcastparser
|
pkgname=python-podcastparser
|
||||||
version=0.6.1
|
version=0.6.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc=podcastparser-${version}
|
wrksrc=podcastparser-${version}
|
||||||
|
@ -8,20 +8,23 @@ build_style=python-module
|
||||||
pycompile_module="podcastparser"
|
pycompile_module="podcastparser"
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="python-devel python3-devel"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
|
depends="python"
|
||||||
short_desc="Simplified, fast RSS parsing library (Python2)"
|
short_desc="Simplified, fast RSS parsing library (Python2)"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/gpodder/podcastparser"
|
homepage="https://github.com/gpodder/podcastparser"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=ddc07890e57864300dc3334bcf9b18d66797aed233baa176b6fad9e5e57f5624
|
checksum=8e6b33d88d78bf4ca8085e135f6c736039169916580b9c256b80b6af536ce79b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-podcastparser_package() {
|
python3-podcastparser_package() {
|
||||||
short_desc+="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pycompile_module="podcastparser"
|
pycompile_module="podcastparser"
|
||||||
|
noarch=yes
|
||||||
|
depends="python3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue