mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
a0abbede49
Update RDFlib to 6.1.1 (removed rdflib-jsonld, as it is deprecated) Bumped minimum python version: 3.7 (as a result of RDFLIB 6) Added ProxyFix to run behind nginx (Added --no-proxy to run without the fix) Replaced http media links to protocol-agnostic links in playground Enable CORS (via --enable-cors) Update old urls (replaced *.cluster.gsi.dit.upm.es with *.gsi.upm.es)
18 lines
372 B
Makefile
18 lines
372 B
Makefile
NAME=senpy
|
|
GITHUB_REPO=git@github.com:gsi-upm/senpy.git
|
|
|
|
IMAGENAME=gsiupm/senpy
|
|
|
|
# The first version is the main one (used for quick builds)
|
|
# See .makefiles/python.mk for more info
|
|
PYVERSIONS ?= 3.10 3.7
|
|
|
|
DEVPORT=5000
|
|
|
|
action="test-${PYMAIN}"
|
|
GITHUB_REPO=git@github.com:gsi-upm/senpy.git
|
|
|
|
include .makefiles/base.mk
|
|
include .makefiles/k8s.mk
|
|
include .makefiles/python.mk
|