python-feedparser: fix license=
This commit is contained in:
parent
7edc95d296
commit
9401c51714
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-feedparser'
|
# Template file for 'python-feedparser'
|
||||||
pkgname=python-feedparser
|
pkgname=python-feedparser
|
||||||
version=5.2.1
|
version=5.2.1
|
||||||
revision=4
|
revision=5
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="feedparser-${version}"
|
wrksrc="feedparser-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -9,12 +9,16 @@ pycompile_module="feedparser.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="Simplified BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://pypi.org/project/feedparser/"
|
homepage="https://pypi.org/project/feedparser/"
|
||||||
short_desc="Parse Atom and RSS feeds in Python2"
|
short_desc="Parse Atom and RSS feeds in Python2"
|
||||||
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.bz2"
|
distfiles="${PYPI_SITE}/f/feedparser/feedparser-${version}.tar.bz2"
|
||||||
checksum=ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02
|
checksum=ce875495c90ebd74b179855449040003a1beb40cd13d5f037a0654251e260b02
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-feedparser_package() {
|
python3-feedparser_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue