Skip to Content.
Sympa Menu

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

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 (d5c1d157065719ca85938e8beb062c83ed9523f3)
  • Date: Fri, 3 May 2019 21:13:25 +0000

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

ChangeLog | 3 +++
python-pypi/simplepush/DEPENDS | 4 ++++
python-pypi/simplepush/DETAILS | 14 ++++++++++++++
python-pypi/simplepush/HISTORY | 2 ++
4 files changed, 23 insertions(+)

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

simplepush: new spell, Simplepush Python library

diff --git a/ChangeLog b/ChangeLog
index 237139d..dcce9d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-05-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/simplepush: new spell, Simplepush Python library
+
2019-05-01 Vlad Glagolev <stealth AT sourcemage.org>
* shell-term-fm/oksh: new spell, portable OpenBSD ksh

diff --git a/python-pypi/simplepush/DEPENDS b/python-pypi/simplepush/DEPENDS
new file mode 100755
index 0000000..3235e02
--- /dev/null
+++ b/python-pypi/simplepush/DEPENDS
@@ -0,0 +1,4 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends requests &&
+depends python-cryptography
diff --git a/python-pypi/simplepush/DETAILS b/python-pypi/simplepush/DETAILS
new file mode 100755
index 0000000..c42cdd4
--- /dev/null
+++ b/python-pypi/simplepush/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=simplepush
+ VERSION=1.1.4
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/s/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:e6646b02b84a4cc7298aea13c63f29066e0eec1eade15d039c9690bd6cdf5b40ab79542b7efb9d538590dc43849fe6552a3e40a0e1dd851c61c4488fc261ad0f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ GATHER_DOCS=off
+ LICENSE[0]=MIT
+ WEB_SITE=https://simplepush.io/
+ ENTERED=20190503
+ SHORT="Simplepush Python library"
+cat << EOF
+Simplepush Python library.
+EOF
diff --git a/python-pypi/simplepush/HISTORY b/python-pypi/simplepush/HISTORY
new file mode 100644
index 0000000..738b540
--- /dev/null
+++ b/python-pypi/simplepush/HISTORY
@@ -0,0 +1,2 @@
+2019-05-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.1.4



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d5c1d157065719ca85938e8beb062c83ed9523f3), Vlad Glagolev, 05/03/2019

Archive powered by MHonArc 2.6.24.

Top of Page