Commit 33d9bdb9179577562799f9d4227ba65a589f988a
1 parent
13559f34
Exists in
master
and in
1 other branch
drop dependency on colab-spb-plugin
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
Makefile
1 | 1 | NAME = colab-deps |
2 | -VERSION = 1.11.3 | |
2 | +VERSION = 1.11.4 | |
3 | 3 | PREFIX = /usr |
4 | 4 | TARGET = $(DESTDIR)$(PREFIX)/lib/colab |
5 | 5 | DISTDIR = $(NAME)-$(VERSION) |
... | ... | @@ -41,5 +41,4 @@ downloadtar: |
41 | 41 | wget https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz -O $(DISTDIR)/pip-1.5.6.tar.gz |
42 | 42 | wget https://github.com/colab/colab-noosfero-plugin/archive/v0.1.1.zip -O $(DISTDIR)/colab-noosfero-plugin-0.1.1.zip |
43 | 43 | wget https://github.com/colab/colab-gitlab-plugin/archive/v0.1.zip -O $(DISTDIR)/colab-gitlab-plugin-0.1.zip |
44 | - wget https://softwarepublico.gov.br/gitlab/softwarepublico/colab-spb-plugin/repository/archive.tar.gz?ref=v0.1 -O $(DISTDIR)/colab-spb-plugin-0.1.tar.gz --no-check-certificate | |
45 | 44 | pip install --download $(DISTDIR) -r requirements.txt | ... | ... |
requirements-colab-plugins.txt