python3-feedparser: update to 6.0.11.
Closes: #49647 [via git-merge-pr]
This commit is contained in:
parent
29bbb489cc
commit
d847199ccc
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'python3-feedparser'
|
||||
pkgname=python3-feedparser
|
||||
version=6.0.8
|
||||
revision=4
|
||||
version=6.0.11
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-sgmllib"
|
||||
depends="python3-sgmllib python3-requests"
|
||||
checkdepends="${depends}"
|
||||
short_desc="Parse Atom and RSS feeds in Python3"
|
||||
short_desc="Parse feeds in Python"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://pypi.org/project/feedparser/"
|
||||
homepage="https://feedparser.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.gz"
|
||||
checksum=5ce0410a05ab248c8c7cfca3a0ea2203968ee9ff4486067379af4827a59f9661
|
||||
checksum=c9d0407b64c6f2a065d0ebb292c2b35c01050cc0dc33757461aaabdc4c4184d5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue