1
0
forked from ports/contrib

virtualenvwrapper: really depends on system-wide virtualenv installation

This commit is contained in:
Mikhail Kolesnik 2012-07-24 19:09:33 +03:00
parent 272159839b
commit 496ba1c18e
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
name=pip
version=1.1
release=1
release=2
source=(http://pypi.python.org/packages/source/p/$name/$name-$version.tar.gz)
build() {

View File

@ -1,11 +1,11 @@
# Description: A set of enhancements to virtualenv
# URL: http://www.doughellmann.com/projects/virtualenvwrapper/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: python
# Depends on: virtualenv
name=virtualenvwrapper
version=3.5
release=1
release=2
source=(http://pypi.python.org/packages/source/v/$name/$name-$version.tar.gz)
build() {