void-packages/srcpkgs/python3-feedparser/template
Peter Bui cce753fd71 python3-feedparser: update to 6.0.1.
- Split off from python-feedparser.  Python2 version is now deprecated
  and unsupported by upstream:

    https://github.com/kurtmckee/feedparser/issues/228

  Since no other packages in void-packages now depend on
  python-feedparser, drop Python2 version.

- python3-feedparser now requires separate python3-sgmllib (which was
  provided in Python2 and bundled in Python3 module previously).
2020-10-14 20:18:42 -04:00

19 lines
562 B
Bash

# Template file for 'python3-feedparser'
pkgname=python3-feedparser
version=6.0.1
revision=1
wrksrc="feedparser-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-sgmllib"
short_desc="Parse Atom and RSS feeds in Python3"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="BSD-2-Clause"
homepage="https://pypi.org/project/feedparser/"
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.gz"
checksum=6ca88edcaa43f428345968df903a87f020843eda5e28d7ea24a612158d61e74c
post_install() {
vlicense LICENSE
}