void-packages/srcpkgs/python3-feedparser/template

19 lines
555 B
Bash

# Template file for 'python3-feedparser'
pkgname=python3-feedparser
version=6.0.11
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-sgmllib python3-requests"
checkdepends="${depends}"
short_desc="Parse feeds in Python"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://feedparser.readthedocs.io/"
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.gz"
checksum=c9d0407b64c6f2a065d0ebb292c2b35c01050cc0dc33757461aaabdc4c4184d5
post_install() {
vlicense LICENSE
}