[arch-commits] Commit in scapy3k/trunk (PKGBUILD)

2018-07-29 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 29, 2018 @ 18:51:38
  Author: foutrelis
Revision: 364879

Python 3.7 rebuild

Modified:
  scapy3k/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-29 18:23:45 UTC (rev 364878)
+++ PKGBUILD2018-07-29 18:51:38 UTC (rev 364879)
@@ -1,9 +1,9 @@
 # Maintainer: Levente Polyak 
 
 pkgname=scapy3k
-_pkgname=scapy
-pkgver=0.23
-pkgrel=2
+_pkgname=scapy-python3
+pkgver=0.25
+pkgrel=1
 pkgdesc='Powerful interactive packet manipulation program (based on scapy) 
written in Python'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
@@ -17,9 +17,9 @@
 conflicts=('scapy')
 arch=('any')
 license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha256sums=('b4cd88724f2c4ce3af11f98af89dc118e180bb7b462e0d4bedd493b3f6813a2d')
-sha512sums=('2c341bc0459024311b1724cd6ee2d05651197b413c9b79f9bd2b4d60feb8baead1991c7c7dd1c229f3f06ff2901c5c50de15bac1d4fd367e6969fd9053649418')
+source=(https://pypi.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('2ae1b3bd9759844e830a6cc3ba11c3f25b08433a8ee3e7eddc08224905e5ef2b')
+sha512sums=('74cb8149e843962394425aec54f3aecc894c8d003efd6eb3d1a7ca0dea760cc30ed8fe7f08769c3dc2f959a32169adccf97006571c6f450cb678e624ac68da3d')
 
 prepare() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in scapy3k/trunk (PKGBUILD)

2018-04-05 Thread Levente Polyak via arch-commits
Date: Thursday, April 5, 2018 @ 22:07:54
  Author: anthraxx
Revision: 314527

upgpkg: scapy3k 0.23-2 (adding conflicts to scapy)

scapy is python3 now therefor adding a conflicts

Modified:
  scapy3k/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 22:01:57 UTC (rev 314526)
+++ PKGBUILD2018-04-05 22:07:54 UTC (rev 314527)
@@ -3,8 +3,8 @@
 pkgname=scapy3k
 _pkgname=scapy
 pkgver=0.23
-pkgrel=1
-pkgdesc='Powerful interactive packet manipulation program written in Python 3'
+pkgrel=2
+pkgdesc='Powerful interactive packet manipulation program (based on scapy) 
written in Python'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
 optdepends=('python-cryptography: WEP decryption, IPsec and certificate 
support'
@@ -14,6 +14,7 @@
 'graphviz: conversations() method support'
 'sox: for VOIP support')
 checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
+conflicts=('scapy')
 arch=('any')
 license=('GPL2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
@@ -35,8 +36,8 @@
 
 check() {
   cd ${_pkgname}-${pkgver}/test
-  # skip tests as they hang
-  # ./run_tests -t regression.uts -K netaccess
+  # Run only main tests, without network access
+  #./run_tests -K netaccess -F
 }
 
 package() {


[arch-commits] Commit in scapy3k/trunk (PKGBUILD)

2017-11-26 Thread Levente Polyak via arch-commits
Date: Sunday, November 26, 2017 @ 22:35:33
  Author: anthraxx
Revision: 269086

upgpkg: scapy3k 0.23-1

Modified:
  scapy3k/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 22:23:38 UTC (rev 269085)
+++ PKGBUILD2017-11-26 22:35:33 UTC (rev 269086)
@@ -2,7 +2,7 @@
 
 pkgname=scapy3k
 _pkgname=scapy
-pkgver=0.22
+pkgver=0.23
 pkgrel=1
 pkgdesc='Powerful interactive packet manipulation program written in Python 3'
 url='https://github.com/phaethon/scapy'
@@ -17,8 +17,8 @@
 arch=('any')
 license=('GPL2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha256sums=('257144ee72b6f40372d0fd7bf6dbe8743bdfa82805846ef88c25f4963286d153')
-sha512sums=('e3c85254bf11cec890e26ec5a459b206771f34cd7a8e7a890c19578dbe6ac9854d6403e0f49d72cd0223e7244a82cb000b0ec512a0f6118b0bddc0fa6a24a0f2')
+sha256sums=('b4cd88724f2c4ce3af11f98af89dc118e180bb7b462e0d4bedd493b3f6813a2d')
+sha512sums=('2c341bc0459024311b1724cd6ee2d05651197b413c9b79f9bd2b4d60feb8baead1991c7c7dd1c229f3f06ff2901c5c50de15bac1d4fd367e6969fd9053649418')
 
 prepare() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in scapy3k/trunk (PKGBUILD)

2017-11-10 Thread Levente Polyak
Date: Friday, November 10, 2017 @ 21:56:59
  Author: anthraxx
Revision: 266187

upgpkg: scapy3k 0.22-1

Modified:
  scapy3k/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-10 21:55:11 UTC (rev 266186)
+++ PKGBUILD2017-11-10 21:56:59 UTC (rev 266187)
@@ -2,8 +2,8 @@
 
 pkgname=scapy3k
 _pkgname=scapy
-pkgver=0.21
-pkgrel=2
+pkgver=0.22
+pkgrel=1
 pkgdesc='Powerful interactive packet manipulation program written in Python 3'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
@@ -17,8 +17,8 @@
 arch=('any')
 license=('GPL2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha256sums=('23468d89024ba3179bbf9ab9f58ca192a21a8803ee8d9131f6baecbae2556f56')
-sha512sums=('24d091db701eeabf55f5f4c3c7314be414c4d221f7e8d20c781fe015765dca4b22b20022fa4059053eed44d5e1a3a34c98f418324a7a3a5a74f0f869a3016be1')
+sha256sums=('257144ee72b6f40372d0fd7bf6dbe8743bdfa82805846ef88c25f4963286d153')
+sha512sums=('e3c85254bf11cec890e26ec5a459b206771f34cd7a8e7a890c19578dbe6ac9854d6403e0f49d72cd0223e7244a82cb000b0ec512a0f6118b0bddc0fa6a24a0f2')
 
 prepare() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in scapy3k/trunk (PKGBUILD)

2017-10-05 Thread Levente Polyak
Date: Thursday, October 5, 2017 @ 17:09:11
  Author: anthraxx
Revision: 261781

upgpkg: scapy3k 0.21-2

Modified:
  scapy3k/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-05 17:05:10 UTC (rev 261780)
+++ PKGBUILD2017-10-05 17:09:11 UTC (rev 261781)
@@ -3,17 +3,17 @@
 pkgname=scapy3k
 _pkgname=scapy
 pkgver=0.21
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful interactive packet manipulation program written in Python 3'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
-optdepends=('python-crypto: WEP decryption support'
+optdepends=('python-cryptography: WEP decryption, IPsec and certificate 
support'
 'python-pyx: psdump() and pdfdump() functions'
 'python-matplotlib: plotting support'
 'python-netifaces: network interface information support'
 'graphviz: conversations() method support'
 'sox: for VOIP support')
-checkdepends=('python-crypto' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
+checkdepends=('python-cryptography' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
 arch=('any')
 license=('GPL2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
@@ -35,8 +35,8 @@
 
 check() {
   cd ${_pkgname}-${pkgver}/test
-  # Disabled tests as they currently hang
-  #./run_tests
+  # skip tests as they hang
+  # ./run_tests -t regression.uts -K netaccess
 }
 
 package() {


[arch-commits] Commit in scapy3k/trunk (PKGBUILD)

2017-05-30 Thread Levente Polyak
Date: Tuesday, May 30, 2017 @ 16:07:40
  Author: anthraxx
Revision: 231309

upgpkg: scapy3k 0.21-1

Modified:
  scapy3k/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 16:07:07 UTC (rev 231308)
+++ PKGBUILD2017-05-30 16:07:40 UTC (rev 231309)
@@ -2,8 +2,8 @@
 
 pkgname=scapy3k
 _pkgname=scapy
-pkgver=0.19
-pkgrel=2
+pkgver=0.21
+pkgrel=1
 pkgdesc='Powerful interactive packet manipulation program written in Python 3'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
@@ -16,8 +16,9 @@
 checkdepends=('python-crypto' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
 arch=('any')
 license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/${pkgver}.tar.gz)
-sha512sums=('94b7d4356858ddf36eb065a31e69e4c29170e212c3a77ca064511fbb111e412a70a3b31a229a4430c79b9de13f98c676ab3176efb1b8935da20ed599fdce3c64')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
+sha256sums=('23468d89024ba3179bbf9ab9f58ca192a21a8803ee8d9131f6baecbae2556f56')
+sha512sums=('24d091db701eeabf55f5f4c3c7314be414c4d221f7e8d20c781fe015765dca4b22b20022fa4059053eed44d5e1a3a34c98f418324a7a3a5a74f0f869a3016be1')
 
 prepare() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in scapy3k/trunk (PKGBUILD)

2016-12-26 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 07:58:19
  Author: felixonmars
Revision: 203001

Python 3.6 rebuild

Modified:
  scapy3k/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 07:57:46 UTC (rev 203000)
+++ PKGBUILD2016-12-27 07:58:19 UTC (rev 203001)
@@ -3,7 +3,7 @@
 pkgname=scapy3k
 _pkgname=scapy
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful interactive packet manipulation program written in Python 3'
 url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )


[arch-commits] Commit in scapy3k/trunk (PKGBUILD)

2016-12-18 Thread Levente Polyak
Date: Sunday, December 18, 2016 @ 19:33:49
  Author: anthraxx
Revision: 200202

upgpkg: scapy3k 0.19-1

Modified:
  scapy3k/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-18 18:52:41 UTC (rev 200201)
+++ PKGBUILD2016-12-18 19:33:49 UTC (rev 200202)
@@ -2,21 +2,22 @@
 
 pkgname=scapy3k
 _pkgname=scapy
-pkgver=0.18
+pkgver=0.19
 pkgrel=1
-pkgdesc="A powerful interactive packet manipulation program written in Python"
-url="https://github.com/phaethon/scapy;
+pkgdesc='Powerful interactive packet manipulation program written in Python 3'
+url='https://github.com/phaethon/scapy'
 depends=('tcpdump' 'python' )
 optdepends=('python-crypto: WEP decryption support'
 'python-pyx: psdump() and pdfdump() functions'
-'python-gnuplot: plotting support'
+'python-matplotlib: plotting support'
+'python-netifaces: network interface information support'
 'graphviz: conversations() method support'
 'sox: for VOIP support')
-checkdepends=('python-crypto' 'python-pyx' 'python-gnuplot' 'graphviz' 'sox')
+checkdepends=('python-crypto' 'python-pyx' 'python-matplotlib' 
'python-netifaces' 'graphviz' 'sox')
 arch=('any')
 license=('GPL2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/v${pkgver}.tar.gz)
-sha512sums=('1ba8c606156e663001a7f19805f0a41b6415d9c78840ba2009726a6a9b01bdf6f90e6b13a4473201174ee097579a3c10a708ae56b10adde14ffce1a0054fce30')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phaethon/scapy/archive/${pkgver}.tar.gz)
+sha512sums=('94b7d4356858ddf36eb065a31e69e4c29170e212c3a77ca064511fbb111e412a70a3b31a229a4430c79b9de13f98c676ab3176efb1b8935da20ed599fdce3c64')
 
 prepare() {
   cd ${_pkgname}-${pkgver}