De-Lint recipes.

*	netpbm
	Re-arranged copright madness.

*	pygame
	Re-ordering blocks.
	Re-formatted patch properly.
	Added formerly undeclared patch. Doesn't build with or without.

*	python3_mako, python_mako
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	python3_setuptools, python_setuptools
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	qemu
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	quassel
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	qupzilla
	Removed "." from SUMMARY.
	Re-ordering blocks.
This commit is contained in:
Humdinger
2015-07-23 06:40:31 +02:00
parent 0817519846
commit b82c8008b6
17 changed files with 361 additions and 392 deletions

View File

@@ -1,31 +1,30 @@
SUMMARY="Easily download, build, install, upgrade, and uninstall Python packages."
SUMMARY="Download, build, install, upgrade, and uninstall Python packages"
DESCRIPTION="EasyInstall (easy_install) gives you a quick and painless way \
to install packages remotely by connecting to the cheeseshop or even other \
websites via HTTP. It is somewhat analogous to the CPAN and PEAR tools for Perl \
and PHP, respectively. \
"
websites via HTTP. It is somewhat analogous to the CPAN and PEAR tools for \
Perl and PHP, respectively."
HOMEPAGE="https://pypi.python.org/pypi/setuptools"
COPYRIGHT="2006-2014 Python Packaging Authority"
LICENSE="Python"
REVISION="2"
SOURCE_URI="https://pypi.python.org/packages/source/s/setuptools/setuptools-5.3.zip"
CHECKSUM_SHA256="238142293c36d2b56c83df1886b4c1fc4af77d0c203c68b8f4e57d8995babfe5"
SOURCE_DIR="setuptools-$portVersion"
LICENSE="Python"
COPYRIGHT="2006-2014 Python Packaging Authority"
REVISION="2"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
python_setuptools = $portVersion
"
REQUIRES="
haiku
cmd:python
"
BUILD_REQUIRES=""
BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:python
cmd:sed
"