~alpine/aports

community/scapy: update optional package instructions v2 REJECTED

Edd Salkield: 1
 community/scapy: update optional package instructions

 2 files changed, 6 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3958/mbox | git am -3
Learn more about email & git

[PATCH v2] community/scapy: update optional package instructions Export this patch

---
 community/scapy/APKBUILD           | 2 +-
 community/scapy/scapy.post-install | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/community/scapy/APKBUILD b/community/scapy/APKBUILD
index beeee2f539..349915370b 100644
--- a/community/scapy/APKBUILD
+++ b/community/scapy/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=scapy
pkgver=2.4.5
pkgrel=1
pkgrel=2
pkgdesc="Powerful interactive packet manipulation"
url="https://scapy.net/"
arch="noarch"
diff --git a/community/scapy/scapy.post-install b/community/scapy/scapy.post-install
index 9f2247aabe..f61076a6c6 100644
--- a/community/scapy/scapy.post-install
+++ b/community/scapy/scapy.post-install
@@ -1,8 +1,11 @@
#!/bin/sh

echo "*" >&2
echo "* If you want to use scapy to his full potential, please do:" >&2
echo "*     apk add  py-crypto py-gnuplot pyx tcpdump sox graphviz graphviz ebtables" >&2
echo "* Certain optional features of scapy also depend on the following packages:" >&2
echo "*     py3-matplotlib graphviz imagemagick py3-cryptography sox" >&2
echo "* And the following unpackaged dependencies:" >&2
echo "*     pyxi vpython-jupyter nmap<v4.23" >&2
echo "* More information can be found at https://scapy.readthedocs.io/en/latest/installation.html#optional-dependencies" >&2
echo "*" >&2

exit 0
-- 
2.35.1
merged in https://gitlab.alpinelinux.org/alpine/aports/-/commit/70c5ef690c2345f472fd1c3b50eff6ca1b6ad66b

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/31404#note_218844