Skip to Content.
Sympa Menu

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

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 (54d7082e8b805ce1ed1f6821412ed77f904cb16d)
  • Date: Tue, 15 Aug 2023 21:27:10 +0000

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

ChangeLog | 3 +++
python-pypi/flake8/DEPENDS | 4 ++++
python-pypi/flake8/DETAILS | 21 +++++++++++++++++++++
python-pypi/flake8/HISTORY | 2 ++
4 files changed, 30 insertions(+)

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

flake8: new spell, python code style checker

diff --git a/ChangeLog b/ChangeLog
index c04e1a7..be3f9f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-08-15 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/flake8: new spell, python code style checker
+
2023-08-10 Conner Clere <xenanthropy AT sourcemage.org>
* wm-addons/fuzzel: new spell, application launcher for wlroots-based
compositors
diff --git a/python-pypi/flake8/DEPENDS b/python-pypi/flake8/DEPENDS
new file mode 100755
index 0000000..ce6287d
--- /dev/null
+++ b/python-pypi/flake8/DEPENDS
@@ -0,0 +1,4 @@
+depends mccabe &&
+depends pycodestyle &&
+depends pyflakes &&
+depends python3
diff --git a/python-pypi/flake8/DETAILS b/python-pypi/flake8/DETAILS
new file mode 100755
index 0000000..5dda235
--- /dev/null
+++ b/python-pypi/flake8/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=flake8
+ VERSION=6.1.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/PyCQA/$SPELL/archive/refs/tags/$VERSION.tar.gz
+
SOURCE_HASH=sha512:a44d245b023acbb89e64071f6cb76f5543e538472a8815fa329a3b3671133cc6f96f246d83877a2a9ac91c32ecdf65858f8edf996efba77906af74b1632b74c8
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/pycqa/flake8";
+ LICENSE[0]="MIT"
+ ENTERED=20230815
+ KEYWORDS=""
+ SHORT="python code style checker"
+cat << EOF
+Flake8 is a wrapper around these tools:
+
+* PyFlakes
+* pycodestyle
+* Ned Batchelder's McCabe script
+
+Flake8 runs all the tools by launching the single flake8 command. It displays
+the warnings in a per-file, merged output.
+EOF
diff --git a/python-pypi/flake8/HISTORY b/python-pypi/flake8/HISTORY
new file mode 100644
index 0000000..fe8e2c6
--- /dev/null
+++ b/python-pypi/flake8/HISTORY
@@ -0,0 +1,2 @@
+2023-08-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (54d7082e8b805ce1ed1f6821412ed77f904cb16d), Ismael Luceno, 08/15/2023

Archive powered by MHonArc 2.6.24.

Top of Page