mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +02:00
Fix ordering
This commit is contained in:
@@ -13,17 +13,16 @@ HOMEPAGE="
|
||||
https://pypi.python.org/pypi/beautifulsoup4
|
||||
http://www.crummy.com/software/BeautifulSoup/bs4/
|
||||
"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/b/beautifulsoup4/beautifulsoup4-4.4.1.tar.gz"
|
||||
CHECKSUM_SHA256="87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4"
|
||||
LICENSE="
|
||||
MIT
|
||||
"
|
||||
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"
|
||||
SOURCE_DIR="beautifulsoup4-$portVersion"
|
||||
|
||||
ARCHITECTURES="?x86 x86_gcc2 ?x86_64"
|
||||
@@ -31,7 +30,6 @@ ARCHITECTURES="?x86 x86_gcc2 ?x86_64"
|
||||
PROVIDES="
|
||||
beautifulsoup = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
@@ -42,7 +40,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
python_setuptools
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
"
|
||||
|
||||
@@ -3,11 +3,11 @@ DESCRIPTION="Dulwich is a simple Python implementation of the Git file \
|
||||
formats and protocols. All functionality is available in pure Python.\
|
||||
Optional C extensions can be built for improved performance."
|
||||
HOMEPAGE="http://www.samba.org/~jelmer/dulwich/"
|
||||
COPYRIGHT="2008-2013 Jelmer Vernooij"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.7.tar.gz"
|
||||
CHECKSUM_SHA256="12e77b0434a3bb3075e9c96e608ee9c3f85e49bc9c8335139aba8795de4000f3"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2008-2013 Jelmer Vernooij"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
@@ -23,6 +23,7 @@ REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
@@ -6,24 +6,23 @@ HOMEPAGE="
|
||||
https://github.com/kurtmckee/feedparser
|
||||
https://pypi.python.org/pypi/feedparser
|
||||
"
|
||||
SOURCE_URI="https://github.com/kurtmckee/feedparser/archive/5.2.1.tar.gz"
|
||||
CHECKSUM_SHA256="09367f95e58b9c5f70da70061d3e7f397ed8ec5d3c970e231ef011ff62de462f"
|
||||
LICENSE="
|
||||
BSD (2-clause)
|
||||
Python
|
||||
"
|
||||
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"
|
||||
|
||||
ARCHITECTURES="?x86 x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
feedparser = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
@@ -34,7 +33,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
python_setuptools
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
"
|
||||
|
||||
@@ -2,20 +2,20 @@ SUMMARY="Python Imaging Library"
|
||||
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."
|
||||
LICENSE="MIT"
|
||||
HOMEPAGE="http://www.pythonware.com/products/pil/"
|
||||
COPYRIGHT="
|
||||
1997-2011 by Secret Labs AB
|
||||
1995-2011 by Fredrik Lundh
|
||||
"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
HOMEPAGE="http://www.pythonware.com/products/pil/"
|
||||
|
||||
SOURCE_URI="http://effbot.org/downloads/Imaging-1.1.7.tar.gz"
|
||||
CHECKSUM_SHA256="895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211"
|
||||
SOURCE_DIR="Imaging-1.1.7"
|
||||
PATCHES="python_imaging-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
python_imaging$secondaryArchSuffix = $portVersion
|
||||
cmd:pilconvert.py
|
||||
@@ -24,7 +24,6 @@ PROVIDES="
|
||||
cmd:pilfont.py
|
||||
cmd:pilprint.py
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
lib:libjpeg
|
||||
lib:libz
|
||||
@@ -34,7 +33,6 @@ BUILD_REQUIRES="
|
||||
devel:libjpeg
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel$secondaryArchSuffix
|
||||
cmd:gcc
|
||||
|
||||
@@ -16,22 +16,22 @@ 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/"
|
||||
SOURCE_URI="http://iniparse.googlecode.com/files/iniparse-0.4.tar.gz"
|
||||
CHECKSUM_SHA256="abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054"
|
||||
COPYRIGHT="2001-2008 Python Software Foundation
|
||||
2004-2009 Paramjit Oberoi
|
||||
2007 Tim Lauridsen"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://iniparse.googlecode.com/files/iniparse-0.4.tar.gz"
|
||||
CHECKSUM_SHA256="abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054"
|
||||
SOURCE_DIR="iniparse-0.4"
|
||||
PATCHES="iniparse-0.4.patchset"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86 ?x86_gcc2"
|
||||
|
||||
SOURCE_DIR="iniparse-0.4"
|
||||
|
||||
PROVIDES="
|
||||
iniparse$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:python$secondaryArchSuffix
|
||||
@@ -40,13 +40,10 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="iniparse-0.4.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
$portPackageLinksDir/cmd~python/bin/python setup.py build
|
||||
|
||||
@@ -13,27 +13,24 @@ The mock module also provides utility functions / objects to assist with \
|
||||
testing, particularly monkey patching.
|
||||
"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/mock"
|
||||
COPYRIGHT="2003-2012, Michael Foord"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/m/mock/mock-1.0.1.tar.gz"
|
||||
CHECKSUM_SHA256="b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="2003-2012, Michael Foord"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="mock-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
SOURCE_DIR="mock-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
python_mock = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:python
|
||||
|
||||
@@ -22,7 +22,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python < 2.7
|
||||
"
|
||||
|
||||
@@ -7,20 +7,18 @@ HOMEPAGE="
|
||||
http://python-requests.org/
|
||||
http://pypi.python.org/pypi/requests
|
||||
"
|
||||
COPYRIGHT="2010 Yesudeep Mangalapilly"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/p/pathtools/pathtools-0.1.2.tar.gz"
|
||||
CHECKSUM_SHA256="7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010 Yesudeep Mangalapilly"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="pathtools-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
SOURCE_DIR="pathtools-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
pathtools = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
@@ -30,7 +28,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
python_setuptools
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
cmd:gcc
|
||||
|
||||
@@ -7,19 +7,18 @@ HOMEPAGE="
|
||||
https://github.com/python-imaging/Pillow
|
||||
https://pypi.python.org/pypi/Pillow
|
||||
"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/P/Pillow/Pillow-3.1.1.tar.gz"
|
||||
CHECKSUM_SHA256="486f4ccddee09429cb1c63ea56c02894aecf9d69acdcaf006c53835df2549fff"
|
||||
LICENSE="HPND"
|
||||
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"
|
||||
CHECKSUM_SHA256="486f4ccddee09429cb1c63ea56c02894aecf9d69acdcaf006c53835df2549fff"
|
||||
SOURCE_DIR="Pillow-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
SOURCE_DIR="Pillow-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
pillow = $portVersion
|
||||
cmd:createfontdatachunk.py = $portVersion
|
||||
@@ -36,7 +35,6 @@ PROVIDES="
|
||||
cmd:thresholder.py = $portVersion
|
||||
cmd:viewer.py = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
@@ -60,7 +58,6 @@ BUILD_REQUIRES="
|
||||
devel:libwebp
|
||||
devel:libz
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
|
||||
@@ -2,12 +2,13 @@ SUMMARY="The PyPA recommended tool for installing Python packages"
|
||||
DESCRIPTION="Install Python packages, replacement for easy_install
|
||||
"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pip"
|
||||
COPYRIGHT="2006-2014 Python Packaging Authority"
|
||||
LICENSE="Python"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/p/pip/pip-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd"
|
||||
SOURCE_DIR="pip-$portVersion"
|
||||
LICENSE="Python"
|
||||
COPYRIGHT="2006-2014 Python Packaging Authority"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -16,7 +17,6 @@ PROVIDES="
|
||||
cmd:pip3
|
||||
cmd:pip34
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python3
|
||||
@@ -26,7 +26,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
python3_setuptools
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:python3
|
||||
|
||||
@@ -9,20 +9,18 @@ HOMEPAGE="
|
||||
https://github.com/Alir3z4/html2text
|
||||
https://pypi.python.org/pypi/html2text
|
||||
"
|
||||
COPYRIGHT="2004-2008 Aaron Swartz"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/h/html2text/html2text-2016.1.8.tar.gz"
|
||||
CHECKSUM_SHA256="088046f9b126761ff7e3380064d4792279766abaa5722d0dd765d011cf0bb079"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2004-2008 Aaron Swartz"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="html2text-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
SOURCE_DIR="html2text-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
python_html2text = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
@@ -33,7 +31,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
python_setuptools
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
"
|
||||
|
||||
@@ -1,25 +1,22 @@
|
||||
SUMMARY="Filesystem events monitoring"
|
||||
DESCRIPTION="Python API and shell utilities to monitor file system events."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/watchdog"
|
||||
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/w/watchdog/watchdog-0.8.2.tar.gz"
|
||||
CHECKSUM_SHA256="33a9ab3ce2e6b1aca4d2a50752231668d69bdba4ab096d9742195ccfbef1e023"
|
||||
LICENSE="Apache v2"
|
||||
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"
|
||||
CHECKSUM_SHA256="33a9ab3ce2e6b1aca4d2a50752231668d69bdba4ab096d9742195ccfbef1e023"
|
||||
SOURCE_DIR="watchdog-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
SOURCE_DIR="watchdog-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
watchdog = $portVersion
|
||||
cmd:watchmedo
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
@@ -32,7 +29,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
python_setuptools
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
cmd:gcc
|
||||
|
||||
@@ -8,27 +8,24 @@ Design By Contract methodology support in Python.
|
||||
For detailed documentation, please see http://docs.zope.org/zope.interface
|
||||
"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/zope.interface"
|
||||
COPYRIGHT="2004-2014 Zope Foundation and Contributors"
|
||||
LICENSE="ZPL 2.1"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.1.1.tar.gz"
|
||||
CHECKSUM_SHA256="91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da"
|
||||
LICENSE="ZPL 2.1"
|
||||
COPYRIGHT="2004-2014 Zope Foundation and Contributors"
|
||||
REVISION="3"
|
||||
SOURCE_DIR="zope.interface-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
SOURCE_DIR="zope.interface-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
python_zope.interface = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:python
|
||||
|
||||
Reference in New Issue
Block a user