add scapy-2.4.4
This commit is contained in:
parent
3fc2def43a
commit
4d7d168154
@ -1,3 +1,6 @@
|
||||
2021-01-21
|
||||
* add scapy-2.4.4
|
||||
|
||||
2021-01-19
|
||||
* bump google-nest-sdm-0.2.8
|
||||
* add zwave-js-server-python-0.6.0
|
||||
|
||||
3
dev-python/scapy/Manifest
Normal file
3
dev-python/scapy/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST scapy-2.4.4.tar.gz 1039342 BLAKE2B 26d719b57f29f4d5daa18a9fda6ef11cd3cdfd764437880462ad98fd1eb71a8096c78c98c7082fa4bdebb0594f6438fbad20c5a7e74c1efe20f9f0b16a81116c SHA512 f42925cb83ac3064dd6dba9cc765bb6d2e0717f3fd73d42d7bbbbabfc322eb693fed3bbde149b9a83b83e1ab211ce266cd2cdd1de4e030d3c55138d92619986f
|
||||
EBUILD scapy-2.4.4.ebuild 714 BLAKE2B 4bfa61f1fb59e0ff702052685da8a37cdac577a7a5f979c105986b55a1d91b38aa9969945f1caa2a5dfb6e1b00f161c5edc1a5fc5acb0a99a69871e25c22b56e SHA512 f3e9041a84d4461b14a657fbede80c0da2aa06eadc7be61f199f0fd73b6f38004b17c0d8011946cb56cc1a2f61d0f107ae24ddb70f967a258efa90abfde53adc
|
||||
MISC metadata.xml 487 BLAKE2B 213ab2f35cc152607438a6f70dff744078e16248726011f2483338998229861dbacb095562421aaef2d61371761c17a7a3ec266bbc2c8f13d891fe9356c75dd6 SHA512 03060c55da71e465d9b186b06316996dd3e01b1cc9c89437cbb7648b95381440639eef3cea64892329fee87ff0332b0d4704d1ce525eba5ccdc1861690b39385
|
||||
15
dev-python/scapy/metadata.xml
Normal file
15
dev-python/scapy/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">scapy</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>guillaiume@valadon.net</email>
|
||||
<name>Pierre LALET, Gabriel POTTER, Guillaume VALADON</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
33
dev-python/scapy/scapy-2.4.4.ebuild
Normal file
33
dev-python/scapy/scapy-2.4.4.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Scapy: interactive packet manipulation tool"
|
||||
HOMEPAGE="https://scapy.net https://pypi.org/project/scapy/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS=""
|
||||
|
||||
#RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
|
||||
RDEPEND=""
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user