idella4     14/05/12 06:44:53

  Modified:             django-1.6.4.ebuild django-1.5.7.ebuild ChangeLog
  Log:
  add pypy support, update ebuilds to suit
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/django/django-1.6.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.6.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.6.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.6.4.ebuild?r1=1.1&r2=1.2

Index: django-1.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-1.6.4.ebuild 3 May 2014 01:57:47 -0000       1.1
+++ django-1.6.4.ebuild 12 May 2014 06:44:52 -0000      1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.4.ebuild,v 1.1 
2014/05/03 01:57:47 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.4.ebuild,v 1.2 
2014/05/12 06:44:52 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 PYTHON_REQ_USE='sqlite?'
 WEBAPP_NO_AUTO_INSTALL="yes"
 
@@ -20,15 +20,17 @@
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc mysql postgres sqlite test"
 
-PY2_USEDEP=$(python_gen_usedep 'python2*')
+PY2_USEDEP=$(python_gen_usedep python2_7)
+PY23_USEDEP=$(python_gen_usedep python2_7 'python{3_3,3_4}')
 RDEPEND="virtual/python-imaging[${PYTHON_USEDEP}]
-       postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
+       postgres? ( dev-python/psycopg:2[${PY23_USEDEP}] )
        mysql? ( >=dev-python/mysql-python-1.2.3[${PY2_USEDEP}] )"
 DEPEND="${RDEPEND}
        doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
        test? ( ${PYTHON_DEPS//sqlite?/sqlite} )"
 
-REQUIRED_USE="mysql? ( || ( $(python_gen_useflags 'python2*') ) )"
+REQUIRED_USE="mysql? ( || ( $(python_gen_useflags python2_7) ) )
+               postgres? ( || ( $(python_gen_useflags 'python{2_7,3_3,3_4}') ) 
)"
 
 S="${WORKDIR}/${MY_P}"
 



1.2                  dev-python/django/django-1.5.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.7.ebuild?r1=1.1&r2=1.2

Index: django-1.5.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-1.5.7.ebuild 3 May 2014 01:57:47 -0000       1.1
+++ django-1.5.7.ebuild 12 May 2014 06:44:52 -0000      1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.7.ebuild,v 1.1 
2014/05/03 01:57:47 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.7.ebuild,v 1.2 
2014/05/12 06:44:52 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy )
 PYTHON_REQ_USE='sqlite?'
 WEBAPP_NO_AUTO_INSTALL="yes"
 
@@ -20,16 +20,17 @@
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc mysql postgres sqlite test"
 
-PY2_USEDEP=$(python_gen_usedep 'python2*')
+PY2_USEDEP=$(python_gen_usedep python2_7)
+PY23_USEDEP=$(python_gen_usedep python2_7 'python{3_3,3_4}')
 RDEPEND="virtual/python-imaging[${PYTHON_USEDEP}]
-       postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
+       postgres? ( dev-python/psycopg:2[${PY23_USEDEP}] )
        mysql? ( >=dev-python/mysql-python-1.2.3[${PY2_USEDEP}] )"
 DEPEND="${RDEPEND}
        doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
        test? ( ${PYTHON_DEPS//sqlite?/sqlite} )"
 
-REQUIRED_USE="mysql? ( || ( $(python_gen_useflags 'python2*') ) )"
-
+REQUIRED_USE="mysql? ( || ( $(python_gen_useflags 'python2*') ) )
+               postgres? ( || ( $(python_gen_useflags 'python{2_7,3_3,3_4}') ) 
)"
 S="${WORKDIR}/${MY_P}"
 
 WEBAPP_MANUAL_SLOT="yes"



1.130                dev-python/django/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   3 May 2014 01:57:47 -0000       1.129
+++ ChangeLog   12 May 2014 06:44:52 -0000      1.130
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.129 
2014/05/03 01:57:47 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.130 
2014/05/12 06:44:52 idella4 Exp $
+
+  12 May 2014; Ian Delaney <[email protected]> django-1.5.7.ebuild,
+  django-1.6.4.ebuild:
+  add pypy support, update ebuilds to suit
 
 *django-1.5.7 (03 May 2014)
 *django-1.6.4 (03 May 2014)




Reply via email to