Closed GoogleCodeExporter closed 9 years ago
fixed in r6400. Thanks!
Original comment by blshkv
on 6 Feb 2015 at 3:12
https://github.com/CoreSecurity/impacket
new home page on github
Original comment by m...@michaellawrenceit.com
on 30 Apr 2015 at 12:49
impacket-9999.ebuild
# 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 git-r3
DESCRIPTION="A collection of Python classes focused on providing access to
network packets"
HOMEPAGE="https://github.com/CoreSecurity/impacket"
SRC_URI=""
EGIT_REPO_URI="https://github.com/CoreSecurity/impacket.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
impacket-0.9.12.ebuild
# Copyright 1999-2015 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} )
inherit distutils-r1
DESCRIPTION="A collection of Python classes focused on providing access to
network packets"
HOMEPAGE="https://github.com/CoreSecurity/impacket"
SRC_URI="https://github.com/CoreSecurity/impacket//archive/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/pycrypto"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}
Original comment by m...@michaellawrenceit.com
on 30 Apr 2015 at 1:01
Original issue reported on code.google.com by
mrtch...@gmail.com
on 6 Feb 2015 at 12:27