mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 13:20:08 +02:00
Recipe cosmetics.
Improved SUMMARY/DESCRIPTIONs. Re-ordered blocks.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user