mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 18:20:07 +02:00
Fix ordering
This commit is contained in:
@@ -2,12 +2,13 @@ SUMMARY="The PyPA recommended tool for installing Python packages"
|
||||
DESCRIPTION="Install Python packages, replacement for easy_install
|
||||
"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pip"
|
||||
COPYRIGHT="2006-2014 Python Packaging Authority"
|
||||
LICENSE="Python"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/p/pip/pip-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd"
|
||||
SOURCE_DIR="pip-$portVersion"
|
||||
LICENSE="Python"
|
||||
COPYRIGHT="2006-2014 Python Packaging Authority"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -16,7 +17,6 @@ PROVIDES="
|
||||
cmd:pip3
|
||||
cmd:pip34
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python3
|
||||
@@ -26,7 +26,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
python3_setuptools
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:python3
|
||||
|
||||
Reference in New Issue
Block a user