idella4     14/09/17 13:22:35

  Modified:             ChangeLog
  Added:                django-setuptest-0.1.5.ebuild
  Log:
  bump; update deps
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.7                  dev-python/django-setuptest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 May 2014 08:33:59 -0000      1.6
+++ ChangeLog   17 Sep 2014 13:22:35 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/django-setuptest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.6 
2014/05/10 08:33:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-setuptest/ChangeLog,v 1.7 
2014/09/17 13:22:35 idella4 Exp $
+
+*django-setuptest-0.1.5 (17 Sep 2014)
+
+  17 Sep 2014; Ian Delaney <idel...@gentoo.org> +django-setuptest-0.1.5.ebuild:
+  bump; update deps
 
   10 May 2014; Ian Delaney <idel...@gentoo.org> django-setuptest-0.1.4.ebuild:
   drop py2.6 add py3.3 py3.4 pypy support



1.1                  dev-python/django-setuptest/django-setuptest-0.1.5.ebuild

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

Index: django-setuptest-0.1.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/django-setuptest/django-setuptest-0.1.5.ebuild,v
 1.1 2014/09/17 13:22:35 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION="Simple test suite enabling Django app testing via setup.py"
HOMEPAGE="https://github.com/praekelt/django-setuptest";
SRC_URI="https://github.com/praekelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"

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

RDEPEND="dev-python/pep8[${PYTHON_USEDEP}]
        dev-python/coverage[${PYTHON_USEDEP}]
        dev-python/django[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]"

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




Reply via email to