Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (6883439c90db1326d62efa36950cf686a9146c7c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (6883439c90db1326d62efa36950cf686a9146c7c)
  • Date: Sat, 8 Dec 2018 14:57:15 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 1 +
python-pypi/rtv/DEPENDS | 6 ++++++
python-pypi/rtv/DETAILS | 13 +++++++++++++
python-pypi/rtv/HISTORY | 3 +++
4 files changed, 23 insertions(+)

New commits:
commit 6883439c90db1326d62efa36950cf686a9146c7c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/rtv: new spell, a command-line reddit client

diff --git a/ChangeLog b/ChangeLog
index 1f5da3b..b83cbc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
Internationalised Domain Names in Applications (IDNA) protocol
* python-pypi/python-urllib3: new spell, a powerful, sanity-friendly
HTTP client
+ * python-pypi/rtv: new spell, an command-line reddit reader

2018-12-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/rapidcheck: new spell, a C++ framework inspired by QuickCheck
diff --git a/python-pypi/rtv/DEPENDS b/python-pypi/rtv/DEPENDS
new file mode 100755
index 0000000..dcf6fdb
--- /dev/null
+++ b/python-pypi/rtv/DEPENDS
@@ -0,0 +1,6 @@
+depends python3 &&
+depends beautifulsoup &&
+depends decorator &&
+depends python-kitchen &&
+depends requests &&
+depends six
diff --git a/python-pypi/rtv/DETAILS b/python-pypi/rtv/DETAILS
new file mode 100755
index 0000000..f329905
--- /dev/null
+++ b/python-pypi/rtv/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=rtv
+ VERSION=1.24.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/michael-lazar/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:72f39917d516dab65b0f1b9dca5bcbc779d95dc2002192e415fb4c3f5bfbca55bf5678ae5473d921b71d49c6488831ae35b7755d91336f087fcf2e4deee0bd0a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/michael-lazar/$SPELL";
+ LICENSE[0]=MIT
+ ENTERED=20181208
+ SHORT="a reddit front end for the terminal"
+cat << EOF
+A reddit front end for the terminal.
+EOF
diff --git a/python-pypi/rtv/HISTORY b/python-pypi/rtv/HISTORY
new file mode 100644
index 0000000..1602e91
--- /dev/null
+++ b/python-pypi/rtv/HISTORY
@@ -0,0 +1,3 @@
+2018-12-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (6883439c90db1326d62efa36950cf686a9146c7c), Florian Franzmann, 12/08/2018

Archive powered by MHonArc 2.6.24.

Top of Page