mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-feedparser: update to 6.0.11.
Closes: #49647 [via git-merge-pr]
This commit is contained in:
parent
29bbb489cc
commit
d847199ccc
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-feedparser'
|
# Template file for 'python3-feedparser'
|
||||||
pkgname=python3-feedparser
|
pkgname=python3-feedparser
|
||||||
version=6.0.8
|
version=6.0.11
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-sgmllib"
|
depends="python3-sgmllib python3-requests"
|
||||||
checkdepends="${depends}"
|
checkdepends="${depends}"
|
||||||
short_desc="Parse Atom and RSS feeds in Python3"
|
short_desc="Parse feeds in Python"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://pypi.org/project/feedparser/"
|
homepage="https://feedparser.readthedocs.io/"
|
||||||
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.gz"
|
||||||
checksum=5ce0410a05ab248c8c7cfca3a0ea2203968ee9ff4486067379af4827a59f9661
|
checksum=c9d0407b64c6f2a065d0ebb292c2b35c01050cc0dc33757461aaabdc4c4184d5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue