Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
kamene


Commits:
083e2796 by Christian Heusel at 2024-04-08T11:14:50+02:00
upgpkg: 0.32-6: Rebuild for python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,28 @@
+pkgbase = kamene
+       pkgdesc = Powerful interactive packet manipulation program (based on 
scapy) written in Python
+       pkgver = 0.32
+       pkgrel = 6
+       url = https://github.com/phaethon/kamene
+       arch = any
+       license = GPL2
+       checkdepends = python-cryptography
+       checkdepends = python-pyx
+       checkdepends = python-matplotlib
+       checkdepends = python-netifaces
+       checkdepends = graphviz
+       checkdepends = sox
+       makedepends = python-setuptools
+       depends = tcpdump
+       depends = python
+       optdepends = python-cryptography: WEP decryption, IPsec and certificate 
support
+       optdepends = python-pyx: psdump() and pdfdump() functions
+       optdepends = python-matplotlib: plotting support
+       optdepends = python-netifaces: network interface information support
+       optdepends = graphviz: conversations() method support
+       optdepends = sox: for VOIP support
+       replaces = scapy3k
+       source = 
kamene-0.32.tar.gz::https://github.com/phaethon/kamene/archive/v0.32.tar.gz
+       sha256sums = 
8254333ddc1404ee2bcd73c4a2c23e4f9c59320738610512f23ea3dad3cde28d
+       sha512sums = 
ba0e7ceb41e0687a8b8deb743f4cc8dc00021200ae028faac0afc3a1f202ac2c2cfdc7ebd7ea6ab3af4790e8393c9d1ed5b8f80f16bf0783e5058f29d2038ea6
+
+pkgname = kamene


=====================================
PKGBUILD
=====================================
@@ -2,10 +2,10 @@
 
 pkgname=kamene
 pkgver=0.32
-pkgrel=5
+pkgrel=6
 pkgdesc='Powerful interactive packet manipulation program (based on scapy) 
written in Python'
 url='https://github.com/phaethon/kamene'
-depends=('tcpdump' 'python' )
+depends=('tcpdump' 'python')
 optdepends=('python-cryptography: WEP decryption, IPsec and certificate 
support'
             'python-pyx: psdump() and pdfdump() functions'
             'python-matplotlib: plotting support'
@@ -13,6 +13,7 @@ optdepends=('python-cryptography: WEP decryption, IPsec and 
certificate support'
             'graphviz: conversations() method support'
             'sox: for VOIP support')
 checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
+makedepends=('python-setuptools')
 replaces=('scapy3k')
 arch=('any')
 license=('GPL2')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kamene/-/commit/083e27967c931d28f68f0dfbf561abf74ceb8289

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kamene/-/commit/083e27967c931d28f68f0dfbf561abf74ceb8289
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to