Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks

This commit is contained in:
Vale
2016-03-05 14:19:01 -05:00
parent e3bc44d5f2
commit 6f4f45198e
104 changed files with 439 additions and 601 deletions

View File

@@ -1,18 +1,12 @@
SUMMARY="Parse RSS and Atom feeds in Python"
DESCRIPTION="
Parse RSS and Atom feeds in Python. 2000 unit tests. Open source."
HOMEPAGE="
https://github.com/kurtmckee/feedparser
https://pypi.python.org/pypi/feedparser
"
COPYRIGHT="
2010-2015 Kurt McKee
2002-2008 Mark Pilgrim
"
LICENSE="
BSD (2-clause)
Python
"
HOMEPAGE="https://github.com/kurtmckee/feedparser
https://pypi.python.org/pypi/feedparser"
COPYRIGHT="2010-2015 Kurt McKee
2002-2008 Mark Pilgrim"
LICENSE="BSD (2-clause)
Python"
REVISION="1"
SOURCE_URI="https://github.com/kurtmckee/feedparser/archive/5.2.1.tar.gz"
CHECKSUM_SHA256="09367f95e58b9c5f70da70061d3e7f397ed8ec5d3c970e231ef011ff62de462f"