Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bdbb0d3fcf6823a0fa7d8b9e40f84e9fa3b3e92c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bdbb0d3fcf6823a0fa7d8b9e40f84e9fa3b3e92c)
  • Date: Fri, 25 Aug 2017 19:57:26 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit bdbb0d3fcf6823a0fa7d8b9e40f84e9fa3b3e92c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pep8: new spell, Python style guide checker

diff --git a/ChangeLog b/ChangeLog
index bb0b682..7764035 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
and monkey patching
* python-pypi/lazy-object-proxy: new spell, A fast and thorough
lazy object proxy
+ * python-pypi/pep8: new spell, Python style guide checker

2017-08-23 Pavel Vinogradov <public AT sourcemage.org>
* libs/tinyxml1: added old version of tinyxml
diff --git a/python-pypi/pep8/DEPENDS b/python-pypi/pep8/DEPENDS
new file mode 100755
index 0000000..e4ea57a
--- /dev/null
+++ b/python-pypi/pep8/DEPENDS
@@ -0,0 +1 @@
+depends PYTHON
diff --git a/python-pypi/pep8/DETAILS b/python-pypi/pep8/DETAILS
new file mode 100755
index 0000000..7059a83
--- /dev/null
+++ b/python-pypi/pep8/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pep8
+ VERSION=1.7.0
+
VX=3e/b5/1f717b85fbf5d43d81e3c603a7a2f64c9f1dabc69a1e7745bd394cc06404
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/$VX/$SOURCE
+
SOURCE_HASH=sha512:0077dac97846fe3a5fc654cd3ce8578845cf3b93ee097a3ae6ff2db4ae0797ad5766c69f036d6a5add786eb929a9beb6d657ab693227b8df2ba46ec0f9284b0a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://pep8.readthedocs.org/";
+ LICENSE[0]="Expat"
+ ENTERED=20170825
+ KEYWORDS=""
+ SHORT="Python style guide checker"
+cat << EOF
+pep8 is a tool to check your Python code against some of the style
conventions
+in PEP 8.
+EOF
diff --git a/python-pypi/pep8/HISTORY b/python-pypi/pep8/HISTORY
new file mode 100644
index 0000000..4183436
--- /dev/null
+++ b/python-pypi/pep8/HISTORY
@@ -0,0 +1,2 @@
+2017-08-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bdbb0d3fcf6823a0fa7d8b9e40f84e9fa3b3e92c), Ismael Luceno, 08/25/2017

Archive powered by MHonArc 2.6.24.

Top of Page