Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (31abf6b3e7fb60142a054df24daf9e97e738842c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (31abf6b3e7fb60142a054df24daf9e97e738842c)
  • Date: Tue, 4 Aug 2015 11:02:51 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/blessings/DEPENDS | 1 +
python-pypi/blessings/DETAILS | 23 +++++++++++++++++++++++
python-pypi/blessings/HISTORY | 2 ++
python-pypi/bpython/DEPENDS | 11 ++++-------
python-pypi/bpython/DETAILS | 4 ++--
python-pypi/bpython/HISTORY | 5 +++++
python-pypi/curtsies/DEPENDS | 3 ++-
python-pypi/curtsies/DETAILS | 4 ++--
python-pypi/curtsies/HISTORY | 6 ++++++
10 files changed, 51 insertions(+), 12 deletions(-)

New commits:
commit 31abf6b3e7fb60142a054df24daf9e97e738842c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bpython: => 0.14.2

commit 8b64b5ea47b3ed9b2eec2ee5a32c99676c5eff9b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

blessings: new spell, thin, practical wrapper around terminal
capabilities in Python

commit 55a33336a5b3bd2ac62869cf5c8ec107a6e4cba5
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

curtsies: added blessings

commit b6fcb2354d938ec8b496a270da0a1ea7f75eceba
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

curtsies: => 0.1.19

diff --git a/ChangeLog b/ChangeLog
index 9958b94..71efc74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/blessings: new spell, thin, practical wrapper around
+ terminal capabilities in Python
+
2015-08-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-cookie: new spell, cookie parsing and rendereing for
haskell
diff --git a/python-pypi/blessings/DEPENDS b/python-pypi/blessings/DEPENDS
new file mode 100755
index 0000000..e4ea57a
--- /dev/null
+++ b/python-pypi/blessings/DEPENDS
@@ -0,0 +1 @@
+depends PYTHON
diff --git a/python-pypi/blessings/DETAILS b/python-pypi/blessings/DETAILS
new file mode 100755
index 0000000..bf48ecb
--- /dev/null
+++ b/python-pypi/blessings/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=blessings
+ VERSION=1.6
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/b/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:5d0fc365416bf2b36b6de72f6b8c01bf0ab8df4a0148f492c80056a9ebd5d569e9c01966481e0d70a25add16da2bc3e73be933226369abca533ce019f97479f2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/erikrose/blessings
+ ENTERED=20150804
+ SHORT="thin, practical wrapper around terminal capabilities in
Python"
+cat << EOF
+Blessings lifts several of curses’ limiting assumptions, and it makes your
code
+pretty, too:
+
+* Use styles, color, and maybe a little positioning without necessarily
clearing
+ the whole screen first.
+* Leave more than one screenful of scrollback in the buffer after your
program
+ exits, like a well-behaved command-line app should.
+* Get rid of all those noisy, C-like calls to tigetstr and tparm, so your
code
+ doesn’t get crowded out by terminal bookkeeping.
+* Act intelligently when somebody redirects your output to a file, omitting
the
+ terminal control codes the user doesn’t want to see (optional).
+EOF
diff --git a/python-pypi/blessings/HISTORY b/python-pypi/blessings/HISTORY
new file mode 100644
index 0000000..c7e6e96
--- /dev/null
+++ b/python-pypi/blessings/HISTORY
@@ -0,0 +1,2 @@
+2015-08-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.6
diff --git a/python-pypi/bpython/DEPENDS b/python-pypi/bpython/DEPENDS
index 9777f61..1d890b3 100755
--- a/python-pypi/bpython/DEPENDS
+++ b/python-pypi/bpython/DEPENDS
@@ -1,12 +1,9 @@
-depends python &&
+depends PYTHON &&
+depends six &&
depends pygments &&
depends requests &&
-
-suggest_depends curtsies "" "" "for Curtsies frontend support
(${MESSAGE_COLOR}also requires greenlet${DEFAULT_COLOR})" &&
-
-if is_depends_enabled $SPELL curtsies; then
- depends greenlet
-fi &&
+depends curtsies &&
+depends greenlet &&

suggest_depends pygtk2 "" "" "for GTK interface support" &&
suggest_depends urwid "" "" "for console interface support"
diff --git a/python-pypi/bpython/DETAILS b/python-pypi/bpython/DETAILS
index 970750d..ad50d5f 100755
--- a/python-pypi/bpython/DETAILS
+++ b/python-pypi/bpython/DETAILS
@@ -1,8 +1,8 @@
SPELL=bpython
- VERSION=0.13.2
+ VERSION=0.14.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.bpython-interpreter.org/releases/$SOURCE
-
SOURCE_HASH=sha512:6bf74c9618bf92fc6ca23c9020b17219c64b16f159773624b67f87875c962857bde2dd4b03da621da7c8d50622739f95a880638c7c536f5f0dbf510c71f5a874
+
SOURCE_HASH=sha512:aa6fb8a6fe08746c31783308423400bf2482c6401fc03a1cf1e95592b83946b49eb8df29ac274d0711e01e7b2dcad37c00a609b3b600c31774563d0638d67159
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.bpython-interpreter.org/
LICENSE[0]=MIT
diff --git a/python-pypi/bpython/HISTORY b/python-pypi/bpython/HISTORY
index 72c43c3..2fe8ced 100644
--- a/python-pypi/bpython/HISTORY
+++ b/python-pypi/bpython/HISTORY
@@ -1,3 +1,8 @@
+2015-08-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.2
+ * DEPENDS: curtsies and greenlet become strict, added six dep, python
->
+ PYTHON
+
2015-03-17 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing dependency -- requests

diff --git a/python-pypi/curtsies/DEPENDS b/python-pypi/curtsies/DEPENDS
index e4ea57a..2b430b3 100755
--- a/python-pypi/curtsies/DEPENDS
+++ b/python-pypi/curtsies/DEPENDS
@@ -1 +1,2 @@
-depends PYTHON
+depends PYTHON &&
+depends blessings
diff --git a/python-pypi/curtsies/DETAILS b/python-pypi/curtsies/DETAILS
index 9e18a75..ce4e67b 100755
--- a/python-pypi/curtsies/DETAILS
+++ b/python-pypi/curtsies/DETAILS
@@ -1,7 +1,7 @@
SPELL=curtsies
- VERSION=0.0.32
+ VERSION=0.1.19
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:b5495d73ddc6639dba870e9730830c8dceb2913c71566e709f365e94d178d149b070575ec087b35d6ec67623749e87be7197017b218e8b4055f5864a6e6587b2
+
SOURCE_HASH=sha512:61344c28fb206fb3ea3e70b328dc8d6ea7749aada597a4b600177a77cdd524b2adb9776046f6618a817e6121b10285634ff1a3c7a7bad2a45ee5f77ed87490e9
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://pypi.python.org/packages/source/c/$SPELL/$SOURCE
GATHER_DOCS=off
diff --git a/python-pypi/curtsies/HISTORY b/python-pypi/curtsies/HISTORY
index 6cb6576..aaebaec 100644
--- a/python-pypi/curtsies/HISTORY
+++ b/python-pypi/curtsies/HISTORY
@@ -1,2 +1,8 @@
+2015-08-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing dependency
+
+2015-08-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.1.19
+
2014-05-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: created spell



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (31abf6b3e7fb60142a054df24daf9e97e738842c), Vlad Glagolev, 08/04/2015

Archive powered by MHonArc 2.6.24.

Top of Page