patrick     15/07/02 06:16:35

  Modified:             ChangeLog
  Added:                pydispatcher-2.0.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.14                 dev-python/pydispatcher/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   3 Jun 2015 20:55:12 -0000       1.13
+++ ChangeLog   2 Jul 2015 06:16:35 -0000       1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pydispatcher
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/ChangeLog,v 1.13 
2015/06/03 20:55:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pydispatcher/ChangeLog,v 1.14 
2015/07/02 06:16:35 patrick Exp $
+
+*pydispatcher-2.0.5 (02 Jul 2015)
+
+  02 Jul 2015; Patrick Lauer <[email protected]> +pydispatcher-2.0.5.ebuild:
+  Bump
 
   03 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add pypi to remote-id in metadata.xml



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

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

Index: pydispatcher-2.0.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pydispatcher/pydispatcher-2.0.5.ebuild,v 1.1 
2015/07/02 06:16:35 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

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="mirror://pypi/${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[${PYTHON_USEDEP}]"
RDEPEND=""

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

python_compile_all() {
        if use doc; then
                pushd docs/pydoc/ > /dev/null
                "${PYTHON}" builddocs.py || die "Generation of documentation 
failed"
                popd > /dev/null
        fi
}

python_test() {
        "${PYTHON}" -m unittest discover
}

python_install_all() {
        use doc && local HTML_DOCS=( docs/pydoc/. )
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to