idella4     14/07/16 08:54:17

  Modified:             ChangeLog
  Added:                billiard-3.3.0.18.ebuild
  Removed:              billiard-2.7.3.20-r1.ebuild
                        billiard-3.3.0.14.ebuild billiard-2.7.3.32.ebuild
                        billiard-3.3.0.16.ebuild billiard-2.7.3.31.ebuild
  Log:
  bump, remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.24                 dev-python/billiard/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/billiard/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   2 May 2014 07:01:53 -0000       1.23
+++ ChangeLog   16 Jul 2014 08:54:17 -0000      1.24
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/billiard
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/ChangeLog,v 1.23 
2014/05/02 07:01:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/ChangeLog,v 1.24 
2014/07/16 08:54:17 idella4 Exp $
+
+*billiard-3.3.0.18 (16 Jul 2014)
+
+  16 Jul 2014; Ian Delaney <idel...@gentoo.org> +billiard-3.3.0.18.ebuild,
+  -billiard-2.7.3.20-r1.ebuild, -billiard-2.7.3.31.ebuild,
+  -billiard-2.7.3.32.ebuild, -billiard-3.3.0.14.ebuild,
+  -billiard-3.3.0.16.ebuild:
+  bump, remove old
 
 *billiard-3.3.0.17 (02 May 2014)
 



1.1                  dev-python/billiard/billiard-3.3.0.18.ebuild

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

Index: billiard-3.3.0.18.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/billiard/billiard-3.3.0.18.ebuild,v 1.1 
2014/07/16 08:54:17 idella4 Exp $

EAPI=5

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

inherit distutils-r1 flag-o-matic

DESCRIPTION="Python multiprocessing fork"
HOMEPAGE="http://pypi.python.org/pypi/billiard 
https://github.com/celery/billiard";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( >=dev-python/unittest2-0.4.0[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
                dev-python/nose-cover3[${PYTHON_USEDEP}]
                dev-python/mock[${PYTHON_USEDEP}] )"
# The usual req'd for tests
DISTUTILS_IN_SOURCE_BUILD=1

python_compile() {
        if !  python_is_python3; then
                local CFLAGS=${CFLAGS}
                append-cflags -fno-strict-aliasing
        fi
        distutils-r1_python_compile
}

python_compile_all() {
        use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/
}

python_test() {
        cd "${BUILD_DIR}" || die
        # The teardown in __init__.py breaks pypy's installed nose
        if [[ "${EPYTHON}" == pypy ]]; then
                rm lib/billiard/tests/__init__.py || die
                echo "from __future__ import absolute_import" >> 
./lib/billiard/tests/__init__.py || die
        fi
        nosetests billiard.tests || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
        use doc && local HTML_DOCS=( build/sphinx/html/. )
        distutils-r1_python_install_all
}




Reply via email to