mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 07:11:08 +02:00
killerbee: update snapshot and deps
This commit is contained in:
parent
16f5043e17
commit
faff27eba7
5 changed files with 27 additions and 3 deletions
1
dev-python/rangeparser/Manifest
Normal file
1
dev-python/rangeparser/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST RangeParser-0.1.3.tar.gz 2736 BLAKE2B 17454f93b60e2378b26d3bf4b7f3ea5e52da28c85749d5b45aa02495e6a4973f45eea04ccaa83b81e80ba244f0033d555774ecf6abe0d798aa67e05f274126ec SHA512 76baaded7793f7bacc68b2dfd68db7a1542a297740261b7d30a195ba748d81ef48c6fb6e91ca4996e34951fae5144bdf080dc9c7833e22f1c030fb864498cdc8
|
||||
21
dev-python/rangeparser/rangeparser-0.1.3.ebuild
Normal file
21
dev-python/rangeparser/rangeparser-0.1.3.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="parse ranges easily"
|
||||
HOMEPAGE="https://bitbucket.org/colinwarren/rangeparser"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/16/fc/801e1ba6a812192d22d6571eb9b415f20b33b71162e417af7971c6ec216f/RangeParser-0.1.3.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/RangeParser-${PV}"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
|
@ -1 +1 @@
|
|||
DIST killerbee-2.6.1_pre20180603.tar.gz 1442284 BLAKE2B 2b0eaebac2ec103262547195ed03e970517d76d5a293f635964b69f19280b28d91a94b0ea8bb3d20cb4552ca4f714ec7f9492702591b620fb962ce64d1fa43c2 SHA512 dff2c8629b6e4728dbd8a434fd76676a96059ec31a36e546641b686ee8724585a23254c092dab6ae9f85d05785bf2918560ce462d63532dc61fa35f7bb6a3364
|
||||
DIST killerbee-2.6.1_pre20180626.tar.gz 1471987 BLAKE2B 7c4bff358ce8d61f90b6781b7773a5d574062595d774e35f7461e75e5ea4df27af94e1bc89484375aa91a1809034f6969034d2baaf9b147fb1e6b476f2d55703 SHA512 fe603ee8666659f963757e9eb1e9dde25db6723cc087cbb2656b37ce82e6bee081f48c83b590ca7ed2fe464b48c134b81048e52e6f087d0f5b7bb23a824dcb3f
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
|
|||
EGIT_REPO_URI="https://github.com/riverloopsec/killerbee.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
COMMIT_HASH="57de78a13043dfb6deb4f479f962e2c008aa753d"
|
||||
COMMIT_HASH="b803708ff0c63612cfb0092e7714c2ae7d257f4b"
|
||||
SRC_URI="https://github.com/riverloopsec/killerbee/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
S="${WORKDIR}/${PN}-${COMMIT_HASH}"
|
||||
|
|
@ -31,7 +31,9 @@ RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
|
|||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
dev-python/pygtk[${PYTHON_USEDEP}]
|
||||
dev-python/pycairo[${PYTHON_USEDEP}]
|
||||
dev-libs/libgcrypt:="
|
||||
dev-python/rangeparser[${PYTHON_USEDEP}]
|
||||
dev-libs/libgcrypt:=
|
||||
>=net-analyzer/scapy-2.4.0_p20180626"
|
||||
#DEPEND="doc? ( dev-python/epydoc )
|
||||
DEPEND="${RDEPEND}"
|
||||
#FIXME: https://bitbucket.org/secdev/scapy-com
|
||||
|
|
|
|||
Loading…
Reference in a new issue