Skip to Content.
Sympa Menu

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

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 (90fa42a93edc987198115450013825faca908239)
  • Date: Thu, 18 Jan 2018 21:12:02 +0000

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

ChangeLog | 3 +++
python-pypi/pystatsd/DEPENDS | 1 +
python-pypi/pystatsd/DETAILS | 16 ++++++++++++++++
python-pypi/pystatsd/HISTORY | 2 ++
4 files changed, 22 insertions(+)

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

pystatsd: new spell, simple statsd client

diff --git a/ChangeLog b/ChangeLog
index 3e5e9e2..ead19fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-01-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pystatsd: new spell, simple statsd client
+
2018-01-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-ed25519: new spell, a simple, fast, self-contained
copy of
the Ed25519 public-key signature system
diff --git a/python-pypi/pystatsd/DEPENDS b/python-pypi/pystatsd/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/pystatsd/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/pystatsd/DETAILS b/python-pypi/pystatsd/DETAILS
new file mode 100755
index 0000000..27e120a
--- /dev/null
+++ b/python-pypi/pystatsd/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pystatsd
+ SPELLX=statsd
+ VERSION=3.2.2
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/s/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:7b9340e0c0ba3ad840d858152c3d78b77ea0573339da5384e92f43f2ebf801007fba865ae72644e3b5acaf4fcea61c8d15e2dacd95abf21d7b0f049a238d8ea4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/jsocol/pystatsd
+ LICENSE[0]=BSD
+ ENTERED=20180118
+ KEYWORDS="python statsd"
+ SHORT="simple statsd client"
+cat << EOF
+statsd is a Python client for the statsd daemon.
+EOF
diff --git a/python-pypi/pystatsd/HISTORY b/python-pypi/pystatsd/HISTORY
new file mode 100644
index 0000000..ee65225
--- /dev/null
+++ b/python-pypi/pystatsd/HISTORY
@@ -0,0 +1,2 @@
+2018-01-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 3.2.2



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (90fa42a93edc987198115450013825faca908239), Vlad Glagolev, 01/18/2018

Archive powered by MHonArc 2.6.24.

Top of Page