public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean (chutzpah)" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog
Date: Thu, 14 Nov 2013 23:38:36 +0000 (UTC)	[thread overview]
Message-ID: <20131114233836.8F55E2004B@flycatcher.gentoo.org> (raw)

chutzpah    13/11/14 23:38:36

  Modified:             ChangeLog
  Added:                jsonschema-2.3.0.ebuild
  Log:
  jsonschema-2.3.0.ebuild
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.8                  dev-python/jsonschema/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Sep 2013 18:46:51 -0000	1.7
+++ ChangeLog	14 Nov 2013 23:38:36 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/jsonschema
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.7 2013/09/05 18:46:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.8 2013/11/14 23:38:36 chutzpah Exp $
+
+*jsonschema-2.3.0 (14 Nov 2013)
+
+  14 Nov 2013; Patrick McLean <chutzpah@gentoo.org> +jsonschema-2.3.0.ebuild:
+  Version bump.
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> jsonschema-2.0.0.ebuild:
   Clean up PYTHON_COMPAT from old implementations.



1.1                  dev-python/jsonschema/jsonschema-2.3.0.ebuild

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

Index: jsonschema-2.3.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.1 2013/11/14 23:38:36 chutzpah Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1

DESCRIPTION="An implementation of JSON-Schema validation for Python"
HOMEPAGE="http://pypi.python.org/pypi/jsonschema"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

DEPEND="test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
RDEPEND=""

python_test() {
	local runner=( "${PYTHON}" -m unittest )
	if [[ ${EPYTHON} == python2.6 || ${EPYTHON} == python3.1 ]]; then
		unset PYTHONPATH
		runner=( unit2.py )
	fi
	"${runner[@]}" discover || die "Testing failed with ${EPYTHON}"
}





             reply	other threads:[~2013-11-14 23:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-14 23:38 Patrick McLean (chutzpah) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-03-19 18:21 [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog Sebastien Fabbro (bicatali)
2014-07-06 12:42 Michal Gorny (mgorny)
2015-02-19 10:40 Agostino Sarubbo (ago)
2015-02-20 10:09 Pacho Ramos (pacho)
2015-04-08  8:04 Michal Gorny (mgorny)

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=20131114233836.8F55E2004B@flycatcher.gentoo.org \
    --to=chutzpah@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