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

marienz     12/02/22 23:42:21

  Modified:             ChangeLog
  Added:                colander-0.9.6.ebuild
  Log:
  Version bump, fixes bug #404171. Add Python 3 support.
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/colander/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/colander/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Feb 2012 08:03:54 -0000	1.2
+++ ChangeLog	22 Feb 2012 23:42:21 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/colander
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/colander/ChangeLog,v 1.2 2012/02/07 08:03:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/colander/ChangeLog,v 1.3 2012/02/22 23:42:21 marienz Exp $
+
+*colander-0.9.6 (22 Feb 2012)
+
+  22 Feb 2012; Marien Zwart <marienz@gentoo.org> +colander-0.9.6.ebuild:
+  Version bump, fixes bug #404171. Add Python 3 support.
 
 *colander-0.9.4 (07 Feb 2012)
 



1.1                  dev-python/colander/colander-0.9.6.ebuild

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

Index: colander-0.9.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/colander/colander-0.9.6.ebuild,v 1.1 2012/02/22 23:42:21 marienz Exp $

EAPI=4

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

inherit distutils

DESCRIPTION="A simple schema-based serialization and deserialization library"
HOMEPAGE="http://docs.pylonsproject.org/projects/colander/en/latest/ http://pypi.python.org/pypi/colander"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

# MIT license is used by included (modified) iso8601.py code.
LICENSE="repoze MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# Depend on an ebuild of translationstring with Python 3 support.
RDEPEND=">=dev-python/translationstring-1.1"

DEPEND="${RDEPEND}
	dev-python/setuptools"

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

src_install() {
	distutils_src_install

	# The docs do not currently build for me and depend on 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). Include the source, which
	# is at least somewhat readable.

	docinto docs
	dodoc docs/*.rst
}






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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 23:42 [gentoo-commits] gentoo-x86 commit in dev-python/colander: colander-0.9.6.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