mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
Fix ordering
This commit is contained in:
@@ -7,20 +7,18 @@ HOMEPAGE="
|
||||
http://python-requests.org/
|
||||
http://pypi.python.org/pypi/requests
|
||||
"
|
||||
COPYRIGHT="2010 Yesudeep Mangalapilly"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/p/pathtools/pathtools-0.1.2.tar.gz"
|
||||
CHECKSUM_SHA256="7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010 Yesudeep Mangalapilly"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="pathtools-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
SOURCE_DIR="pathtools-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
pathtools = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
@@ -30,7 +28,6 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
python_setuptools
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
cmd:gcc
|
||||
|
||||
Reference in New Issue
Block a user