From 6beca5837253726204adc6e399d2069ebad1ffc0 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Mon, 14 Sep 2015 16:58:13 -0300 Subject: [PATCH] Download colab-plugins without pip --- Makefile | 4 +++- requirements-colab-plugins.txt | 8 +++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 0e808bf..4173be7 100644 --- a/Makefile +++ b/Makefile @@ -39,5 +39,7 @@ distclean: downloadtar: mkdir -p $(DISTDIR) wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz + wget https://github.com/colab/colab-noosfero-plugin/archive/v0.1.zip -O $(DISTDIR)/colab-noosfero-plugin-0.1.zip + wget https://github.com/colab/colab-gitlab-plugin/archive/v0.1.zip -O $(DISTDIR)/colab-gitlab-plugin-0.1.zip + wget https://gitlab.com/softwarepublico/colab-spb-plugin/repository/archive.tar.gz?ref=v0.1 -O $(DISTDIR)/colab-spb-plugin-0.1.tar.gz pip install --download $(DISTDIR) -r requirements.txt - pip install --download $(DISTDIR) -r requirements-colab-plugins.txt --no-deps diff --git a/requirements-colab-plugins.txt b/requirements-colab-plugins.txt index 52be3e2..59be12f 100644 --- a/requirements-colab-plugins.txt +++ b/requirements-colab-plugins.txt @@ -1,5 +1,3 @@ --e git+https://github.com/colab/colab-noosfero-plugin.git@v0.1#egg=colab-noofero-plugin - --e git+https://github.com/colab/colab-gitlab-plugin.git@v0.1#egg=colab-gitlab-plugin - --e git+https://gitlab.com/softwarepublico/colab-spb-plugin.git@v0.1#egg=colab-spb-plugin +colab-noosfero-plugin==0.1.0 +colab-gitlab-plugin==0.1.0 +colab-spb-plugin==0.1.0 -- libgit2 0.21.2