summaryrefslogtreecommitdiff
path: root/homebrew/pycodestyle
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pycodestyle')
-rw-r--r--homebrew/pycodestyle/.beer16
-rw-r--r--homebrew/pycodestyle/.make.sh-auto2
-rw-r--r--homebrew/pycodestyle/_metadata/description1
-rw-r--r--homebrew/pycodestyle/_metadata/homepage1
-rw-r--r--homebrew/pycodestyle/_metadata/name1
-rw-r--r--homebrew/pycodestyle/_metadata/version1
-rwxr-xr-xhomebrew/pycodestyle/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/pycodestyle/.beer b/homebrew/pycodestyle/.beer
new file mode 100644
index 000000000..547ce0bf1
--- /dev/null
+++ b/homebrew/pycodestyle/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "Pycodestyle",
+ "description": "Simple Python style checker in one Python file",
+ "url": "https://github.com/PyCQA/pycodestyle/archive/2.5.0.tar.gz",
+ "mirror": null,
+ "homepage": "http://pycodestyle.pycqa.org",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"pycodestyle.py\" => \"pycodestyle\""
+ ],
+ "version": "2.5.0",
+ "file": "pycodestyle.rb"
+} \ No newline at end of file
diff --git a/homebrew/pycodestyle/.make.sh-auto b/homebrew/pycodestyle/.make.sh-auto
new file mode 100644
index 000000000..d0556a457
--- /dev/null
+++ b/homebrew/pycodestyle/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bin.install "pycodestyle.py" => "pycodestyle"
diff --git a/homebrew/pycodestyle/_metadata/description b/homebrew/pycodestyle/_metadata/description
new file mode 100644
index 000000000..f6f73ab48
--- /dev/null
+++ b/homebrew/pycodestyle/_metadata/description
@@ -0,0 +1 @@
+Simple Python style checker in one Python file
diff --git a/homebrew/pycodestyle/_metadata/homepage b/homebrew/pycodestyle/_metadata/homepage
new file mode 100644
index 000000000..5b33bd208
--- /dev/null
+++ b/homebrew/pycodestyle/_metadata/homepage
@@ -0,0 +1 @@
+http://pycodestyle.pycqa.org
diff --git a/homebrew/pycodestyle/_metadata/name b/homebrew/pycodestyle/_metadata/name
new file mode 100644
index 000000000..054c17603
--- /dev/null
+++ b/homebrew/pycodestyle/_metadata/name
@@ -0,0 +1 @@
+Pycodestyle
diff --git a/homebrew/pycodestyle/_metadata/version b/homebrew/pycodestyle/_metadata/version
new file mode 100644
index 000000000..437459cd9
--- /dev/null
+++ b/homebrew/pycodestyle/_metadata/version
@@ -0,0 +1 @@
+2.5.0
diff --git a/homebrew/pycodestyle/download.sh b/homebrew/pycodestyle/download.sh
new file mode 100755
index 000000000..f1e889008
--- /dev/null
+++ b/homebrew/pycodestyle/download.sh
@@ -0,0 +1 @@
+wget https://github.com/PyCQA/pycodestyle/archive/2.5.0.tar.gz \ No newline at end of file