patrick     14/12/10 06:46:43

  Modified:             ChangeLog
  Added:                pyramid-1.5.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  dev-python/pyramid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyramid/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   25 Nov 2014 10:44:20 -0000      1.5
+++ ChangeLog   10 Dec 2014 06:46:43 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyramid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/ChangeLog,v 1.5 
2014/11/25 10:44:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/ChangeLog,v 1.6 
2014/12/10 06:46:43 patrick Exp $
+
+*pyramid-1.5.2 (10 Dec 2014)
+
+  10 Dec 2014; Patrick Lauer <[email protected]> +pyramid-1.5.2.ebuild:
+  Bump
 
   25 Nov 2014; Pacho Ramos <[email protected]> pyramid-1.5.1.ebuild:
   Support python 3.4



1.1                  dev-python/pyramid/pyramid-1.5.2.ebuild

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

Index: pyramid-1.5.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.2.ebuild,v 
1.1 2014/12/10 06:46:43 patrick Exp $

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

inherit distutils-r1

RESTRICT="test" # Can't package dependencies

DESCRIPTION="A small open source Python web framework"
HOMEPAGE="http://www.pylonsproject.org/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
#IUSE="test"
# tests would pull in net-zope/zope-deprecation with its deps - not a good idea

RDEPEND="
        dev-python/chameleon[${PYTHON_USEDEP}]
        dev-python/mako[${PYTHON_USEDEP}]
        dev-python/webob[${PYTHON_USEDEP}]
        dev-python/repoze-lru[${PYTHON_USEDEP}]
        dev-python/mako[${PYTHON_USEDEP}]
        net-zope/zope-interface[${PYTHON_USEDEP}]
        dev-python/translationstring[${PYTHON_USEDEP}]
        dev-python/pastedeploy[${PYTHON_USEDEP}]
        dev-python/venusian[${PYTHON_USEDEP}]
        "
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        "
        #test? ( dev-python/webtest[${PYTHON_USEDEP}]
        #       dev-python/nose[${PYTHON_USEDEP}]
        #       dev-python/coverage[${PYTHON_USEDEP}]
        #       dev-python/virtualenv[${PYTHON_USEDEP}]
        #       )
        #"

python_test() {
        nosetests || die "Tests fail with ${EPYTHON}"
}




Reply via email to