Skip to Content.
Sympa Menu

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

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 (29b33f789a7078b0a7a6740658963d63eb55107e)
  • Date: Fri, 15 Jul 2016 01:14:51 +0000

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

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

New commits:
commit 29b33f789a7078b0a7a6740658963d63eb55107e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/frozendict: new spell, an immutable dictionary for Python

diff --git a/ChangeLog b/ChangeLog
index 70f1573..f1c2a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-07-14 Pavel Vinogradov <public AT sourcemage.org>
+ * python-pypi/frozendict: new spell, an immutable dictionary for
Python
+
2016-07-13 Vlad Glagolev <stealth AT sourcemage.org>
* net/connman-gtk: new spell, ConnMan GTK GUI

diff --git a/python-pypi/frozendict/DEPENDS b/python-pypi/frozendict/DEPENDS
new file mode 100755
index 0000000..1e0c45b
--- /dev/null
+++ b/python-pypi/frozendict/DEPENDS
@@ -0,0 +1 @@
+source ${SECTION_DIRECTORY}/PY_DEPENDS
diff --git a/python-pypi/frozendict/DETAILS b/python-pypi/frozendict/DETAILS
new file mode 100755
index 0000000..1daadc7
--- /dev/null
+++ b/python-pypi/frozendict/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=frozendict
+ VERSION=0.6
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/f/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:9661447b17aed50bcd65c67c204e2a81633a5af44fa3548e4b543808eb70fd35f232a0a1a49db416a87bbe18729d23114df9ad647c52a07fbf7c52d8b217a20a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/slezica/python-frozendict";
+ LICENSE[0]="MIT"
+ ENTERED=20160714
+ KEYWORDS=""
+ SHORT="An immutable dictionary for Python"
+cat << EOF
+frozendict is an immutable wrapper around dictionaries that implements the
+complete mapping interface. It can be used as a drop-in replacement for
+dictionaries where immutability is desired.
+EOF
diff --git a/python-pypi/frozendict/HISTORY b/python-pypi/frozendict/HISTORY
new file mode 100644
index 0000000..d5bdd03
--- /dev/null
+++ b/python-pypi/frozendict/HISTORY
@@ -0,0 +1,3 @@
+2016-07-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (29b33f789a7078b0a7a6740658963d63eb55107e), Pavel Vinogradov, 07/14/2016

Archive powered by MHonArc 2.6.24.

Top of Page