summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre PIGNÉ <alex@freesenses.net>2012-02-15 20:56:35 +0100
committerAlexandre PIGNÉ <alex@freesenses.net>2012-02-15 20:56:35 +0100
commit6c841e49daa5bb4019e928694246a5c9884df869 (patch)
tree671855eeba95989b32361cfc1de4aafd24d1c55e /dev-python/impacket/impacket-0.9.6.0.ebuild
parentUnrecognized version of python (2.0) (diff)
parentPortage structure (diff)
downloadlootr-6c841e49daa5bb4019e928694246a5c9884df869.tar.gz
lootr-6c841e49daa5bb4019e928694246a5c9884df869.tar.bz2
lootr-6c841e49daa5bb4019e928694246a5c9884df869.zip
Merge branch 'master' of netzob:netzob-gentoo
Diffstat (limited to 'dev-python/impacket/impacket-0.9.6.0.ebuild')
-rw-r--r--dev-python/impacket/impacket-0.9.6.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/impacket/impacket-0.9.6.0.ebuild b/dev-python/impacket/impacket-0.9.6.0.ebuild
new file mode 100644
index 0000000..772db9b
--- /dev/null
+++ b/dev-python/impacket/impacket-0.9.6.0.ebuild
@@ -0,0 +1,22 @@
+
+EAPI=4
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="Python Impacket extension"
+HOMEPAGE="http://oss.coresecurity.com/projects/impacket.html"
+MY_PN="Impacket"
+MY_P="${MY_PN}-${PV}"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
+ http://oss.coresecurity.com/repo/${MY_P}.tar.gz"
+
+LICENSE="Apache-1.1"
+SLOT="0"
+KEYWORD="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"