public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/deform: deform-0.9.4.ebuild ChangeLog
@ 2012-02-23  0:31 Marien Zwart (marienz)
  0 siblings, 0 replies; only message in thread
From: Marien Zwart (marienz) @ 2012-02-23  0:31 UTC (permalink / raw
  To: gentoo-commits

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
}






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

only message in thread, other threads:[~2012-02-23  0:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23  0:31 [gentoo-commits] gentoo-x86 commit in dev-python/deform: deform-0.9.4.ebuild ChangeLog Marien Zwart (marienz)

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