mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
PEP517
This commit is contained in:
parent
47abbf7eba
commit
ac927d2aac
44 changed files with 35 additions and 246 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
DIST mat2-0.13.0.tar.gz 11784441 BLAKE2B 5f864a1b2dcce8d6e466fccfc66ad42ac079443b6668daaaf82c2870cddfa1b1227ed842431b2550e8e9435a58831b5b97782c89ac8e55da6573f2087cace09d SHA512 398732e2093c3167a2bb30325bbe5c738f8ac1c36213c63163a02a45b1005cde912f88318655e79276fac8df63c8fee41772eb0e3a53895c20d9c7ba3be16c6c
|
||||
DIST mat2-0.13.3.tar.gz 11782599 BLAKE2B 26ace57f5ac8ba2444a389615cb89f30e27a89f2e704620dcf0e0999f9643d7b46f6a920ead1ee747c1ac7f818cdb3fe0dcd3acf3b370545414aefd7e1c3850c SHA512 48405de214b69e6d6fe818580ce758817632a4a3ab6cc6b73e7c13d0db2d5cd75a4ffffab22ce1b5dc73a6cc03da9436e44e290f74700027277ec18db023a6fb
|
||||
|
|
|
|||
|
|
@ -1,67 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
#PYTHON_REQ_USE="xml"
|
||||
|
||||
inherit desktop distutils-r1 xdg-utils
|
||||
|
||||
DESCRIPTION="A handy tool to trash your metadata"
|
||||
HOMEPAGE="https://0xacab.org/jvoisin/mat2"
|
||||
SRC_URI="https://0xacab.org/jvoisin/mat2/-/archive/${PV}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="dolphin ffmpeg +exif nautilus test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|
||||
test? ( exif ffmpeg )"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
media-libs/mutagen[${PYTHON_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||
dev-python/pycairo[${PYTHON_USEDEP}]
|
||||
|
||||
app-text/poppler[introspection,cairo]
|
||||
dev-libs/glib
|
||||
exif? ( media-libs/exiftool )
|
||||
gnome-base/librsvg:2[introspection]
|
||||
ffmpeg? ( media-video/ffmpeg )
|
||||
nautilus? ( dev-python/nautilus-python )
|
||||
x11-libs/gdk-pixbuf[introspection,jpeg,tiff]"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
if use nautilus; then
|
||||
insinto /usr/share/nautilus-python/extensions/
|
||||
doins nautilus/mat2.py
|
||||
fi
|
||||
|
||||
if use dolphin; then
|
||||
insinto /usr/share/kservices5/ServiceMenus/
|
||||
doins dolphin/mat2.desktop
|
||||
fi
|
||||
|
||||
doicon -s 512 data/mat2.png
|
||||
doicon -s scalable data/mat2.svg
|
||||
|
||||
doman doc/mat2.1
|
||||
dodoc *.md doc/*.md
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
EAPI=8
|
||||
|
||||
#https://github.com/PiotrDabkowski/Js2Py/issues/106
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
HASH_COMMIT="11ae438295a4e109c424e51ffbc18f78952ad4d5"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
DIST whitenoise-5.0.1.tar.gz 44551 BLAKE2B 2ef5f880be3f7f33d7e151fb2f55aacebed970477b41cea53c0c46fe4d00b307a8c9ba1adcace308a1ecfc47e18ebf2b8beaf0345f132ae0239b16ea3507179f SHA512 9a183fb2a3a939b8887d38b618ae0216ab3162935b54e169223f84721a601af869db744023daa5d697e2019ecea947d6b63e9c4abe52a9180601640966c33516
|
||||
DIST whitenoise-5.2.0.tar.gz 45096 BLAKE2B 8a2cb53664e2f4fffc8f92298879475b5ec5354bce3f99d8bacf4a0da90f858e48c8e4817c241f9d542b4f0066e2980fb935a33f47e8e861cc6cb4103f184de0 SHA512 6f4305205247b98a7d6d73b48c40de9eea5ea7f525c7b9a863b979e9d38461370eddf6392bc33fc6766623e4a7e33dc356f488eb495dc7786dc6b9e1e5bf04ed
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Radically simplified static file serving for WSGI applications"
|
||||
HOMEPAGE="http://whitenoise.evans.io/en/stable/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test brotli"
|
||||
|
||||
RDEPEND="brotli? ( app-arch/brotli[${PYTHON_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
DIST winsspi-0.0.5.tar.gz 16612 BLAKE2B 5f23a79fcaf212c6fc146ba6c778663cf46f0aacd960549c430c364b37c1be94a99cb836c607b17e8a74e82a2a42a2c589c77d1cf1e54ffa9f367dd4f823ff0c SHA512 12596c5f38a147d121bd57083ef94a6ee64f1c409d81ece77d88a72125611ca9b17373675dbccf0a83ba349881f99b450538f6bb1d13b89c16f8ffd56fe84b85
|
||||
DIST winsspi-0.0.7.tar.gz 17481 BLAKE2B 242deb54b45530b3e2d4d310935ec53896800c298e1483610640d29e1dafc9af8977261cf7b6642d53a3adc742fe5328932e33c00d02a04f246ca2cca2be69e0 SHA512 439d678512bae292c43f182e425c7f22f20de1315ea9ad68b6c06e72e1f038f7508b9bc9047d827f51e75119f96e967b4d21ea437b97ebdb49788577f9cf4bc6
|
||||
DIST winsspi-0.0.9.tar.gz 20226 BLAKE2B 8af52cd835aab06361227cc0e27ecdaadf0e928531b9f22c0464b289e323587111813e75caba3c7ccc546d08658f91a579f41de9506425cd47950b9d5f27befe SHA512 badbd1be38b21cbaca15f6632c50e5d869819c0f41a21bcadc574cb91b5e17d707c1bb23fbcf467418d180d3e3bbbf1daf3e2d53e4df85b668f28710ee87e26a
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Windows SSPI library in pure Python"
|
||||
HOMEPAGE="https://github.com/skelsec/winsspi"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/minikerberos[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Windows SSPI library in pure Python"
|
||||
HOMEPAGE="https://github.com/skelsec/winsspi"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/minikerberos-0.2.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,8 +3,9 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
#DISTUTILS_USE_SETUPTOOLS=no
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Yet Another SWF Parser."
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
DIST commix-3.4.tar.gz 255790 BLAKE2B fc1bbb9159de9268d2a3db481091192ead1c33720f1bbcb58f65449ecc6cc3b4a82c197dd9c5c94966633d0d336c79db14325bfc9f0a7d573508321e75291746 SHA512 2de021c301dc2fbe653b6f07ec281135fea2e4e945071dbd9608f4754c4159f4691b873a6335d6e7c554991cf6f9868ba43206587ea5d3c7101118d03138d653
|
||||
DIST commix-3.6.tar.gz 242201 BLAKE2B dfc61ae79ca7c0e52670e5a9eb8492be1b29358691d7b9c999f9516bc0c1dcd9bfca82c03f7b6440bb89069c623eb2349524a5ad1a41319b5332f3623ef693fc SHA512 527c334dd10bc47d598ce5efc95531564f587f2162eb2b2f724c8c6eb0fce0ad0823e275ae1fe892d5aeb4bd30b054671caf90d26b36065a45fadb4c554a79f7
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Automated All-in-One OS command injection and exploitation tool"
|
||||
HOMEPAGE="https://github.com/commixproject/commix"
|
||||
SRC_URI="https://github.com/commixproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
DIST dirhunt-0.6.0.tar.gz 106496 BLAKE2B 8d102471408fb4330c7959a290db35509ff18bb77079a17821fa84f0756606314d2dcd19813a0a9d89682b8b1e939669d39457df9ceebebae68c9057efa02e77 SHA512 06c9dfea88fb973845c394debe840683bd189ddea586271d818e1f9aa73d51405f476aa942b4cf6dc0a18c8f6ffb7b4d217a1caf3604e4a2a9847a40b7b96618
|
||||
DIST dirhunt-0.7.0.tar.gz 111089 BLAKE2B 004b0307970205e909325d95a426397709cfb6ab32d6af948d4d758c87964e7ef4790fdd2ade13f85d2b8109ba5e1066e6bc994576e13766c4d3fad8c9dc2e99 SHA512 2b5a3e86b45ab3c8378192c289de0d0b668e4b81102e9d9e728f3a480c3b5922f9e8d81f7b8dc36cd6d9e5e12f2ddf1170537333164f2189b5b2e43809848f80
|
||||
|
|
|
|||
|
|
@ -1,38 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
EGO_PN=github.com/Nekmo/${PN}
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Nekmo/dirhunt.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
EGIT_COMMIT="v${PV}"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Dirhunt is a web crawler optimized for searching and analyzing web directories."
|
||||
HOMEPAGE="https://github.com/Nekmo/dirhunt"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-mock[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/humanize[${PYTHON_USEDEP}]
|
||||
dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/googlesearch[${PYTHON_USEDEP}]
|
||||
dev-python/proxy-db[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
EGO_PN=github.com/Nekmo/${PN}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit git-r3 distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
DIST killerbee-2.7.1_p20200309.tar.gz 1581216 BLAKE2B dce6c501f3ec3b391f983fc1319cd6e05d1f148de9acd84a43a7312d871c729c79abbb3585665ba98c6be34722bebbc914460e713405d2c90a4fd5d689f55565 SHA512 2d7ff5ee0effd5dfe3b83c585667bf6de4f6d0853eafeb670d77fa1441af8826b991edaa438a3712f6bb4d0bb1cbdf01ac0c878e405c718788d1b6b25f339637
|
||||
DIST killerbee-3.0.0_beta1.tar.gz 1589105 BLAKE2B c836b4e2dbee450d1027de442aaf2a930e082ec8b455567b115e6ba964aaa873dcd026266b2793a4386c29ad40ee4962d1a04b72c846e4022ce800cc32d01d8e SHA512 3f1244325898e53185664a470504be8e4c5c01914fce30b1ab4c8a08ff181a7ac54a3c4fd7e8bf81a888f3bbd8cda9515284f60be7814bab097d1799278ea964
|
||||
|
|
|
|||
|
|
@ -1,48 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/riverloopsec/killerbee.git"
|
||||
else
|
||||
# py3 branch
|
||||
COMMIT_HASH="560d97687e0aca7a1192351652d730a1e7148c25"
|
||||
|
||||
SRC_URI="https://github.com/riverloopsec/killerbee/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/${PN}-${COMMIT_HASH}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Framework and Tools for Attacking ZigBee and IEEE 802.15.4 networks"
|
||||
HOMEPAGE="https://github.com/riverloopsec/killerbee"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="doc"
|
||||
|
||||
#FIXME: https://bitbucket.org/secdev/scapy-com
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/libgcrypt:=
|
||||
$(python_gen_cond_dep '
|
||||
>=net-analyzer/scapy-2.4.0_p20180626[${PYTHON_USEDEP}]
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/pyusb[${PYTHON_USEDEP}]
|
||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||
dev-python/rangeparser[${PYTHON_USEDEP}]
|
||||
')"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
if use doc; then
|
||||
mv doc html && dodoc -r html || die
|
||||
fi
|
||||
}
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue