public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/mwlib: mwlib-0.13.8.ebuild ChangeLog
@ 2012-06-28  7:07 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-06-28  7:07 UTC (permalink / raw
  To: gentoo-commits

patrick     12/06/28 07:07:01

  Modified:             ChangeLog
  Added:                mwlib-0.13.8.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-python/mwlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	19 May 2012 11:24:34 -0000	1.15
+++ ChangeLog	28 Jun 2012 07:07:01 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/mwlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.15 2012/05/19 11:24:34 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.16 2012/06/28 07:07:01 patrick Exp $
+
+*mwlib-0.13.8 (28 Jun 2012)
+
+  28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +mwlib-0.13.8.ebuild:
+  Bump
 
 *mwlib-0.13.7 (19 May 2012)
 
@@ -67,4 +72,3 @@
   18 Apr 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
   +mwlib-0.10.1.ebuild:
   Initial import. Ebuild by Richard Ash. Fixes #266163
-



1.1                  dev-python/mwlib/mwlib-0.13.8.ebuild

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

Index: mwlib-0.13.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/mwlib-0.13.8.ebuild,v 1.1 2012/06/28 07:07:01 patrick Exp $

EAPI=4

PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-pypy-* *-jython"
DISTUTILS_SRC_TEST=py.test

inherit distutils eutils

DESCRIPTION="Tools for parsing Mediawiki content to other formats"
HOMEPAGE="http://code.pediapress.com/wiki/wiki http://pypi.python.org/pypi/mwlib"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

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

RDEPEND="dev-python/lxml
	=dev-python/odfpy-0.9*
	dev-python/pyPdf
	dev-python/pyparsing
	dev-python/timelib
	virtual/latex-base
	>=dev-python/simplejson-2.5
	dev-python/gevent
	dev-python/bottle
	dev-python/apipkg
	dev-python/qserve
	dev-python/roman
	dev-python/py
	dev-python/sqlite3dbm"
DEPEND="${RDEPEND}
	dev-python/setuptools
	app-arch/unzip
	doc? ( dev-python/sphinx )"

PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")

DOCS="changelog.rst"

src_prepare() {
	# mwlib.apipkg is actually used.
	sed -e 's/, "apipkg"//' -i setup.py || die

	# Execute odflint script.
	sed \
		-e "/def _get_odflint_module():/,/odflint =	_get_odflint_module()/d" \
		-e "s/odflint.lint(path)/os.system('odflint %s' % path)/" \
		-i tests/test_odfwriter.py || die

	distutils_src_prepare

	# Disable test which requires installed mw-zip script.
	rm -f tests/test_{nuwiki,redirect,zipwiki}.py
	# Disable render test that fails for no apparent reason
	rm -f tests/test_render.py
}

src_compile() {
	distutils_src_compile
	if use doc; then
		emake -C docs html
	fi
}

src_test() {
	distutils_src_test tests
}

src_install() {
	distutils_src_install
	if use doc; then
		dohtml -r docs/_build/html/
	fi
}






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

only message in thread, other threads:[~2012-06-28  7:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28  7:07 [gentoo-commits] gentoo-x86 commit in dev-python/mwlib: mwlib-0.13.8.ebuild ChangeLog Patrick Lauer (patrick)

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