24 lines
655 B
Plaintext
24 lines
655 B
Plaintext
# 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 <xtraeme@gmail.com>"
|
|
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
|
|
}
|
|
}
|