Commit f0d508bca284037876a5c4663717220a67a81c82
1 parent
c940ff7c
Exists in
remove_plugins
Remove plugins
Showing
2 changed files
with
1 additions
and
10 deletions
Show diff stats
Makefile
| ... | ... | @@ -9,13 +9,12 @@ TARBALL = dist/$(DISTDIR).tar.gz |
| 9 | 9 | all: virtualenv |
| 10 | 10 | ./build/bin/pip install --no-index --find-links=$(DISTDIR) pip==1.5.6 |
| 11 | 11 | ./build/bin/pip install --no-index --find-links=$(DISTDIR) --use-wheel -r requirements.txt |
| 12 | - ./build/bin/pip install --no-index --find-links=$(DISTDIR) --no-deps -r requirements-colab-plugins.txt | |
| 13 | 12 | virtualenv --relocatable ./build |
| 14 | 13 | |
| 15 | 14 | clean: |
| 16 | 15 | $(RM) -r ./build |
| 17 | 16 | |
| 18 | -SOURCES = Makefile requirements.txt requirements-colab-plugins.txt | |
| 17 | +SOURCES = Makefile requirements.txt | |
| 19 | 18 | |
| 20 | 19 | install: |
| 21 | 20 | mkdir -p $$(dirname $(TARGET)) |
| ... | ... | @@ -37,10 +36,6 @@ distclean: |
| 37 | 36 | downloadtar: virtualenv |
| 38 | 37 | mkdir -p $(DISTDIR) |
| 39 | 38 | wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz |
| 40 | - wget https://github.com/colab/colab-noosfero-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-noosfero-plugin-0.2.5.zip | |
| 41 | - wget https://github.com/colab/colab-gitlab-plugin/archive/v0.2.5.zip -O $(DISTDIR)/colab-gitlab-plugin-0.2.5.zip | |
| 42 | - wget https://github.com/colab/colab-mezuro-plugin/archive/v0.1.2.zip -O $(DISTDIR)/colab-mezuro-plugin-0.1.2.zip | |
| 43 | - wget https://github.com/colab/colab-superarchives-plugin/archive/master.zip -O $(DISTDIR)/colab-superarchives-plugin-0.1.0.zip | |
| 44 | 39 | ./build/bin/pip install --download $(DISTDIR) -r requirements.txt |
| 45 | 40 | |
| 46 | 41 | .PHONY: virtualenv | ... | ... |
requirements-colab-plugins.txt