radhermit    15/02/17 07:10:41

  Modified:             ChangeLog
  Added:                ijson-2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  Changes    Path
1.9                  dev-python/ijson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ijson/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   19 Jan 2015 15:52:27 -0000      1.8
+++ ChangeLog   17 Feb 2015 07:10:41 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/ijson
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ijson/ChangeLog,v 1.8 2015/01/19 
15:52:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ijson/ChangeLog,v 1.9 2015/02/17 
07:10:41 radhermit Exp $
+
+*ijson-2.1 (17 Feb 2015)
+
+  17 Feb 2015; Tim Harder <[email protected]> +ijson-2.1.ebuild:
+  Version bump.
 
   19 Jan 2015; Tim Harder <[email protected]> metadata.xml:
   Drop myself from metadata.



1.1                  dev-python/ijson/ijson-2.1.ebuild

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

Index: ijson-2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ijson/ijson-2.1.ebuild,v 1.1 
2015/02/17 07:10:41 radhermit Exp $

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

inherit distutils-r1

DESCRIPTION="Iterative JSON parser with a Pythonic interface"
HOMEPAGE="https://github.com/isagalaev/ijson http://pypi.python.org/pypi/ijson/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

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




Reply via email to