jlec        15/05/08 13:50:06

  Modified:             ChangeLog
  Added:                django-tables2-0.16.0-r1.ebuild
  Log:
  Backport patch for deprecated functions
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.2                  dev-python/django-tables2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-tables2/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   8 Apr 2015 14:17:18 -0000       1.1
+++ ChangeLog   8 May 2015 13:50:06 -0000       1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/django-tables2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tables2/ChangeLog,v 1.1 
2015/04/08 14:17:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tables2/ChangeLog,v 1.2 
2015/05/08 13:50:06 jlec Exp $
+
+*django-tables2-0.16.0-r1 (08 May 2015)
+
+  08 May 2015; Justin Lecher <[email protected]> 
+django-tables2-0.16.0-r1.ebuild,
+  +files/django-tables2-0.16.0-django-1.9-deprecation.patch:
+  Backport patch for deprecated functions
 
 *django-tables2-0.16.0 (08 Apr 2015)
 



1.1                  dev-python/django-tables2/django-tables2-0.16.0-r1.ebuild

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

Index: django-tables2-0.16.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-tables2/django-tables2-0.16.0-r1.ebuild,v
 1.1 2015/05/08 13:50:06 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )

inherit distutils-r1

DESCRIPTION="Table/data-grid framework for Django"
HOMEPAGE="https://pypi.python.org/pypi/django-tables2/ 
https://github.com/bradleyayers/django-tables2/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
"

PATCHES=( "${FILESDIR}"/${P}-django-1.9-deprecation.patch  )




Reply via email to