pentoo-overlay/dev-python/python-nmap/python-nmap-0.6.1.ebuild
2017-04-12 08:26:40 +08:00

18 lines
426 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="a python library which helps in using nmap port scanner"
HOMEPAGE="http://xael.org/norman/python/python-nmap/"
SRC_URI="mirror://pypi/p/python-nmap/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
#PYTHON_MODNAME="nmap"