idella4     14/08/19 12:09:00

  Modified:             ChangeLog
  Added:                foolscap-0.6.5.ebuild
  Log:
  bump; drop py2.6, drop IUSE ssl from RDEPEND & set pyopenssl as a dep 
unconditionally, add IUSE test, tidy DEPEND & test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.48                 dev-python/foolscap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/foolscap/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   14 Aug 2014 16:38:20 -0000      1.47
+++ ChangeLog   19 Aug 2014 12:09:00 -0000      1.48
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/foolscap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/ChangeLog,v 1.47 
2014/08/14 16:38:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/ChangeLog,v 1.48 
2014/08/19 12:09:00 idella4 Exp $
+
+*foolscap-0.6.5 (19 Aug 2014)
+
+  19 Aug 2014; Ian Delaney <[email protected]> +foolscap-0.6.5.ebuild:
+  bump; drop py2.6, drop IUSE ssl from RDEPEND & set pyopenssl as a dep
+  unconditionally, add IUSE test, tidy DEPEND & test phase
 
   14 Aug 2014; Pawel Hajdan jr <[email protected]>
   foolscap-0.6.4-r1.ebuild:



1.1                  dev-python/foolscap/foolscap-0.6.5.ebuild

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

Index: foolscap-0.6.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/foolscap-0.6.5.ebuild,v 
1.1 2014/08/19 12:09:00 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="RPC protocol for Twisted"
HOMEPAGE="http://foolscap.lothar.com/trac http://pypi.python.org/pypi/foolscap";
SRC_URI="http://${PN}.lothar.com/releases/${P}.tar.gz";

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

RDEPEND=">=dev-python/twisted-core-2.5.0[${PYTHON_USEDEP}]
        >=dev-python/twisted-web-2.5.0[${PYTHON_USEDEP}]
        dev-python/pyopenssl[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( ${RDEPEND} )"

python_test() {
#       local -x LC_ALL=C
        trial ${PN} || die "Tests fail for ${EPYTHON}"
}

python_install_all() {
        distutils-r1_python_install_all

        if use doc; then
                dodoc doc/*.txt
                dohtml -A py,tpl,xhtml -r doc/*
        fi
}




Reply via email to