idella4     15/07/19 10:47:41

  Modified:             ChangeLog
  Added:                mantissa-0.8.0.ebuild
  Log:
  bump; minor corrections to deps, update HOMEPAGE & SRC_URI, update test phase
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.25                 dev-python/mantissa/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   8 Apr 2015 08:05:23 -0000       1.24
+++ ChangeLog   19 Jul 2015 10:47:41 -0000      1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/mantissa
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.24 
2015/04/08 08:05:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.25 
2015/07/19 10:47:41 idella4 Exp $
+
+*mantissa-0.8.0 (19 Jul 2015)
+
+  19 Jul 2015; Ian Delaney <[email protected]> +mantissa-0.8.0.ebuild:
+  bump; minor corrections to deps, update HOMEPAGE & SRC_URI, update test phase
 
   08 Apr 2015; Michał Górny <[email protected]> mantissa-0.7.0-r1.ebuild:
   Drop old Python implementations



1.1                  dev-python/mantissa/mantissa-0.8.0.ebuild

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

Index: mantissa-0.8.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.8.0.ebuild,v 
1.1 2015/07/19 10:47:41 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

MY_PN="${PN/m/M}"
DESCRIPTION="An extensible, multi-protocol, multi-user, interactive application 
server"
HOMEPAGE="https://github.com/twisted/mantissa";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"

KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
        >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
        >=dev-python/axiom-0.7.0[${PYTHON_USEDEP}]
        >=dev-python/cssutils-0.9.5[${PYTHON_USEDEP}]
        virtual/python-imaging[${PYTHON_USEDEP}]
        >=dev-python/nevow-0.9.5[${PYTHON_USEDEP}]
        >=dev-python/pytz-2012j[${PYTHON_USEDEP}]
        >=dev-python/twisted-core-14.0.0[${PYTHON_USEDEP}]
        >=dev-python/twisted-mail-14.0.0[${PYTHON_USEDEP}]
        >=dev-python/twisted-conch-14.0.0[${PYTHON_USEDEP}]
        >=dev-python/vertex-0.2[${PYTHON_USEDEP}]
        dev-python/pycrypto[${PYTHON_USEDEP}]"

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

TWISTED_PLUGINS=( axiom.plugins nevow.plugins xmantissa.plugins )

python_test() {
        # https://github.com/twisted/mantissa/issues/27
        einfo ""; einfo "suite currently lists a failure and errors, filed 
upstream"; einfo ""
        trial xmantissa || die "tests failed with ${EPYTHON}"
}

python_install() {
        distutils-r1_python_install

        # remove foreign caches we don't want to own
        find "${D}$(python_get_sitedir)" -name 'dropin.cache' -delete || die
        # then our own one
        touch "${D}$(python_get_sitedir)"/xmantissa/plugins/dropin.cache || die
}




Reply via email to