idella4     15/08/03 07:28:50

  Modified:             ChangeLog
  Added:                blinker-1.4.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.16                 dev-python/blinker/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   8 Apr 2015 08:05:10 -0000       1.15
+++ ChangeLog   3 Aug 2015 07:28:50 -0000       1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/blinker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.15 
2015/04/08 08:05:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.16 
2015/08/03 07:28:50 idella4 Exp $
+
+*blinker-1.4 (03 Aug 2015)
+
+  03 Aug 2015; Ian Delaney <[email protected]> +blinker-1.4.ebuild:
+  bump
 
   08 Apr 2015; Michał Górny <[email protected]> blinker-1.3.ebuild:
   Drop old Python implementations



1.1                  dev-python/blinker/blinker-1.4.ebuild

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

Index: blinker-1.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.4.ebuild,v 1.1 
2015/08/03 07:28:50 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="Fast, simple object-to-object and broadcast signaling"
HOMEPAGE="http://discorporate.us/projects/Blinker/ 
http://pypi.python.org/pypi/blinker";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"

DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"

python_test() {
        nosetests || die "Testing failed with ${EPYTHON}"
}

python_install_all() {
        distutils-r1_python_install_all
        if use doc; then
                pushd docs/html > /dev/null
                insinto /usr/share/doc/${PF}/html
                doins -r [a-z]* _static
                popd > /dev/null
        fi
}




Reply via email to