mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-09 01:44:03 +01:00
23 lines
543 B
Bash
23 lines
543 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=5
|
|
|
|
MY_PN=Impacket
|
|
MY_P=${MY_PN}-${PV}
|
|
|
|
PYTHON_COMPAT=( python2_{6,7} )
|
|
DISTUTILS_SRC_TEST=setup.py
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="A collection of Python classes focused on providing access to network packets"
|
|
HOMEPAGE="http://code.google.com/p/impacket"
|
|
SRC_URI="https://pypi.python.org/packages/source/i/impacket/${P}.tar.gz"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="dev-python/pycrypto"
|