New package: python-pip-1.4.1.
This commit is contained in:
parent
de76bdb52c
commit
a2536f4042
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python-pip/template
Normal file
23
srcpkgs/python-pip/template
Normal file
|
@ -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 <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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue