mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 03:00:05 +02:00
Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks
This commit is contained in:
@@ -7,18 +7,12 @@ DESCRIPTION="
|
||||
a few simple methods and Pythonic idioms for navigating and
|
||||
searching a parse tree: a toolkit for dissecting a document and
|
||||
extracting what you need"
|
||||
HOMEPAGE="
|
||||
https://bugs.launchpad.net/beautifulsoup/
|
||||
HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
|
||||
https://pypi.python.org/pypi/beautifulsoup4
|
||||
http://www.crummy.com/software/BeautifulSoup/bs4/
|
||||
"
|
||||
COPYRIGHT="
|
||||
2004-2015 Leonard Richardson
|
||||
2006-2013 James Graham and other contributors
|
||||
"
|
||||
LICENSE="
|
||||
MIT
|
||||
"
|
||||
http://www.crummy.com/software/BeautifulSoup/bs4/"
|
||||
COPYRIGHT="2004-2015 Leonard Richardson
|
||||
2006-2013 James Graham and other contributors"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-4.4.1.tar.gz"
|
||||
CHECKSUM_SHA256="87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3,10 +3,8 @@ DESCRIPTION="The Python Imaging Library (PIL) adds image processing \
|
||||
capabilities to your Python interpreter. This library supports many file \
|
||||
formats, and provides powerful image processing and graphics capabilities."
|
||||
HOMEPAGE="http://www.pythonware.com/products/pil/"
|
||||
COPYRIGHT="
|
||||
1997-2011 by Secret Labs AB
|
||||
1995-2011 by Fredrik Lundh
|
||||
"
|
||||
COPYRIGHT="1997-2011 by Secret Labs AB
|
||||
1995-2011 by Fredrik Lundh"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://effbot.org/downloads/Imaging-1.1.7.tar.gz"
|
||||
|
||||
@@ -16,8 +16,8 @@ making the order of entries in a config file significant, which is desirable \
|
||||
in applications like image galleries."
|
||||
HOMEPAGE="http://code.google.com/p/iniparse/"
|
||||
COPYRIGHT="2001-2008 Python Software Foundation
|
||||
2004-2009 Paramjit Oberoi
|
||||
2007 Tim Lauridsen"
|
||||
2004-2009 Paramjit Oberoi
|
||||
2007 Tim Lauridsen"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://iniparse.googlecode.com/files/iniparse-0.4.tar.gz"
|
||||
|
||||
@@ -2,10 +2,8 @@ SUMMARY="HTTP library for human beings"
|
||||
DESCRIPTION="
|
||||
Requests is an Apache2 Licensed HTTP library, written in Python, \
|
||||
for human beings."
|
||||
HOMEPAGE="
|
||||
http://python-requests.org/
|
||||
http://pypi.python.org/pypi/requests
|
||||
"
|
||||
HOMEPAGE="http://python-requests.org/
|
||||
http://pypi.python.org/pypi/requests"
|
||||
COPYRIGHT="2010 Yesudeep Mangalapilly"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
|
||||
@@ -2,14 +2,10 @@ SUMMARY="Python Imaging Library (fork)"
|
||||
DESCRIPTION="
|
||||
Pillow is the friendly PIL fork by Alex Clark and Contributors.
|
||||
PIL is the Python Imaging Library by Fredrik Lundh and Contributors."
|
||||
HOMEPAGE="
|
||||
https://github.com/python-imaging/Pillow
|
||||
https://pypi.python.org/pypi/Pillow
|
||||
"
|
||||
COPYRIGHT="
|
||||
1997-2011 by Secret Labs AB
|
||||
1995-2011 by Fredrik Lundh
|
||||
"
|
||||
HOMEPAGE="https://github.com/python-imaging/Pillow
|
||||
https://pypi.python.org/pypi/Pillow"
|
||||
COPYRIGHT="1997-2011 by Secret Labs AB
|
||||
1995-2011 by Fredrik Lundh"
|
||||
LICENSE="HPND"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/P/Pillow/Pillow-3.1.1.tar.gz"
|
||||
|
||||
@@ -3,11 +3,9 @@ DESCRIPTION="
|
||||
html2text is a Python script that converts a page of HTML into clean,
|
||||
easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
|
||||
valid Markdown (a text-to-HTML format)."
|
||||
HOMEPAGE="
|
||||
https://github.com/html2text/html2text.py
|
||||
HOMEPAGE="https://github.com/html2text/html2text.py
|
||||
https://github.com/Alir3z4/html2text
|
||||
https://pypi.python.org/pypi/html2text
|
||||
"
|
||||
https://pypi.python.org/pypi/html2text"
|
||||
COPYRIGHT="2004-2008 Aaron Swartz"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
SUMMARY="Filesystem events monitoring"
|
||||
DESCRIPTION="Python API and shell utilities to monitor file system events."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/watchdog"
|
||||
COPYRIGHT="
|
||||
2011 Yesudeep Mangalapilly
|
||||
2012 Google, Inc.
|
||||
"
|
||||
COPYRIGHT="2011 Yesudeep Mangalapilly
|
||||
2012 Google, Inc."
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/w/watchdog/watchdog-0.8.2.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user