public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marien Zwart (marienz)" <marienz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/deform: deform-0.9.4.ebuild ChangeLog
Date: Thu, 23 Feb 2012 00:31:47 +0000 (UTC)	[thread overview]
Message-ID: <20120223003147.401192004B@flycatcher.gentoo.org> (raw)

marienz     12/02/23 00:31:47

  Modified:             ChangeLog
  Added:                deform-0.9.4.ebuild
  Log:
  Version bump, adding Python 3 compatibility.
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/deform/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/deform/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Feb 2012 02:56:49 -0000	1.2
+++ ChangeLog	23 Feb 2012 00:31:47 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/deform
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/ChangeLog,v 1.2 2012/02/08 02:56:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/ChangeLog,v 1.3 2012/02/23 00:31:47 marienz Exp $
+
+*deform-0.9.4 (23 Feb 2012)
+
+  23 Feb 2012; Marien Zwart <marienz@gentoo.org> +deform-0.9.4.ebuild:
+  Version bump, adding Python 3 compatibility.
 
 *deform-0.9.3 (08 Feb 2012)
 



1.1                  dev-python/deform/deform-0.9.4.ebuild

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

Index: deform-0.9.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.4.ebuild,v 1.1 2012/02/23 00:31:45 marienz Exp $

EAPI="3"

SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="2:2.6 3:3.2"
RESTRICT_PYTHON_ABIS="2.5 3.0 3.1"
DISTUTILS_SRC_TEST="setup.py"

inherit distutils

DESCRIPTION="Another form generation library"
HOMEPAGE="http://docs.pylonsproject.org/projects/deform/en/latest/ http://pypi.python.org/pypi/deform https://github.com/Pylons/deform"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# Depend on peppercorn, translationstring and colander with Python 3 support
RDEPEND=">=dev-python/translationstring-1.1
	>=dev-python/colander-0.9.6
	>=dev-python/peppercorn-0.4
	>=dev-python/chameleon-1.2.3"

# The tests depend on beautifulsoup4, which is not currently packaged.
# They will pass because setuptools downloads it from crummy.com
# during the test phase. This is undesirable, so restrict the tests for now.
# Revisit this in the future if beautifulsoup4 is packaged.
DEPEND="${RDEPEND}"
#	test? ( dev-python/beautifulsoup )"
RESTRICT="test"

# Include COPYRIGHT.txt because the license seems to require it.
DOCS="CHANGES.txt COPYRIGHT.txt README.txt"

src_install() {
	distutils_src_install

	# Install only the .rst source, as sphinx processing requires
	# a theme only available from git that contains hardcoded
	# references to files on https://static.pylonsproject.org/ (so
	# the docs would not actually work offline). Install the
	# source, which is somewhat readable.
	docinto docs
	dodoc docs/*.rst
}






                 reply	other threads:[~2012-02-23  0:31 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=20120223003147.401192004B@flycatcher.gentoo.org \
    --to=marienz@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