Skip to Content.
Sympa Menu

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

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 (d88059632d12b72c05a502ec50212af2d6ab7d98)
  • Date: Thu, 2 Feb 2017 12:19:55 +0000

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

ChangeLog | 3 +++
python-pypi/ansible-lint/DETAILS | 4 ++--
python-pypi/ansible-lint/HISTORY | 3 +++
python-pypi/pycodestyle/DEPENDS | 1 +
python-pypi/pycodestyle/DETAILS | 15 +++++++++++++++
python-pypi/pycodestyle/HISTORY | 2 ++
6 files changed, 26 insertions(+), 2 deletions(-)

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

pycodestyle: new spell, Python style guide checker

commit 9891eb3efab94c9c3d3bfd8bb3a8a8718708ce7e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ansible-lint: => 3.4.10

diff --git a/ChangeLog b/ChangeLog
index 5e8f942..cf3ea25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-02-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pycodestyle: new spell, Python style guide checker
+
2017-02-01 Treeve Jelbert <treeve AT sourcemage.org>
* xorg.gpg: add C933A145 Sergey Udaltsov <sergey.udaltsov AT gmail.com>

diff --git a/python-pypi/ansible-lint/DETAILS
b/python-pypi/ansible-lint/DETAILS
index 6cfab7b..30046f4 100755
--- a/python-pypi/ansible-lint/DETAILS
+++ b/python-pypi/ansible-lint/DETAILS
@@ -1,8 +1,8 @@
SPELL=ansible-lint
- VERSION=3.4.9
+ VERSION=3.4.10
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/willthames/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:d962f59eb90094e4f242bcafa87553cff2aea8732a30bb0f0013889a1da0697104a93593ee7f26b650cca966081591db1e174de4ca3e87d841a4da61ce199e82
+
SOURCE_HASH=sha512:9462c56bdf00066492dbd8050daf7203b761143886b46713489e0c6006907c644b9462b5bb70c8fda2f48e54516b7b26d9bf5fed9a0dd397fcba3ac5af92a39c
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/willthames/ansible-lint
LICENSE[0]=MIT
diff --git a/python-pypi/ansible-lint/HISTORY
b/python-pypi/ansible-lint/HISTORY
index 599ea26..a7259d9 100644
--- a/python-pypi/ansible-lint/HISTORY
+++ b/python-pypi/ansible-lint/HISTORY
@@ -1,3 +1,6 @@
+2017-02-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.4.10
+
2017-01-11 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.4.9

diff --git a/python-pypi/pycodestyle/DEPENDS b/python-pypi/pycodestyle/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/pycodestyle/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/pycodestyle/DETAILS b/python-pypi/pycodestyle/DETAILS
new file mode 100755
index 0000000..414babc
--- /dev/null
+++ b/python-pypi/pycodestyle/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pycodestyle
+ VERSION=2.3.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:276bc21b4e6898e379be88f3582135a21314460ad20d4b6c3e12825ac1a72082b2c08bb62099e704c3222f879a1098d0b305132fac1095aaa60ca239b9763a2d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://pycodestyle.readthedocs.io/
+ LICENSE[0]=MIT
+ ENTERED=20170202
+ KEYWORDS=""
+ SHORT="Python style guide checker"
+cat << EOF
+pycodestyle is a tool to check your Python code against some of the style
+conventions in PEP 8.
+EOF
diff --git a/python-pypi/pycodestyle/HISTORY b/python-pypi/pycodestyle/HISTORY
new file mode 100644
index 0000000..cd41cf7
--- /dev/null
+++ b/python-pypi/pycodestyle/HISTORY
@@ -0,0 +1,2 @@
+2017-02-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 2.3.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d88059632d12b72c05a502ec50212af2d6ab7d98), Vlad Glagolev, 02/02/2017

Archive powered by MHonArc 2.6.24.

Top of Page