public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/grumpy:master commit in: /
@ 2017-04-23 19:54 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2017-04-23 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     73646b04be79d78f84ae50306ee1190c23034179
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 19:53:25 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 19:53:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=73646b04

refactor two sentences to fit the 80-character wide limit

 manage.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/manage.py b/manage.py
index 8df47ee..2c3e1c6 100755
--- a/manage.py
+++ b/manage.py
@@ -6,8 +6,10 @@ from flask_script import Manager, Shell
 from backend import app, db
 from backend.lib import sync
 
-# TODO: Replace this with flask 0.11 "flask" CLI and the extra commands support via click therein - http://flask.pocoo.org/docs/0.11/cli/
-# TODO: This would then allow FLASK_DEBUG=1 automatically reloading the server on code changes when launched with "flask run"
+# TODO: Replace this with flask 0.11 "flask" CLI and the extra commands support
+# via click therein - http://flask.pocoo.org/docs/0.11/cli/
+# TODO: This would then allow FLASK_DEBUG=1 automatically reloading the server
+# on code changes when launched with "flask run"
 
 manager = Manager(app)
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/grumpy:master commit in: /
@ 2017-07-29 17:27 Mart Raudsepp
  0 siblings, 0 replies; 2+ messages in thread
From: Mart Raudsepp @ 2017-07-29 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     bb1726d0b8e54c7fe8157b946788001a68914be9
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 17:26:32 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 17:26:32 2017 +0000
URL:        https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=bb1726d0

README: Suggest python3 venv module instead of virtualenv

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 091eb72..52759c3 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Getting started
 ===============
 1. git clone git+ssh://git@git.gentoo.org/proj/grumpy.git
 2. cd grumpy
-3. virtualenv --python=python3 venv
+3. python3 -m venv venv
 4. . venv/bin/activate
 5. pip install -r requirements.txt
 6. ./manage.py init


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-29 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-23 19:54 [gentoo-commits] proj/grumpy:master commit in: / Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2017-07-29 17:27 Mart Raudsepp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox