Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (786907e1bfb9c8384050c76187b603e4686014e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (786907e1bfb9c8384050c76187b603e4686014e5)
  • Date: Sun, 24 Jul 2016 17:32:24 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/pydenticon/DEPENDS | 2 ++
python-pypi/pydenticon/DETAILS | 15 +++++++++++++++
python-pypi/pydenticon/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit 786907e1bfb9c8384050c76187b603e4686014e5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/pydenticon: new spell, a library for generating identicons

diff --git a/ChangeLog b/ChangeLog
index f1c2a20..2f59633 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-24 Pavel Vinogradov <public AT sourcemage.org>
+ * python-pypi/pydenticon: new spell, a library for generating
+ identicons
+
2016-07-14 Pavel Vinogradov <public AT sourcemage.org>
* python-pypi/frozendict: new spell, an immutable dictionary for
Python

diff --git a/python-pypi/pydenticon/DEPENDS b/python-pypi/pydenticon/DEPENDS
new file mode 100755
index 0000000..9436f23
--- /dev/null
+++ b/python-pypi/pydenticon/DEPENDS
@@ -0,0 +1,2 @@
+. ${SECTION_DIRECTORY}/PY_DEPENDS &&
+ depends pillow
diff --git a/python-pypi/pydenticon/DETAILS b/python-pypi/pydenticon/DETAILS
new file mode 100755
index 0000000..64a3750
--- /dev/null
+++ b/python-pypi/pydenticon/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pydenticon
+ VERSION=0.2
+
SOURCE_HASH=sha512:5716fdd6b6cfcf03c4993b219932c043bac843268f6e89611144614e726393116dd5bc035c93560c2c77a1da068f874a06ff371a9b58b32377b72f8c8d245297
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://pypi.python.org/pypi/${SPELL}
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
+ LICENSE[0]=BSD
+ ENTERED=20160724
+ KEYWORDS=""
+ SHORT="a library for generating identicons"
+cat << EOF
+Pydenticon is a small utility library that can be used for deterministically
+generating identicons based on the hash of provided data.
+EOF
diff --git a/python-pypi/pydenticon/HISTORY b/python-pypi/pydenticon/HISTORY
new file mode 100644
index 0000000..64c3d08
--- /dev/null
+++ b/python-pypi/pydenticon/HISTORY
@@ -0,0 +1,2 @@
+2016-07-24 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (786907e1bfb9c8384050c76187b603e4686014e5), Pavel Vinogradov, 07/24/2016

Archive powered by MHonArc 2.6.24.

Top of Page