19 lines
553 B
Bash
19 lines
553 B
Bash
# Template file for 'python3-feedparser'
|
|
pkgname=python3-feedparser
|
|
version=6.0.8
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-sgmllib"
|
|
checkdepends="${depends}"
|
|
short_desc="Parse Atom and RSS feeds in Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|