mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
Recipe cosmetics.
Improved SUMMARY/DESCRIPTIONs. Re-ordered blocks.
This commit is contained in:
@@ -1,26 +1,19 @@
|
||||
SUMMARY="HTTP library for human beings"
|
||||
DESCRIPTION="
|
||||
Requests is an Apache2 Licensed HTTP library, written in Python, \
|
||||
for human beings.
|
||||
"
|
||||
HOMEPAGE="
|
||||
http://python-requests.org/
|
||||
http://pypi.python.org/pypi/requests
|
||||
"
|
||||
SUMMARY="A HTTP library for Python"
|
||||
DESCRIPTION="Requests is a HTTP library, written in Python, made for humans."
|
||||
HOMEPAGE="http://python-requests.org/
|
||||
http://pypi.python.org/pypi/requests"
|
||||
COPYRIGHT="2014 Kenneth Reitz"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/r/requests/requests-2.3.0.tar.gz"
|
||||
CHECKSUM_SHA256="1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc"
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="2014 Kenneth Reitz"
|
||||
REVISION="2"
|
||||
SOURCE_DIR="requests-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
SOURCE_DIR="requests-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
python_requests = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
@@ -31,7 +24,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
cmd:gcc
|
||||
|
||||
Reference in New Issue
Block a user