public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mwlib: mwlib-0.13.8.ebuild ChangeLog
Date: Thu, 28 Jun 2012 07:07:01 +0000 (UTC)	[thread overview]
Message-ID: <20120628070701.4F1702004B@flycatcher.gentoo.org> (raw)

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
}






                 reply	other threads:[~2012-06-28  7:07 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=20120628070701.4F1702004B@flycatcher.gentoo.org \
    --to=patrick@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