mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-07 17:03:31 +01:00
23 lines
501 B
Bash
23 lines
501 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
# Ebuild generated by g-pypi 0.3
|
|
|
|
EAPI="3"
|
|
SUPPORT_PYTHON_ABIS="1"
|
|
|
|
inherit distutils
|
|
|
|
|
|
DESCRIPTION="This is a python class to use nmap and access scan results from python3"
|
|
HOMEPAGE="http://xael.org/norman/python/python-nmap/"
|
|
SRC_URI="https://pypi.python.org/packages/source/p/python-nmap/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64"
|
|
SLOT="0"
|
|
IUSE=""
|
|
|
|
|
|
PYTHON_MODNAME="nmap"
|
|
|