Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -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
"