add icmplib-1.1.[1,2]
This commit is contained in:
parent
89684672a6
commit
1320d0344b
@ -13,6 +13,7 @@
|
||||
* update pyrisco-0.2.3
|
||||
* remove arcam-fmj old 3.3 asyncio dependency (https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/26)
|
||||
* update arcam-fmj-0.5.2
|
||||
* add icmplib-1.1.[1,2]
|
||||
|
||||
2020-08-26
|
||||
* fix https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/18#issuecomment-124
|
||||
|
5
dev-python/icmplib/Manifest
Normal file
5
dev-python/icmplib/Manifest
Normal file
@ -0,0 +1,5 @@
|
||||
DIST icmplib-1.1.1.tar.gz 24548 BLAKE2B efe119992edb10c94a4eb0d03de675ecc7b83c98ad54693a69df54fbe8141259121363d5544672a5ede4ba32ef09335a7b2f5983d5ba8d1b18e3667ff467bb94 SHA512 a1e540d377b3e90cc2323fa3f80188c040e223dcad8d09daa8fc1f55eadf7037dfb720d21beee9fc42fb92f04090729378b6dc0736d767fc7af84981ab06cf26
|
||||
DIST icmplib-1.1.2.tar.gz 25237 BLAKE2B ca68bc5ba4c0ac268ea23f6e547d33f4ec2ffa586e12c56708883e08905f1ceba57b10ad6aeaeae6ffd38ded68954d9314ee2087b714bd1721230bd4e394d673 SHA512 8720732758a290d45af9bacba8ca409b0e422c91ccf5be5448e819ac331ed86d2fb0706d0f82279c1f3df0e59e2124e95ce91901498a5ee2978c529689048243
|
||||
EBUILD icmplib-1.1.1.ebuild 708 BLAKE2B 54ea7df389f4c4acc4bfeecfa0df752774e4dce4f5db96fc21e4250da378520b383e5ab3f5c32a9006fcec391d4db0a6ec909b6be91db9d3f365e4aa7eda357e SHA512 d95ce7abf8923f6cef91f56f4ed91f4b64d0c040df4d4c150cde290fb9499995ddaabd89912dbfaa5de9c05b9f51a4dd411e8b0f3c9fa13c35ecd2cfd1afa751
|
||||
EBUILD icmplib-1.1.2.ebuild 708 BLAKE2B 54ea7df389f4c4acc4bfeecfa0df752774e4dce4f5db96fc21e4250da378520b383e5ab3f5c32a9006fcec391d4db0a6ec909b6be91db9d3f365e4aa7eda357e SHA512 d95ce7abf8923f6cef91f56f4ed91f4b64d0c040df4d4c150cde290fb9499995ddaabd89912dbfaa5de9c05b9f51a4dd411e8b0f3c9fa13c35ecd2cfd1afa751
|
||||
MISC metadata.xml 456 BLAKE2B 1f4a173b886ccdd3f33c7a3e7098c13a24d6915438e36a5ae4cbac2bf68e9b5fd8bab2c8a163967d1258910420c22ab937a39a47bdfb8da711e2ab128a8af79d SHA512 a5360dfaf60219581e0597069b852724033eecec6ff4958a2dd029ba56aa0fe33790551dabfe2cd2dac7f64988d7f721009917bba7342b420083c642f6bd3494
|
30
dev-python/icmplib/icmplib-1.1.1.ebuild
Normal file
30
dev-python/icmplib/icmplib-1.1.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Easily forge ICMP packets and make your own ping and traceroute."
|
||||
HOMEPAGE="https://github.com/ValentinBELYN/icmplib https://pypi.org/project/icmplib/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
30
dev-python/icmplib/icmplib-1.1.2.ebuild
Normal file
30
dev-python/icmplib/icmplib-1.1.2.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Easily forge ICMP packets and make your own ping and traceroute."
|
||||
HOMEPAGE="https://github.com/ValentinBELYN/icmplib https://pypi.org/project/icmplib/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
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
|
||||
}
|
15
dev-python/icmplib/metadata.xml
Normal file
15
dev-python/icmplib/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">icmplib</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>valentin-hello@gmx.com</email>
|
||||
<name>Valentin BELYN</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user