Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] wfuzz: add python3-shodan
Date: Thu, 27 Jun 2019 19:19:47 +0200	[thread overview]
Message-ID: <20190627171947.iTDOpbDKBOF_V541EWwJ0EkqQAv-vFHFpGJhPGgHpIg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12514@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2019-06-27 17:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-17 19:27 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190627171947.iTDOpbDKBOF_V541EWwJ0EkqQAv-vFHFpGJhPGgHpIg@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).