mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-18 06:13:10 +01:00
27 lines
551 B
Bash
27 lines
551 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=4
|
|
|
|
PYTHON_DEPEND="*:2.7"
|
|
DISTUTILS_SRC_TEST=setup.py
|
|
|
|
MY_PN=Impacket
|
|
MY_P=${MY_PN}-${PV}
|
|
|
|
inherit distutils subversion
|
|
|
|
DESCRIPTION="A collection of Python classes focused on providing access to network packets"
|
|
HOMEPAGE="http://code.google.com/p/impacket"
|
|
ESVN_REPO_URI="http://impacket.googlecode.com/svn/trunk/"
|
|
|
|
LICENSE="BSD-3"
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
IUSE=""
|
|
|
|
pkg_setup() {
|
|
python_set_active_version 2
|
|
python_pkg_setup
|
|
}
|