mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 01:30:07 +02:00
* fix all syntactical problems in recipe files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION="Pure python SSH implementation"
|
||||
HOMEPAGE="http://www.lag.net/paramiko/"
|
||||
SRC_URI="http://pypi.python.org/packages/source/p/paramiko/paramiko-1.7.6.zip"
|
||||
REVISION= "1"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="pycrypto >= 1.9"
|
||||
CHECKSUM_MD5="b1cfe0cd55772115f808a11c1baba8a0"
|
||||
@@ -21,4 +21,4 @@ INSTALL()
|
||||
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2003-2009 Robey Pointer"
|
||||
COPYRIGHT="2003-2009 Robey Pointer"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION="Download, build, install, upgrade, and uninstall Python packages -- easily!"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/pycrypto/2.3"
|
||||
SRC_URI="http://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.3.tar.gz"
|
||||
REVISION= "1"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="unstable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="2b811cfbfc342d83ee614097effb8101"
|
||||
@@ -20,4 +20,4 @@ INSTALL()
|
||||
fi
|
||||
}
|
||||
LICENSE="pycrypto"
|
||||
COPYRIGHT="2010 Dwayne C. Litzenberger"
|
||||
COPYRIGHT="2010 Dwayne C. Litzenberger"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism in python"
|
||||
HOMEPAGE="http://pydispatcher.sourceforge.net/"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/pydispatcher/pydispatcher/2.0.1/PyDispatcher-2.0.1.tar.gz"
|
||||
REVISION= "1"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-python/setuptools >= 0.6"
|
||||
CHECKSUM_MD5="8b1695ed6f5bdbda8fbcde82b62d505c"
|
||||
@@ -20,4 +20,4 @@ INSTALL()
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2001-2006, Patrick K. O'Brien and Contributors"
|
||||
COPYRIGHT="2001-2006, Patrick K. O'Brien and Contributors"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION="Download, build, install, upgrade, and uninstall Python packages -- easily!"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/setuptools"
|
||||
SRC_URI="http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz"
|
||||
REVISION= "1"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="7df2a529a074f613b509fb44feefe74e"
|
||||
|
||||
Reference in New Issue
Block a user