diff --git a/project.clj b/project.clj index bafa3001e07c2ce73b8c4d33ce9c199f1a59b60b..e9832a62beda153af0c1ce3d16ab3397bfec1253 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(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" diff --git a/src/leiningen/new/python/Makefile b/src/leiningen/new/python/Makefile index 9c004b91d151f99b4e4c1db1035dd69d82e34580..ca0c9d9d7df135feeb7b4a8e692b8a61ce3841b3 100644 --- a/src/leiningen/new/python/Makefile +++ b/src/leiningen/new/python/Makefile @@ -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: