Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
Subject: gentoo-x86 commit in dev-python/pydispatcher: ChangeLog pydispatcher-2.0.2.ebuild
Date: Sun, 30 May 2010 21:12:55 +0000 (UTC)
arfrever    10/05/30 21:12:55

  Modified:             ChangeLog
  Added:                pydispatcher-2.0.2.ebuild
  Log:
  Version bump. Set SUPPORT_PYTHON_ABIS.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-python/pydispatcher/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydispatcher/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydispatcher/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydispatcher/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	15 Feb 2009 22:46:29 -0000	1.9
+++ ChangeLog	30 May 2010 21:12:55 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pydispatcher
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/ChangeLog,v 1.9 2009/02/15 22:46:29 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/ChangeLog,v 1.10 2010/05/30 21:12:55 arfrever Exp $
+
+*pydispatcher-2.0.2 (30 May 2010)
+
+  30 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
+  +pydispatcher-2.0.2.ebuild:
+  Version bump. Set SUPPORT_PYTHON_ABIS.
 
   15 Feb 2009; Patrick Lauer <patrick@g.o> pydispatcher-2.0.1.ebuild:
   Adding ~amd64 keyword



1.1                  dev-python/pydispatcher/pydispatcher-2.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydispatcher/pydispatcher-2.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pydispatcher/pydispatcher-2.0.2.ebuild?rev=1.1&content-type=text/plain

Index: pydispatcher-2.0.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/pydispatcher-2.0.2.ebuild,v 1.1 2010/05/30 21:12:55 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"

inherit distutils

MY_PN="PyDispatcher"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Multi-producer-multi-consumer signal dispatching mechanism"
HOMEPAGE="http://pydispatcher.sourceforge.net/ http://pypi.python.org/pypi/PyDispatcher"
SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
IUSE="doc examples"

DEPEND="dev-python/setuptools"
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"

S="${WORKDIR}/${MY_P}"

PYTHON_MODNAME="pydispatch"

src_compile() {
	distutils_src_compile

	if use doc; then
		einfo "Generation of documentation"
		PYTHONPATH="." "$(PYTHON -f)" docs/pydoc/builddocs.py || die "Generation of documentation failed"
	fi
}

src_install() {
	distutils_src_install

	if use doc; then
		insinto /usr/share/doc/${PF}/html
		doins -r docs/*

		dohtml -r *.html
	fi

	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		doins examples/*
	fi
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-python/pydispatcher: pydispatcher-1.0.1.ebuild pydispatcher-2.0.1.ebuild
Next by thread:
gentoo-x86 commit in x11-misc/talika: - New directory
Previous by date:
gentoo-x86 commit in dev-python/pydispatcher: pydispatcher-1.0.1.ebuild pydispatcher-2.0.1.ebuild
Next by date:
gentoo-x86 commit in x11-misc/talika: - New directory


Updated Aug 21, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.