Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.16.2" (defproject python/lein-template "0.16.3" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading src/leiningen/new/python/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ requirements: @if [ -d wheelhouse ]; then \ $(PIP) install -q --no-index --find-links=wheelhouse $(REQUIREMENTS); \ else \ $(PIP) install -q --find-links=wheelhouse $(REQUIREMENTS); \ $(PIP) install -q -f https://emacsos.com/python/packages/ $(REQUIREMENTS); \ fi logdir: @if [ ! -d /var/log/{{name}} ]; then \ Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.16.2" (defproject python/lein-template "0.16.3" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading
src/leiningen/new/python/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ requirements: @if [ -d wheelhouse ]; then \ $(PIP) install -q --no-index --find-links=wheelhouse $(REQUIREMENTS); \ else \ $(PIP) install -q --find-links=wheelhouse $(REQUIREMENTS); \ $(PIP) install -q -f https://emacsos.com/python/packages/ $(REQUIREMENTS); \ fi logdir: @if [ ! -d /var/log/{{name}} ]; then \ Loading