summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Kolesnik <mike@openbunker.org>2012-07-24 19:09:33 +0300
committerMikhail Kolesnik <mike@openbunker.org>2012-07-24 19:09:33 +0300
commit496ba1c18eee669c542b5aaf58973d7db477601c (patch)
tree49cb5debc66bc68eacbbeac24a014e029950501d
parent272159839bad6eae3dcb93e8bb69117f0ec39e1e (diff)
downloadcontrib-496ba1c18eee669c542b5aaf58973d7db477601c.tar.gz
contrib-496ba1c18eee669c542b5aaf58973d7db477601c.tar.xz
virtualenvwrapper: really depends on system-wide virtualenv installation
-rw-r--r--pip/Pkgfile2
-rw-r--r--virtualenvwrapper/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/pip/Pkgfile b/pip/Pkgfile
index 2b4ddc048..9bc76174d 100644
--- a/pip/Pkgfile
+++ b/pip/Pkgfile
@@ -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() {
diff --git a/virtualenvwrapper/Pkgfile b/virtualenvwrapper/Pkgfile
index f8ecc424b..65b43b471 100644
--- a/virtualenvwrapper/Pkgfile
+++ b/virtualenvwrapper/Pkgfile
@@ -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() {

Generated by cgit