Skip to Content.
Sympa Menu

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

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 (81589b967f42bcf8da137bc9a9045a2d89c05336)
  • Date: Mon, 18 Sep 2017 17:53:10 +0000

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

ChangeLog | 3 +++
python-pypi/typing/DEPENDS | 2 ++
python-pypi/typing/DETAILS | 20 ++++++++++++++++++++
python-pypi/typing/HISTORY | 2 ++
4 files changed, 27 insertions(+)

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

typing: new spell, type hints for Python

diff --git a/ChangeLog b/ChangeLog
index 5f178fd..c1e01dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-09-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/typing: new spell, type hints for Python
+
2017-09-17 Ismael Luceno <ismael AT sourcemage.org>
* libs/libmpack: new spell, Simple C implementation of msgpack

diff --git a/python-pypi/typing/DEPENDS b/python-pypi/typing/DEPENDS
new file mode 100755
index 0000000..503782e
--- /dev/null
+++ b/python-pypi/typing/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends SETUPTOOLS
diff --git a/python-pypi/typing/DETAILS b/python-pypi/typing/DETAILS
new file mode 100755
index 0000000..d187d11
--- /dev/null
+++ b/python-pypi/typing/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=typing
+ VERSION=3.6.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/t/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:a975980e7ba6ec3e15c938336877071785bec7212443da079770348ab9441c8d918cd806e85ebea8af66a5d94f684566ea07b55e7623ab11e7d922c8c3dfe981
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://docs.python.org/3/library/typing.html
+ LICENSE[0]=PYTHON
+ ENTERED=20170918
+ KEYWORDS="python"
+ SHORT="type hints for Python"
+cat << EOF
+This is a backport of the standard library typing module to Python versions
+older than 3.5.
+
+Typing defines a standard notation for Python function and variable type
+annotations. The notation can be used for documenting code in a concise,
+standard format, and it has been designed to also be used by static and
runtime
+type checkers, static analyzers, IDEs and other tools.
+EOF
diff --git a/python-pypi/typing/HISTORY b/python-pypi/typing/HISTORY
new file mode 100644
index 0000000..eecb074
--- /dev/null
+++ b/python-pypi/typing/HISTORY
@@ -0,0 +1,2 @@
+2017-09-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 3.6.2



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (81589b967f42bcf8da137bc9a9045a2d89c05336), Vlad Glagolev, 09/18/2017

Archive powered by MHonArc 2.6.24.

Top of Page