summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre LALET2019-03-13 10:55:31 +0100
committerPierre LALET2019-03-13 10:55:31 +0100
commit68f0e1a1559665c9f2ede30eab500254eb7ea56a (patch)
tree676c1da393cac53216830afb32e1c298d0e2f30a
parent745ee9358f5a2898f2204324dc133314bad148f5 (diff)
downloadaur-68f0e1a1559665c9f2ede30eab500254eb7ea56a.tar.gz
Remove dependencies from package base
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD25
2 files changed, 0 insertions, 53 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 339974e9f24a..870facdc8bcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,34 +6,6 @@ pkgbase = ivre
arch = any
license = GPL3
makedepends = python-setuptools
- depends = python
- depends = python-pymongo
- depends = python-future
- depends = python-bottle
- optdepends = python-py2neo: experimental flow analysis (Neo4j backend)
- optdepends = python-sqlalchemy: experimental PostgreSQL & SQLite backends
- optdepends = python-psycopg2: experimental PostgreSQL backend
- optdepends = python-pillow: trim screenshots on insertion
- optdepends = tesseract: extract words from screenshots on insertion
- optdepends = python-crypto: extract data from public keys ("ivre getmoduli")
- optdepends = python-scapy: parse PCAP files for ARP inspection (flow analysis)
- optdepends = python-matplotlib: create graphs from command line tools
- optdepends = python-dbus: 3D traceroute graphs
- optdepends = mongodb: database server
- optdepends = postgresql: database server (experimental backend)
- optdepends = neo4j-community: database server (experimental flow analysis)
- optdepends = apache: Web server
- optdepends = mod_wsgi: Web server
- optdepends = dokuwiki: Web server (notebook)
- optdepends = nmap: Network scan
- optdepends = masscan: Network scan
- optdepends = zmap: Network scan
- optdepends = bro: Network traffic analysis
- optdepends = argus: Network traffic analysis
- optdepends = nfdump: Netflow analysis
- optdepends = imagemagick: Screenshots via Nmap scripts
- optdepends = phantomjs: HTTP screenshots via Nmap script
- optdepends = ffmpeg: RTSP Screenshots via Nmap script
source = https://files.pythonhosted.org/packages/source/i/ivre/ivre-0.9.12.tar.gz
source = https://raw.githubusercontent.com/cea-sec/ivre/v0.9.12/pkg/apache/ivre.conf
sha256sums = e0d9df1d61d8483ed266738b70c33366b8860d0cc4a864d04924f91ab8abc4ca
diff --git a/PKGBUILD b/PKGBUILD
index 33e0648df4a3..b5f78bd5c64f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,31 +8,6 @@ pkgdesc='Network recon framework'
arch=('any')
url='https://ivre.rocks/'
license=('GPL3')
-depends=('python' 'python-pymongo' 'python-future' 'python-bottle')
-optdepends=('python-py2neo: experimental flow analysis (Neo4j backend)'
- 'python-sqlalchemy: experimental PostgreSQL & SQLite backends'
- 'python-psycopg2: experimental PostgreSQL backend'
- 'python-pillow: trim screenshots on insertion'
- 'tesseract: extract words from screenshots on insertion'
- 'python-crypto: extract data from public keys ("ivre getmoduli")'
- 'python-scapy: parse PCAP files for ARP inspection (flow analysis)'
- 'python-matplotlib: create graphs from command line tools'
- 'python-dbus: 3D traceroute graphs'
- 'mongodb: database server'
- 'postgresql: database server (experimental backend)'
- 'neo4j-community: database server (experimental flow analysis)'
- 'apache: Web server'
- 'mod_wsgi: Web server'
- 'dokuwiki: Web server (notebook)'
- 'nmap: Network scan'
- 'masscan: Network scan'
- 'zmap: Network scan'
- 'bro: Network traffic analysis'
- 'argus: Network traffic analysis'
- 'nfdump: Netflow analysis'
- 'imagemagick: Screenshots via Nmap scripts'
- 'phantomjs: HTTP screenshots via Nmap script'
- 'ffmpeg: RTSP Screenshots via Nmap script')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/cea-sec/$pkgname/v$pkgver/pkg/apache/ivre.conf")