20 lines
588 B
Bash
20 lines
588 B
Bash
# Template file for 'python3-feedparser'
|
|
pkgname=python3-feedparser
|
|
version=6.0.8
|
|
revision=2
|
|
wrksrc="feedparser-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-sgmllib"
|
|
checkdepends="${depends}"
|
|
short_desc="Parse Atom and RSS feeds in Python3"
|
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://pypi.org/project/feedparser/"
|
|
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.gz"
|
|
checksum=5ce0410a05ab248c8c7cfca3a0ea2203968ee9ff4486067379af4827a59f9661
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|