* [Buildroot] [PATCH] python-scapy3k: new package
@ 2016-06-22 13:49 yegorslists at googlemail.com
2016-07-01 21:44 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: yegorslists at googlemail.com @ 2016-06-22 13:49 UTC (permalink / raw)
To: buildroot
From: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
package/Config.in | 1 +
package/python-scapy3k/Config.in | 9 +++++++++
package/python-scapy3k/python-scapy3k.hash | 2 ++
package/python-scapy3k/python-scapy3k.mk | 12 ++++++++++++
4 files changed, 24 insertions(+)
create mode 100644 package/python-scapy3k/Config.in
create mode 100644 package/python-scapy3k/python-scapy3k.hash
create mode 100644 package/python-scapy3k/python-scapy3k.mk
diff --git a/package/Config.in b/package/Config.in
index a2a02a8..d209059 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -747,6 +747,7 @@ menu "External python modules"
source "package/python-requests/Config.in"
source "package/python-rpi-gpio/Config.in"
source "package/python-rtslib-fb/Config.in"
+ source "package/python-scapy3k/Config.in"
source "package/python-sdnotify/Config.in"
source "package/python-serial/Config.in"
source "package/python-service-identity/Config.in"
diff --git a/package/python-scapy3k/Config.in b/package/python-scapy3k/Config.in
new file mode 100644
index 0000000..3e75fcd
--- /dev/null
+++ b/package/python-scapy3k/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_SCAPY3K
+ bool "python-scapy3k"
+ depends on BR2_PACKAGE_PYTHON3
+ select BR2_PACKAGE_PYTHON3_ZLIB
+ help
+ Network packet and pcap file crafting/sniffing/manipulation
+ security tool (based on scapy) with python3 compatibility.
+
+ https://github.com/phaethon/scapy
diff --git a/package/python-scapy3k/python-scapy3k.hash b/package/python-scapy3k/python-scapy3k.hash
new file mode 100644
index 0000000..36d5dfe
--- /dev/null
+++ b/package/python-scapy3k/python-scapy3k.hash
@@ -0,0 +1,2 @@
+# Locally computed:
+sha256 a4c68ef2f787d82a3aec8640cac8dbab6f5b9e31ae4d89a1877efbb9150a9e25 python-scapy3k-v0.18.tar.gz
diff --git a/package/python-scapy3k/python-scapy3k.mk b/package/python-scapy3k/python-scapy3k.mk
new file mode 100644
index 0000000..661cb9d
--- /dev/null
+++ b/package/python-scapy3k/python-scapy3k.mk
@@ -0,0 +1,12 @@
+################################################################################
+#
+# python-scapy3k
+#
+################################################################################
+
+PYTHON_SCAPY3K_VERSION = v0.18
+PYTHON_SCAPY3K_SITE = $(call github,phaethon,scapy,$(PYTHON_SCAPY3K_VERSION))
+PYTHON_SCAPY3K_SETUP_TYPE = distutils
+PYTHON_SCAPY3K_LICENSE = GPLv2+
+
+$(eval $(python-package))
--
2.8.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] python-scapy3k: new package
2016-06-22 13:49 [Buildroot] [PATCH] python-scapy3k: new package yegorslists at googlemail.com
@ 2016-07-01 21:44 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-07-01 21:44 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 22 Jun 2016 15:49:04 +0200, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
> package/Config.in | 1 +
> package/python-scapy3k/Config.in | 9 +++++++++
> package/python-scapy3k/python-scapy3k.hash | 2 ++
> package/python-scapy3k/python-scapy3k.mk | 12 ++++++++++++
> 4 files changed, 24 insertions(+)
> create mode 100644 package/python-scapy3k/Config.in
> create mode 100644 package/python-scapy3k/python-scapy3k.hash
> create mode 100644 package/python-scapy3k/python-scapy3k.mk
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-01 21:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-22 13:49 [Buildroot] [PATCH] python-scapy3k: new package yegorslists at googlemail.com
2016-07-01 21:44 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox