python3-feedparser: update to 6.0.8.
This commit is contained in:
parent
36eb20b1ae
commit
766885a512
1 changed files with 3 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-feedparser'
|
# Template file for 'python3-feedparser'
|
||||||
pkgname=python3-feedparser
|
pkgname=python3-feedparser
|
||||||
version=6.0.2
|
version=6.0.8
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="feedparser-${version}"
|
wrksrc="feedparser-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-sgmllib"
|
depends="python3-sgmllib"
|
||||||
|
checkdepends="${depends}"
|
||||||
short_desc="Parse Atom and RSS feeds in Python3"
|
short_desc="Parse Atom and RSS feeds in Python3"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://pypi.org/project/feedparser/"
|
homepage="https://pypi.org/project/feedparser/"
|
||||||
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.gz"
|
||||||
checksum=1b00a105425f492f3954fd346e5b524ca9cef3a4bbf95b8809470e9857aa1074
|
checksum=5ce0410a05ab248c8c7cfca3a0ea2203968ee9ff4486067379af4827a59f9661
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue