diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template new file mode 100644 index 00000000000..21a5a4132a9 --- /dev/null +++ b/srcpkgs/python-pip/template @@ -0,0 +1,23 @@ +# Template file for 'python-pip' +pkgname=python-pip +version=1.4.1 +revision=1 +wrksrc="pip-${version}" +build_style=python-module +hostmakedepends="python python-setuptools" +makedepends="python-devel" +short_desc="An easy_install replacement for installing pypi python packages" +maintainer="Juan RP " +homepage="http://pypi.python.org/pypi/pip" +license="PSF" +distfiles="http://pypi.python.org/packages/source/p/pip/pip-$version.tar.gz" +checksum=4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e + +python-pip_package() { + noarch="yes" + depends="python python-setuptools" + pycompile_module="pip" + pkg_install() { + vmove all + } +}