mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
python-libnmap: new ebuild (need for net-analyzer/osmedeus)
This commit is contained in:
parent
9d92d91294
commit
aac26a5695
3 changed files with 29 additions and 0 deletions
1
dev-python/python-libnmap/Manifest
Normal file
1
dev-python/python-libnmap/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST python-libnmap-0.7.0.tar.gz 35940 BLAKE2B aaee7522ff9425a72fc2d2fd322a9030dbe1937c27e0aad2ea959ab2383544f176df8506d2fb5d439bbc6511801fd81fe9dfcd5654acc10183f97a7a1f4571c3 SHA512 ae1a835b640f949f8dd2baae60e6b5bc29b77bf1fec9f3616ab56512283d948d5808d043fca4caaa40fdc299edc0f2943ae57522938cf8eab4c84dcac575c7a5
|
||||
8
dev-python/python-libnmap/metadata.xml
Normal file
8
dev-python/python-libnmap/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
20
dev-python/python-libnmap/python-libnmap-0.7.0.ebuild
Normal file
20
dev-python/python-libnmap/python-libnmap-0.7.0.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python library enabling python developers to manipulate nmap process and data"
|
||||
HOMEPAGE="https://pypi.org/project/python-libnmap/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="CC-BY-3.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/sqlalchemy[${PYTHON_USEDEP}]
|
||||
dev-python/pymongo[${PYTHON_USEDEP}]
|
||||
dev-python/boto[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue