Skip to Content.
Sympa Menu

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

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 (80b87fbc1e53516818681732cca4e1b3dbdd4c2c)
  • Date: Thu, 15 Sep 2016 21:18:24 +0000

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

ChangeLog | 2 ++
python-pypi/pocket-api/DEPENDS | 2 ++
python-pypi/pocket-api/DETAILS | 14 ++++++++++++++
python-pypi/pocket-api/HISTORY | 2 ++
4 files changed, 20 insertions(+)

New commits:
commit 80b87fbc1e53516818681732cca4e1b3dbdd4c2c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pocket-api: new spell, wrapper class around GetPocket V3 APIs

diff --git a/ChangeLog b/ChangeLog
index 9b03b7d..9aa505d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2016-09-15 Vlad Glagolev <stealth AT sourcemage.org>
* libs/libite: new spell, missing frog DNA for glibc
+ * python-pypi/pocket-api: new spell, wrapper class around GetPocket V3
+ APIs

2016-09-14 Vlad Glagolev <stealth AT sourcemage.org>
* utils/iso-codes.gpg: stripped
diff --git a/python-pypi/pocket-api/DEPENDS b/python-pypi/pocket-api/DEPENDS
new file mode 100755
index 0000000..5644ab7
--- /dev/null
+++ b/python-pypi/pocket-api/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends requests
diff --git a/python-pypi/pocket-api/DETAILS b/python-pypi/pocket-api/DETAILS
new file mode 100755
index 0000000..7bd709c
--- /dev/null
+++ b/python-pypi/pocket-api/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pocket-api
+ VERSION=0.1.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:a52725a471a8080119cc124302abcb1419f7017119fa9880c95ea93a1d1d7e8f9dee755e1c589c71fc4240d62261dd8eb8ceb179f204ab6839eed1b9f31e2a0d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/rakanalh/pocket-api
+ LICENSE[0]=MIT
+ ENTERED=20160915
+ KEYWORDS=""
+ SHORT="wrapper class around GetPocket V3 APIs"
+cat << EOF
+This package provides a wrapper class around GetPocket V3 APIs.
+EOF
diff --git a/python-pypi/pocket-api/HISTORY b/python-pypi/pocket-api/HISTORY
new file mode 100644
index 0000000..5276926
--- /dev/null
+++ b/python-pypi/pocket-api/HISTORY
@@ -0,0 +1,2 @@
+2016-09-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 0.1.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (80b87fbc1e53516818681732cca4e1b3dbdd4c2c), Vlad Glagolev, 09/15/2016

Archive powered by MHonArc 2.6.24.

Top of Page