Skip to content
Snippets Groups Projects
Verified Commit 7d5a2ded authored by Jelle van der Waa's avatar Jelle van der Waa 🚧
Browse files

upgpkg: 2.5.0-5: Rebuild with Python 3.12

parent 404df19d
No related branches found
Tags 2.5.0-5
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = scapy
pkgdesc = Powerful interactive packet manipulation program written in Python
pkgver = 2.5.0
pkgrel = 5
url = http://www.secdev.org/projects/scapy/
arch = any
license = GPL2
checkdepends = python-cryptography
checkdepends = python-pyx
checkdepends = python-matplotlib
checkdepends = graphviz
checkdepends = sox
makedepends = tcpdump
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-sphinx
source = https://github.com/secdev/scapy/archive/v2.5.0/scapy-2.5.0.tar.gz
sha256sums = 5669fdf6a11b6ef7400716690016ffb9dcb6d984d560a63b87c7fad082ff6c3c
sha512sums = 368f12246047f4b12411e3bfd9b772150d27848b3b1434cd9cc55ca2349320d14f2641d5c219c33231e9f86ced7c491cd52c362a76e2d524f407e8210c57b7bf
pkgname = scapy
pkgdesc = Powerful interactive packet manipulation program written in Python (tools)
depends = python
depends = python-scapy
pkgname = python-scapy
pkgdesc = Powerful interactive packet manipulation program written in Python (library)
depends = tcpdump
depends = python
optdepends = python-cryptography: WEP, IPsec and SSL/TLS support
optdepends = python-pyx: psdump() and pdfdump() functions
optdepends = python-matplotlib: plotting support
optdepends = graphviz: conversations() method support
optdepends = sox: for VOIP support
optdepends = python-prompt_toolkit: expore function
......@@ -6,7 +6,7 @@
pkgbase=scapy
pkgname=('scapy' 'python-scapy')
pkgver=2.5.0
pkgrel=4
pkgrel=5
pkgdesc='Powerful interactive packet manipulation program written in Python'
url='http://www.secdev.org/projects/scapy/'
arch=('any')
......@@ -22,8 +22,8 @@ makedepends=(
checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib'
'graphviz' 'sox')
source=(https://github.com/secdev/scapy/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('97c3f6c9258eeaa609e3ccab62531670b425713dd17c0415f512201c2b8cc82e')
sha512sums=('4e5cacff0bbf6fd991ea24f4680049d042082fae4b349c8082078e6f01b38c09bb5c8276bfba15d4a88a1eb5af92c505848ec98556b10eecbd803f134a5b244a')
sha256sums=('5669fdf6a11b6ef7400716690016ffb9dcb6d984d560a63b87c7fad082ff6c3c')
sha512sums=('368f12246047f4b12411e3bfd9b772150d27848b3b1434cd9cc55ca2349320d14f2641d5c219c33231e9f86ced7c491cd52c362a76e2d524f407e8210c57b7bf')
build() {
cd ${pkgbase}-${pkgver}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment