public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/json-tools: json-tools-0.4.0.ebuild ChangeLog json-tools-0.3.2.ebuild
@ 2015-06-23  6:38 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2015-06-23  6:38 UTC (permalink / raw
  To: gentoo-commits

idella4     15/06/23 06:38:06

  Modified:             ChangeLog
  Added:                json-tools-0.4.0.ebuild
  Removed:              json-tools-0.3.2.ebuild
  Log:
  bump; add py3 support, rm old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.7                  dev-python/json-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/json-tools/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	7 Jun 2015 19:30:36 -0000	1.6
+++ ChangeLog	23 Jun 2015 06:38:06 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/json-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/json-tools/ChangeLog,v 1.6 2015/06/07 19:30:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/json-tools/ChangeLog,v 1.7 2015/06/23 06:38:06 idella4 Exp $
+
+*json-tools-0.4.0 (23 Jun 2015)
+
+  23 Jun 2015; Ian Delaney <idella4@gentoo.org> +json-tools-0.4.0.ebuild,
+  -json-tools-0.3.2.ebuild:
+  bump; add py3 support, rm old
 
   07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add bitbucket to remote-id in metadata.xml



1.1                  dev-python/json-tools/json-tools-0.4.0.ebuild

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

Index: json-tools-0.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/json-tools/json-tools-0.4.0.ebuild,v 1.1 2015/06/23 06:38:06 idella4 Exp $

EAPI=5

# 'Programming Language :: ...  in setup.py requires updating"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

MY_PN="json_tools"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A set of tools to manipulate JSON: diff, patch, and pretty-printing"
HOMEPAGE="https://pypi.python.org/pypi/json_tools https://bitbucket.org/vadim_semenov/json_tools"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
	dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	test? ( dev-python/nose[${PYTHON_USEDEP}] )"

S=${WORKDIR}/${MY_P}

python_test() {
	nosetests || die "Tests fail with ${EPYTHON}"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-23  6:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23  6:38 [gentoo-commits] gentoo-x86 commit in dev-python/json-tools: json-tools-0.4.0.ebuild ChangeLog json-tools-0.3.2.ebuild Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox