Recipe cosmetics.

Improved SUMMARY/DESCRIPTIONs.
Re-ordered blocks.
This commit is contained in:
Humdinger
2015-08-24 17:25:09 +02:00
parent 8e317821a9
commit 44defae7e2
11 changed files with 141 additions and 193 deletions

View File

@@ -1,25 +1,21 @@
SUMMARY="Extensions to the standard Python datetime module"
DESCRIPTION="
The dateutil module provides powerful extensions to the \
standard datetime module, available in Python 2.3+.
"
DESCRIPTION="The dateutil module provides powerful extensions to the standard \
datetime module, available in Python 2.3+."
HOMEPAGE="http://labix.org/python-dateutil"
SOURCE_URI="http://labix.org/download/python-dateutil/python-dateutil-1.5.tar.gz"
CHECKSUM_SHA256="c08aca7d85f8f8eed61e83b3423b829262c596a9a78f7ca3de0bcee2217d0e3b"
COPYRIGHT="2003-2010 Gustavo Niemeyer"
#FIXME: check exact license
#XXX: 2.0 is "simplified BSD" (which one ?)
LICENSE="Python"
COPYRIGHT="2003-2010 Gustavo Niemeyer"
REVISION="2"
SOURCE_URI="http://labix.org/download/python-dateutil/python-dateutil-1.5.tar.gz"
CHECKSUM_SHA256="c08aca7d85f8f8eed61e83b3423b829262c596a9a78f7ca3de0bcee2217d0e3b"
SOURCE_DIR="python-dateutil-$portVersion"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SOURCE_DIR="python-dateutil-$portVersion"
PROVIDES="
python_dateutil = $portVersion
"
REQUIRES="
haiku
cmd:python
@@ -30,7 +26,6 @@ BUILD_REQUIRES="
haiku_devel
python_setuptools
"
BUILD_PREREQUIRES="
cmd:python
cmd:gcc