killerbee: python3

This commit is contained in:
blshkv 2020-05-25 13:12:10 +08:00
parent b2a19efac2
commit 7e698cb744
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 4 additions and 7 deletions

View file

@ -1 +1 @@
DIST killerbee-2.7.0_pre20190218.tar.gz 1578316 BLAKE2B 4456466174e2d1ec7fc46d3ef2f8f2ccc491e67acbcc5d8db32cc3bb4c9cf1b305af910cff88d9c6d85f5da946cba43423218416c43a5a248df33fe904765288 SHA512 23c5a3f0726ef475ee56247bc08a2695397488bf099f67d52a4664118cf24877ef754dd38c3017267b23278ca39e76cc35a284db5cf66806cabe6a46f956b84b
DIST killerbee-2.7.1_p20200309.tar.gz 1581216 BLAKE2B dce6c501f3ec3b391f983fc1319cd6e05d1f148de9acd84a43a7312d871c729c79abbb3585665ba98c6be34722bebbc914460e713405d2c90a4fd5d689f55565 SHA512 2d7ff5ee0effd5dfe3b83c585667bf6de4f6d0853eafeb670d77fa1441af8826b991edaa438a3712f6bb4d0bb1cbdf01ac0c878e405c718788d1b6b25f339637

View file

@ -1 +0,0 @@
killerbee-9999.ebuild

View file

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python3_{6,7} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
@ -12,8 +12,8 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/riverloopsec/killerbee.git"
else
# snapshot: 20190218
COMMIT_HASH="cdee75784e0d44f225c6d1bc07fdae6044e73bb7"
# py3 branch
COMMIT_HASH="560d97687e0aca7a1192351652d730a1e7148c25"
SRC_URI="https://github.com/riverloopsec/killerbee/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@ -36,8 +36,6 @@ RDEPEND="${DEPEND}
dev-python/pyserial[${PYTHON_MULTI_USEDEP}]
dev-python/pyusb[${PYTHON_MULTI_USEDEP}]
dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
dev-python/rangeparser[${PYTHON_MULTI_USEDEP}]
')"