Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.20.4" (defproject python/lein-template "0.20.5" :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 +2 −2 Original line number Diff line number Diff line Loading @@ -42,9 +42,9 @@ bootstrap: venv requirements bootstrap-dev: REQUIREMENTS += $(DEV_REQUIREMENTS) bootstrap-dev: venv requirements install: bootstrap $(PYTHON) setup.py -q install $(PIP) install -q --no-index . uninstall: bootstrap $(PIP) uninstall {{python-pkg-name}} # TODO not tested. $(PIP) uninstall -q -y {{python-pkg-name}} deb: utils/build-deb pipfreeze: Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.20.4" (defproject python/lein-template "0.20.5" :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 +2 −2 Original line number Diff line number Diff line Loading @@ -42,9 +42,9 @@ bootstrap: venv requirements bootstrap-dev: REQUIREMENTS += $(DEV_REQUIREMENTS) bootstrap-dev: venv requirements install: bootstrap $(PYTHON) setup.py -q install $(PIP) install -q --no-index . uninstall: bootstrap $(PIP) uninstall {{python-pkg-name}} # TODO not tested. $(PIP) uninstall -q -y {{python-pkg-name}} deb: utils/build-deb pipfreeze: Loading