idella4     14/12/15 14:40:23

  Modified:             ChangeLog
  Added:                pythondialog-3.2.1.ebuild
  Removed:              pythondialog-3.1.0.ebuild
  Log:
  bump; add IUSE and all that goes with a doc build, add pypy3, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.23                 dev-python/pythondialog/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   26 Oct 2014 12:12:01 -0000      1.22
+++ ChangeLog   15 Dec 2014 14:40:23 -0000      1.23
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pythondialog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.22 
2014/10/26 12:12:01 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.23 
2014/12/15 14:40:23 idella4 Exp $
+
+*pythondialog-3.2.1 (15 Dec 2014)
+
+  15 Dec 2014; Ian Delaney <idel...@gentoo.org> +pythondialog-3.2.1.ebuild,
+  -pythondialog-3.1.0.ebuild, pythondialog-3.2.0.ebuild:
+  bump; add IUSE and all that goes with a doc build, add pypy3, rm old
 
 *pythondialog-3.2.0 (26 Oct 2014)
 



1.1                  dev-python/pythondialog/pythondialog-3.2.1.ebuild

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

Index: pythondialog-3.2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.1.ebuild,v 1.1 
2014/12/15 14:40:23 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{3_3,3_4} pypy3 )

inherit distutils-r1

DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
HOMEPAGE="http://pythondialog.sourceforge.net/";
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="doc examples"

DEPEND="dev-util/dialog
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
RDEPEND="${DEPEND}"

python_prepare_all() {
        sed -e "/^    'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
        distutils-r1_python_prepare_all
}

python_compile_all() {
        use doc && emake -C doc html
}

python_install_all() {
        use examples && local EXAMPLES=( examples/. )
        use doc && local HTML_DOCS=( doc/_build/html/. )

        distutils-r1_python_install_all
}




Reply via email to