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

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