public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode (prometheanfire)" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/anyjson: ChangeLog anyjson-0.2.4.ebuild
Date: Sat, 26 Jan 2013 08:51:27 +0000 (UTC)	[thread overview]
Message-ID: <20130126085127.224A62171D@flycatcher.gentoo.org> (raw)

prometheanfire    13/01/26 08:51:27

  Modified:             ChangeLog
  Added:                anyjson-0.2.4.ebuild
  Log:
  adding anyjson-0.2.4 because sys-cluster/quantum requires it :(
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.6                  dev-python/anyjson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/anyjson/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	13 Jan 2013 20:41:11 -0000	1.5
+++ ChangeLog	26 Jan 2013 08:51:26 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/anyjson
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/anyjson/ChangeLog,v 1.5 2013/01/13 20:41:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/anyjson/ChangeLog,v 1.6 2013/01/26 08:51:26 prometheanfire Exp $
+
+*anyjson-0.2.4 (26 Jan 2013)
+
+  26 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> +anyjson-0.2.4.ebuild:
+  adding anyjson-0.2.4 because sys-cluster/quantum requires it :(
 
 *anyjson-0.3.3-r1 (13 Jan 2013)
 



1.1                  dev-python/anyjson/anyjson-0.2.4.ebuild

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

Index: anyjson-0.2.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/anyjson/anyjson-0.2.4.ebuild,v 1.1 2013/01/26 08:51:26 prometheanfire Exp $

EAPI=5

PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )

inherit distutils-r1

DESCRIPTION="Wraps the best available JSON implementation available in a common interface"
HOMEPAGE="http://bitbucket.org/runeh/anyjson"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

# python2.6+ has builtin json module
# python2.5 needs any of the supported impls
RDEPEND="
	python_targets_python2_5? (
		dev-python/simplejson[python_targets_python2_5] )"

# please keep all supported implementations in 'test?'
# to make sure the package is used in the widest way
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	test? (
		dev-python/nose[${PYTHON_USEDEP}]
		dev-python/simplejson[$(python_gen_usedep python2* python3_3 pypy*)]
	)"

python_test() {
	cp -r -l tests "${BUILD_DIR}"/lib || die
	if [[ ${EPYTHON} == python3* ]]; then
		2to3 -w --no-diffs "${BUILD_DIR}"/lib || die
	fi

	nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}"
}





                 reply	other threads:[~2013-01-26  8:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130126085127.224A62171D@flycatcher.gentoo.org \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox