idella4     15/06/25 14:03:17

  Modified:             ChangeLog
  Added:                jsonpatch-1.11.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.12                 dev-python/jsonpatch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   7 Jun 2015 13:39:51 -0000       1.11
+++ ChangeLog   25 Jun 2015 14:03:17 -0000      1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/jsonpatch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.11 
2015/06/07 13:39:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/ChangeLog,v 1.12 
2015/06/25 14:03:17 idella4 Exp $
+
+*jsonpatch-1.11 (25 Jun 2015)
+
+  25 Jun 2015; Ian Delaney <idel...@gentoo.org> +jsonpatch-1.11.ebuild:
+  bump
 
   07 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  dev-python/jsonpatch/jsonpatch-1.11.ebuild

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

Index: jsonpatch-1.11.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/jsonpatch-1.11.ebuild,v 
1.1 2015/06/25 14:03:17 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION="Apply JSON-Patches according to
        http://tools.ietf.org/html/draft-pbryan-json-patch-04";
HOMEPAGE="https://github.com/stefankoegl/python-json-patch";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

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

python_test() {
        "${PYTHON}" tests.py || die "Tests of tests.py fail with ${EPYTHON}"
        "${PYTHON}" ext_tests.py || die "Tests of ext_tests.py fail with 
${EPYTHON}"
}




Reply via email to