Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247893 - dev-python/fusil-1.1 (New package)
Summary: dev-python/fusil-1.1 (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Default Assignee for New Packages
URL: http://fusil.hachoir.org/
Whiteboard:
Keywords:
Depends on: 247892
Blocks:
  Show dependency tree
 
Reported: 2008-11-21 08:46 UTC by Tuna
Modified: 2009-03-01 11:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fusil-1.1.ebuild (fusil-1.1.ebuild,622 bytes, text/plain)
2008-11-21 08:48 UTC, Tuna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tuna 2008-11-21 08:46:47 UTC
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:  $
 
NEED_PYTHON=2.4
 
inherit distutils
 
DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs."
HOMEPAGE="http://fusil.hachoir.org/"
SRC_URI="http://pypi.python.org/packages/source/f/fusil/${P}.tar.gz"
 
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
 
DEPEND="|| ( ( =dev-lang/python-2.4* dev-python/ctypes ) >=dev-lang/python-2.5 )"
RDEPEND="dev-python/python-ptrace"
 
PYTHON_MODNAME="fusil"

pkg_postinst() {
	enewgroup fusil
	enewuser fusil -1 -1 -1 "fusil"
}
Comment 1 Tuna 2008-11-21 08:48:25 UTC
Created attachment 172635 [details]
fusil-1.1.ebuild

needs python-ptrace, see bug http://bugs.gentoo.org/show_bug.cgi?id=247892
Comment 2 Patrick Lauer gentoo-dev 2009-02-28 19:40:36 UTC
+*fusil-1.2.1 (28 Feb 2009)
+
+  28 Feb 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
+  +fusil-1.2.1.ebuild:
+  Initial import. Fixes #247893. Ebuild contributed by Tuna <tuna@lyua.org>

Hope you don't mind the bump to 1.2.1 :)
Comment 3 Tuna 2009-03-01 11:19:57 UTC
Great :)