Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wfuzz: add python3-shodan
@ 2019-06-17 19:27 voidlinux-github
  2019-06-19  0:11 ` voidlinux-github
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-17 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is a new pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 3879 bytes --]

From d30bb884cd2a0ac7bde819f8766e0f085c127b16 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Mon, 17 Jun 2019 14:25:11 -0500
Subject: [PATCH] wfuzz: add python3-shodan

---
 srcpkgs/python3-XlsxWriter/template    | 19 +++++++++++++++++++
 srcpkgs/python3-click-plugins/template | 19 +++++++++++++++++++
 srcpkgs/python3-shodan/template        | 21 +++++++++++++++++++++
 srcpkgs/wfuzz/template                 |  4 ++--
 4 files changed, 61 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/python3-XlsxWriter/template
 create mode 100644 srcpkgs/python3-click-plugins/template
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..72e7968d067
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}
diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..38770f9d568
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs="noarch"
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}
diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..d47690e4f62
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs="noarch"
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+depends="python3"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
@ 2019-06-19  0:11 ` voidlinux-github
  2019-06-19 16:03 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-19  0:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/12514#issuecomment-503356968
Comment:
Please use one commit per add/change of a package.


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
  2019-06-19  0:11 ` voidlinux-github
@ 2019-06-19 16:03 ` voidlinux-github
  2019-06-19 16:03 ` voidlinux-github
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-19 16:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 4580 bytes --]

From 2089ae35e37f7e5925120ff4c3e038b6bb950d0c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/4] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..9db54eec0ad
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From a39213d3182469c2a4348dbe01589f709afe62ec Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/4] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..e6a9bf17432
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 4c1bb138992a715bf3826e14988cb843b177b018 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/4] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..d23e841af3a
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From 98276df08d7277cb42b44c8ef15759e3b96768bc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:01:08 -0500
Subject: [PATCH 4/4] wfuzz: add python3-shodan

---
 srcpkgs/wfuzz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
  2019-06-19  0:11 ` voidlinux-github
  2019-06-19 16:03 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-19 16:03 ` voidlinux-github
  2019-06-19 16:04 ` voidlinux-github
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-19 16:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 4580 bytes --]

From 2089ae35e37f7e5925120ff4c3e038b6bb950d0c Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/4] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..9db54eec0ad
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From a39213d3182469c2a4348dbe01589f709afe62ec Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/4] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..e6a9bf17432
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 4c1bb138992a715bf3826e14988cb843b177b018 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/4] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..d23e841af3a
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From 98276df08d7277cb42b44c8ef15759e3b96768bc Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:01:08 -0500
Subject: [PATCH 4/4] wfuzz: add python3-shodan

---
 srcpkgs/wfuzz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-19 16:03 ` voidlinux-github
@ 2019-06-19 16:04 ` voidlinux-github
  2019-06-25 13:44 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-19 16:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/12514#issuecomment-503625026
Comment:
Cleaned-up templates and added commits.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-25 13:44 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-25 13:44 ` voidlinux-github
  2019-06-27 17:19 ` voidlinux-github
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-25 13:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 5093 bytes --]

From 68f893d95e7dba97c2b714c3a6e2da2d0b57fa98 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/4] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..9db54eec0ad
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From ae9cca2d7e79eb569b0280cbab7b4922b1a29598 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/4] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..e6a9bf17432
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 406795f9836fef45354ea3e82f1d3cb3d937456d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/4] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..d23e841af3a
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From 4af9d701c04c9d8e04e78e4a7f99a50d03734535 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:01:08 -0500
Subject: [PATCH 4/4] wfuzz: add python3-shodan

---
 srcpkgs/python3-shodan/template | 1 +
 srcpkgs/wfuzz/template          | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index d23e841af3a..99fff569849 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -5,6 +5,7 @@ revision=1
 archs=noarch
 wrksrc="shodan-python-${version}"
 build_style=python3-module
+pycompile_module="shodan"
 hostmakedepends="python3-setuptools"
 depends="python3-click python3-click-plugins python3-colorama
  python3-requests python3-XlsxWriter"
diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-19 16:04 ` voidlinux-github
@ 2019-06-25 13:44 ` voidlinux-github
  2019-06-25 13:44 ` voidlinux-github
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-25 13:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 5093 bytes --]

From 68f893d95e7dba97c2b714c3a6e2da2d0b57fa98 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/4] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..9db54eec0ad
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From ae9cca2d7e79eb569b0280cbab7b4922b1a29598 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/4] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..e6a9bf17432
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 406795f9836fef45354ea3e82f1d3cb3d937456d Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/4] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..d23e841af3a
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From 4af9d701c04c9d8e04e78e4a7f99a50d03734535 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 11:01:08 -0500
Subject: [PATCH 4/4] wfuzz: add python3-shodan

---
 srcpkgs/python3-shodan/template | 1 +
 srcpkgs/wfuzz/template          | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
index d23e841af3a..99fff569849 100644
--- a/srcpkgs/python3-shodan/template
+++ b/srcpkgs/python3-shodan/template
@@ -5,6 +5,7 @@ revision=1
 archs=noarch
 wrksrc="shodan-python-${version}"
 build_style=python3-module
+pycompile_module="shodan"
 hostmakedepends="python3-setuptools"
 depends="python3-click python3-click-plugins python3-colorama
  python3-requests python3-XlsxWriter"
diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-25 13:44 ` voidlinux-github
@ 2019-06-27 17:19 ` voidlinux-github
  2019-06-27 17:19 ` voidlinux-github
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-27 17:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 6224 bytes --]

From 68f893d95e7dba97c2b714c3a6e2da2d0b57fa98 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/6] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..9db54eec0ad
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From ae9cca2d7e79eb569b0280cbab7b4922b1a29598 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/6] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..e6a9bf17432
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From faba0ba4beb03063186824708a0402bd4badd285 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/6] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..99fff569849
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+pycompile_module="shodan"
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From c5641eb4a44f7b1e872cbd38087a9d3ae48bcc10 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:16:57 -0500
Subject: [PATCH 4/6] fixup! New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index e6a9bf17432..ea68ced9a03 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -5,6 +5,7 @@ revision=1
 archs="noarch"
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
+pycompile_module="XlsxWriter"
 hostmakedepends="python3-setuptools"
 short_desc="Python3 module for creating Excel XLSX files"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"

From 0334f22f2d9f836daf07c9ac99b6483374112cb6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:17:19 -0500
Subject: [PATCH 5/6] fixup! New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 9db54eec0ad..cee484018d1 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -5,6 +5,7 @@ revision=1
 archs=noarch
 wrksrc="click-plugins-${version}"
 build_style=python3-module
+pycompile_module="click-plugins"
 hostmakedepends="python3-setuptools"
 depends="python3-click"
 short_desc="Python3-click module extension to register CLI commands"

From 774c844e6b85830f2adfe7d6f68347d38019f059 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:17:58 -0500
Subject: [PATCH 6/6] fixup! wfuzz: add python3-shodan

---
 srcpkgs/wfuzz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-27 17:19 ` voidlinux-github
@ 2019-06-27 17:19 ` voidlinux-github
  2019-06-27 17:23 ` voidlinux-github
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-27 17:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 6224 bytes --]

From 68f893d95e7dba97c2b714c3a6e2da2d0b57fa98 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/6] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..9db54eec0ad
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From ae9cca2d7e79eb569b0280cbab7b4922b1a29598 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/6] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..e6a9bf17432
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From faba0ba4beb03063186824708a0402bd4badd285 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/6] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..99fff569849
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+pycompile_module="shodan"
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From c5641eb4a44f7b1e872cbd38087a9d3ae48bcc10 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:16:57 -0500
Subject: [PATCH 4/6] fixup! New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index e6a9bf17432..ea68ced9a03 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -5,6 +5,7 @@ revision=1
 archs="noarch"
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
+pycompile_module="XlsxWriter"
 hostmakedepends="python3-setuptools"
 short_desc="Python3 module for creating Excel XLSX files"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"

From 0334f22f2d9f836daf07c9ac99b6483374112cb6 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:17:19 -0500
Subject: [PATCH 5/6] fixup! New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
index 9db54eec0ad..cee484018d1 100644
--- a/srcpkgs/python3-click-plugins/template
+++ b/srcpkgs/python3-click-plugins/template
@@ -5,6 +5,7 @@ revision=1
 archs=noarch
 wrksrc="click-plugins-${version}"
 build_style=python3-module
+pycompile_module="click-plugins"
 hostmakedepends="python3-setuptools"
 depends="python3-click"
 short_desc="Python3-click module extension to register CLI commands"

From 774c844e6b85830f2adfe7d6f68347d38019f059 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:17:58 -0500
Subject: [PATCH 6/6] fixup! wfuzz: add python3-shodan

---
 srcpkgs/wfuzz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-27 17:19 ` voidlinux-github
@ 2019-06-27 17:23 ` voidlinux-github
  2019-06-27 17:23 ` voidlinux-github
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-27 17:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 4682 bytes --]

From bc44b8dd82ea93480c437bc8b8bc8b8c66b40507 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/4] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..cee484018d1
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+pycompile_module="click-plugins"
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 57a66c892438d70ea6f0b89e97032c652bf8c37a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/4] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..ea68ced9a03
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+pycompile_module="XlsxWriter"
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8efb790ed203fe3a454efa2b7139b14d42f9c710 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/4] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..99fff569849
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+pycompile_module="shodan"
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From 41ec7363c3c3d4c442bdb08064d2d04ac3475831 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:17:58 -0500
Subject: [PATCH 4/4] fixup! wfuzz: add python3-shodan

---
 srcpkgs/wfuzz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-27 17:23 ` voidlinux-github
@ 2019-06-27 17:23 ` voidlinux-github
  2019-06-27 17:25 ` voidlinux-github
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-27 17:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 4682 bytes --]

From bc44b8dd82ea93480c437bc8b8bc8b8c66b40507 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/4] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..cee484018d1
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+pycompile_module="click-plugins"
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 57a66c892438d70ea6f0b89e97032c652bf8c37a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/4] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..ea68ced9a03
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+pycompile_module="XlsxWriter"
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8efb790ed203fe3a454efa2b7139b14d42f9c710 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/4] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..99fff569849
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+pycompile_module="shodan"
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From 41ec7363c3c3d4c442bdb08064d2d04ac3475831 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:17:58 -0500
Subject: [PATCH 4/4] fixup! wfuzz: add python3-shodan

---
 srcpkgs/wfuzz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-27 17:25 ` voidlinux-github
@ 2019-06-27 17:25 ` voidlinux-github
  2019-06-27 21:34 ` voidlinux-github
  2019-06-29  6:55 ` [PR PATCH] [Merged]: " voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-27 17:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 4675 bytes --]

From bc44b8dd82ea93480c437bc8b8bc8b8c66b40507 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/4] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..cee484018d1
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+pycompile_module="click-plugins"
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 57a66c892438d70ea6f0b89e97032c652bf8c37a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/4] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..ea68ced9a03
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+pycompile_module="XlsxWriter"
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8efb790ed203fe3a454efa2b7139b14d42f9c710 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/4] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..99fff569849
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+pycompile_module="shodan"
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From 0e9363201702d22ea338238dc64a15ab9f1a8016 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:17:58 -0500
Subject: [PATCH 4/4] wfuzz: add python3-shodan

---
 srcpkgs/wfuzz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-27 17:23 ` voidlinux-github
@ 2019-06-27 17:25 ` voidlinux-github
  2019-06-27 17:25 ` voidlinux-github
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-27 17:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is an updated pull request by misuchiru03 against master on the void-packages repository

https://github.com/misuchiru03/void-packages wfuzz-update
https://github.com/void-linux/void-packages/pull/12514

wfuzz: add python3-shodan


A patch file from https://github.com/void-linux/void-packages/pull/12514.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wfuzz-update-12514.patch --]
[-- Type: application/text/x-diff, Size: 4675 bytes --]

From bc44b8dd82ea93480c437bc8b8bc8b8c66b40507 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:52:55 -0500
Subject: [PATCH 1/4] New package: python3-click-plugins-1.1.1

---
 srcpkgs/python3-click-plugins/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-click-plugins/template

diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template
new file mode 100644
index 00000000000..cee484018d1
--- /dev/null
+++ b/srcpkgs/python3-click-plugins/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-click-plugins'
+pkgname=python3-click-plugins
+version=1.1.1
+revision=1
+archs=noarch
+wrksrc="click-plugins-${version}"
+build_style=python3-module
+pycompile_module="click-plugins"
+hostmakedepends="python3-setuptools"
+depends="python3-click"
+short_desc="Python3-click module extension to register CLI commands"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/click-plugins"
+distfiles="${PYPI_SITE}/c/click-plugins/click-plugins-${version}.tar.gz"
+checksum=46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 57a66c892438d70ea6f0b89e97032c652bf8c37a Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:58:17 -0500
Subject: [PATCH 2/4] New package: python3-XlsxWriter-1.1.8

---
 srcpkgs/python3-XlsxWriter/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-XlsxWriter/template

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
new file mode 100644
index 00000000000..ea68ced9a03
--- /dev/null
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-XlsxWriter'
+pkgname=python3-XlsxWriter
+version=1.1.8
+revision=1
+archs="noarch"
+wrksrc="XlsxWriter-RELEASE_${version}"
+build_style=python3-module
+pycompile_module="XlsxWriter"
+hostmakedepends="python3-setuptools"
+short_desc="Python3 module for creating Excel XLSX files"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://xlsxwriter.readthedocs.io/"
+distfiles="https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${version}.tar.gz"
+checksum=b9311ec075693be4c0bc6ebbe292bbdac21399f863cb0c4e55100a561d67a56d
+
+post_install() {
+	vlicense LICENSE.txt
+}

From 8efb790ed203fe3a454efa2b7139b14d42f9c710 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Wed, 19 Jun 2019 10:59:58 -0500
Subject: [PATCH 3/4] New package: python3-shodan-1.12.1

---
 srcpkgs/python3-shodan/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-shodan/template

diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template
new file mode 100644
index 00000000000..99fff569849
--- /dev/null
+++ b/srcpkgs/python3-shodan/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-shodan'
+pkgname=python3-shodan
+version=1.12.1
+revision=1
+archs=noarch
+wrksrc="shodan-python-${version}"
+build_style=python3-module
+pycompile_module="shodan"
+hostmakedepends="python3-setuptools"
+depends="python3-click python3-click-plugins python3-colorama
+ python3-requests python3-XlsxWriter"
+short_desc="Python library and CLI for Shodan"
+maintainer="Alex Childs <misuchiru03+void@gmail.com>"
+license="MIT"
+homepage="https://developer.shodan.io"
+distfiles="https://github.com/achillean/shodan-python/archive/${version}.tar.gz"
+checksum=c8e935fe4262d4267127aa9ec1f1924197853fdf5f26b477c6c8add1ad11a758
+
+post_install() {
+	vlicense LICENSE
+}

From 0e9363201702d22ea338238dc64a15ab9f1a8016 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Thu, 27 Jun 2019 12:17:58 -0500
Subject: [PATCH 4/4] wfuzz: add python3-shodan

---
 srcpkgs/wfuzz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index a20ac1afef5..b03c1f28add 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,13 +1,13 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=2.4
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 pycompile_module="wfuzz"
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six"
+ python3-parsing python3-six python3-shodan"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (11 preceding siblings ...)
  2019-06-27 17:25 ` voidlinux-github
@ 2019-06-27 21:34 ` voidlinux-github
  2019-06-29  6:55 ` [PR PATCH] [Merged]: " voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-27 21:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/12514#issuecomment-506520173
Comment:
Added `pycompile_module` to each

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PR PATCH] [Merged]: wfuzz: add python3-shodan
  2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
                   ` (12 preceding siblings ...)
  2019-06-27 21:34 ` voidlinux-github
@ 2019-06-29  6:55 ` voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-06-29  6:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

wfuzz: add python3-shodan
https://github.com/void-linux/void-packages/pull/12514
Description: 

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-06-29  6:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 19:27 [PR PATCH] wfuzz: add python3-shodan voidlinux-github
2019-06-19  0:11 ` voidlinux-github
2019-06-19 16:03 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-19 16:03 ` voidlinux-github
2019-06-19 16:04 ` voidlinux-github
2019-06-25 13:44 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-25 13:44 ` voidlinux-github
2019-06-27 17:19 ` voidlinux-github
2019-06-27 17:19 ` voidlinux-github
2019-06-27 17:23 ` voidlinux-github
2019-06-27 17:23 ` voidlinux-github
2019-06-27 17:25 ` voidlinux-github
2019-06-27 17:25 ` voidlinux-github
2019-06-27 21:34 ` voidlinux-github
2019-06-29  6:55 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).