public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman (djc)" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rply: rply-0.7.3.ebuild ChangeLog
Date: Mon, 29 Dec 2014 11:56:51 +0000 (UTC)	[thread overview]
Message-ID: <20141229115651.CE5B9E6B5@oystercatcher.gentoo.org> (raw)

djc         14/12/29 11:56:51

  Modified:             ChangeLog
  Added:                rply-0.7.3.ebuild
  Log:
  Version bump rply to 0.7.3
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)

Revision  Changes    Path
1.6                  dev-python/rply/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Apr 2014 06:52:17 -0000	1.5
+++ ChangeLog	29 Dec 2014 11:56:51 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/rply
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.5 2014/04/24 06:52:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/ChangeLog,v 1.6 2014/12/29 11:56:51 djc Exp $
+
+*rply-0.7.3 (29 Dec 2014)
+
+  29 Dec 2014; Dirkjan Ochtman <djc@gentoo.org> +rply-0.7.3.ebuild:
+  Version bump rply to 0.7.3
 
   24 Apr 2014; Ian Delaney <idella4@gentoo.org> rply-0.7.2-r1.ebuild:
   Excluding failed tests under py3 subsequent to upstream issue rply/issues/26,



1.1                  dev-python/rply/rply-0.7.3.ebuild

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

Index: rply-0.7.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/rply/rply-0.7.3.ebuild,v 1.1 2014/12/29 11:56:51 djc Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="Pure python parser generator that also works with RPython"
HOMEPAGE="https://github.com/alex/rply"
SRC_URI="https://github.com/alex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
	test? (
		dev-python/py[${PYTHON_USEDEP}]
		dev-python/pytest[${PYTHON_USEDEP}] )"

python_prepare() {
	# https://github.com/alex/rply/issues/26; fail under py[3-4]
	if python_is_python3; then
		sed -e s':test_simple:_&:' -e s':test_empty_production:_&:' \
			-i tests/test_parsergenerator.py
	fi
	distutils-r1_python_prepare
}

python_test() {
	py.test || die "Tests fail with ${EPYTHON}"
}





             reply	other threads:[~2014-12-29 11:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-29 11:56 Dirkjan Ochtman (djc) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 [gentoo-commits] gentoo-x86 commit in dev-python/rply: rply-0.7.3.ebuild ChangeLog 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=20141229115651.CE5B9E6B5@oystercatcher.gentoo.org \
    --to=djc@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