mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
dev-python: bump few deps for wifi-pumpkin
This commit is contained in:
parent
6dddff853e
commit
f06044cc56
5 changed files with 51 additions and 0 deletions
1
dev-python/libarchive-c/Manifest
Normal file
1
dev-python/libarchive-c/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST libarchive-c-2.7.tar.gz 42299 SHA256 56eadbc383c27ec9cf6aad3ead72265e70f80fa474b20944328db38bab762b04 SHA512 809319cffc250130c1414885d4e2de399a8ba92f6025848f1423bde79eadc6f686f934f4b17fc0a90ea84379b94c5c38d4849b2b28e2e03f8d16548152dbc856 WHIRLPOOL d6de46b5df8a6997fe4e701345ec29ba47ac93970a9b7277a393e0a18470b6cc27dc90abb8b025351fa6b4568a613aa895e17d2578bc74e2da9df2f193d599fa
|
||||
21
dev-python/libarchive-c/libarchive-c-2.7.ebuild
Normal file
21
dev-python/libarchive-c/libarchive-c-2.7.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python interface to libarchive"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/NetfilterQueue"
|
||||
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="CC0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-arch/libarchive"
|
||||
RDEPEND="${DEPEND}"
|
||||
1
dev-python/netfilterqueue/Manifest
Normal file
1
dev-python/netfilterqueue/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST NetfilterQueue-0.8.tar.gz 58503 SHA256 1c0316d062dd18678473d2cd661d89fbc5d708354a9e5ce03dcec14829a86560 SHA512 32e20d6f890b30169a7ec2c3a35f632d50260be82e1be343d41a66a8f0931b21aac7806b1b15b50c9aaa173cf32467ff3f51a625e089d03432171b9d950d25a5 WHIRLPOOL ec5f4f456b49acd06d6ac6636d46baf654f0df2d135c291030b73833c6f74daee1f93a1d261c4bf3467f7c7ee04a5434786e229ea627669f32a08a889356f8f7
|
||||
26
dev-python/netfilterqueue/netfilterqueue-0.8.ebuild
Normal file
26
dev-python/netfilterqueue/netfilterqueue-0.8.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=NetfilterQueue
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="Python bindings for libnetfilter_queue"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/NetfilterQueue"
|
||||
SRC_URI="mirror://pypi/$(echo ${MY_PN} | cut -c 1)/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-libs/libnetfilter_queue"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
|
@ -153,6 +153,8 @@
|
|||
~dev-python/config-0.3.9
|
||||
~dev-python/pcapy-0.10.10
|
||||
~dev-python/pygtail-0.7.0
|
||||
~dev-python/netfilterqueue-0.8
|
||||
~dev-python/libarchive-c-2.7
|
||||
|
||||
# required by net-analyzer/owtf-2.0a::pentoo
|
||||
~dev-python/cookies-2.2.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue