Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faradaysec: added missing dependencies #4253

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
faradaysec
python-psycogreen
python-flask-celery-helper
python-faraday-agent-parameters-types
16 changes: 10 additions & 6 deletions packages/faradaysec/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ pkgname=faradaysec
pkgver=12621.1cee4eb20
pkgrel=1
pkgdesc='Collaborative Penetration Test and Vulnerability Management Platform.'
arch=('x86_64' 'aarch64')
groups=('blackarch' 'blackarch-scanner' 'blackarch-exploitation'
'blackarch-fuzzer' 'blackarch-fingerprint' 'blackarch-automation'
'blackarch-misc')
arch=('x86_64' 'aarch64')
url='http://www.faradaysec.com/'
depends=('couchdb' 'python' 'gtk3' 'gobject-introspection' 'python-argparse'
url='https://faradaysec.com/'
depends=('couchdb' 'python' 'gtk3' 'gobject-introspection' 'python-pyjwt' 'python-bleach'
'gobject-introspection-runtime' 'python-gobject' 'vte3' 'zsh' 'curl'
'python-couchdb' 'python-mockito' 'python-whoosh' 'python-ipy'
'python-restkit' 'python-requests' 'python-tornado' 'python-flask'
'python-colorama' 'java-environment' 'python-pip' 'python-dateutil'
'pyqt3' 'libpqxx' 'python-psycopg2' 'ruby' 'python-apispec-webframeworks'
'libpqxx' 'python-psycopg2' 'ruby' 'python-apispec-webframeworks'
'python-lxml' 'python-pysqlite3' 'python-sphinx' 'python-twisted'
'python-beautifulsoup4' 'python-sqlalchemy' 'python-werkzeug'
'python-w3af-api-client' 'python-urllib3' 'python-responses'
Expand All @@ -26,14 +26,18 @@ depends=('couchdb' 'python' 'gtk3' 'gobject-introspection' 'python-argparse'
'python-tqdm' 'python-flask-sqlalchemy' 'python-marshmallow'
'python-pillow' 'python-service-identity' 'python-webargs'
'python-selenium' 'python-shodan' 'python-bcrypt' 'python-simplekv'
'python-wtforms' 'python-flask-login' 'python-flask-security'
'python-wtforms' 'python-flask-login' 'python-flask-security-too'
'python-pyopenssl' 'python-pyasn1' 'python-tqdm' 'python-apispec'
'python-marshmallow-sqlalchemy' 'python-flask-classful'
'python-filteralchemy-fork' 'python-filedepot' 'python-nplusone'
'python-flask-restless' 'python-syslog-rfc5424-formatter'
'python-flask-kvsession-fork' 'python-distro' 'python-faraday-plugins'
'python-pendulum' 'python-prompt_toolkit' 'python-email-validator'
'python-anyascii' 'postgresql')
'python-anyascii' 'python-validators' 'python-flask-wtf' 'python-cryptography'
'python-pyyaml' 'python-bidict' 'python-socketio' 'python-pyotp' 'python-flask-limiter'
'python-flask-mail' 'python-faraday-agent-parameters-types' 'python-cvss' 'python-celery'
'python-gevent' 'python-psycogreen' 'python-flask-celery-helper' 'python-redis' 'python-gevent-websocket'
'python-sh' 'python-elasticsearch' 'python-croniter' 'postgresql')
makedepends=('git')
options=('!strip')
license=('GPL')
Expand Down
40 changes: 40 additions & 0 deletions packages/python-faraday-agent-parameters-types/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# This file is part of BlackArch Linux ( https://www.blackarch.org/ ).
# See COPYING for license details.

pkgname=python-faraday-agent-parameters-types
_pkgname=${pkgname#python-}
pkgver=1.7.1
pkgrel=1
pkgdesc='Set the models of parameters types for the Faraday agents.'
arch=('any')
url='https://github.com/infobyte/faraday_agent_parameters_types'
license=('GPL3')
depends=('python' 'python-marshmallow' 'python-packaging')
makedepends=('python-build' 'python-pip')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/faraday_agent_parameters_types-$pkgver.tar.gz")
sha512sums=('b01d1afcb5f10272108b8b4a56a5e082eebdf9b61eb8a3d3ff815af3b1637ed90dc9bbba81ffcd30d5c83c79b438e7906485e33a73de442ca29dbf1c82cfa441')

build() {
cd "faraday_agent_parameters_types-$pkgver"

python -m build --wheel --outdir="$startdir/dist"
}

package() {
cd "faraday_agent_parameters_types-$pkgver"

pip install \
--verbose \
--disable-pip-version-check \
--no-warn-script-location \
--ignore-installed \
--no-compile \
--no-deps \
--root="$pkgdir" \
--prefix=/usr \
--no-index \
--find-links="file://$startdir/dist" \
$_pkgname
}

27 changes: 27 additions & 0 deletions packages/python-flask-celery-helper/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This file is part of BlackArch Linux ( https://www.blackarch.org/ ).
# See COPYING for license details.

# Initial PKGBUILD from AUR.
# Old Maintainer: Adam Schubert <[email protected]>

pkgname=python-flask-celery-helper
pkgver=1.1.0
pkgdesc="The navigation of Flask application."
pkgrel=1
arch=('any')
license=('MIT')
url='https://github.com/Robpol86/Flask-Celery-Helper'
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/Robpol86/Flask-Celery-Helper/tar.gz/v$pkgver)
sha512sums=('5d4537e02327496948e8a419b9635e487df290f9389895c0b72906151fb2553bf7c2a05cdd1a84513fa7dcbf37871ed8a00569b2b2a1c90f207494766ddb5263')
makedepends=('python-setuptools')
depends=(
'python-celery'
'python-flask'
)

package() {
cd "Flask-Celery-Helper-${pkgver}"

python setup.py install --root="$pkgdir/" --optimize=1
}

27 changes: 27 additions & 0 deletions packages/python-psycogreen/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This file is part of BlackArch Linux ( https://www.blackarch.org/ ).
# See COPYING for license details.

# Initial PKGBUILD from AUR.
# Old Maintainer: Tony Benoy <[email protected]
# Old Contributor: Sebastiaan Lokhorst <[email protected]>
# Old Contributor: Bidossessi Sodonon

pkgname=python-psycogreen
_pkgname=psycogreen
pkgver=1.0.2
pkgrel=2
pkgdesc="psycopg2 integration with coroutine libraries."
arch=('any')
url=https://github.com/psycopg/psycogreen/
license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('503f98f98e9772c8c2474973c3452dd05f581795d49d98612f954508eae2615e74ce4b66acf85b47e311dcb0d72160ea8db0eec6ec09b095778a37f570073adf')

package() {
cd "${_pkgname}-${pkgver}"

python setup.py install --root="${pkgdir}"
}

Loading