31 lines
796 B
Bash
31 lines
796 B
Bash
# Template file for 'python-feedparser'
|
|
pkgname=python-feedparser
|
|
version=5.2.1
|
|
revision=5
|
|
noarch=yes
|
|
wrksrc="feedparser-${version}"
|
|
build_style=python-module
|
|
pycompile_module="feedparser.py"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://pypi.org/project/feedparser/"
|
|
short_desc="Parse Atom and RSS feeds in Python2"
|
|
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.bz2"
|
|
checksum=ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-feedparser_package() {
|
|
noarch=yes
|
|
depends="python3"
|
|
pycompile_module="feedparser.py"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|