idella4     14/06/30 15:28:42

  Modified:             ChangeLog
  Added:                pyenchant-1.6.6.ebuild
  Log:
  bump; drop py2.6 add py3.3 py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.46                 dev-python/pyenchant/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   6 Jul 2013 00:56:03 -0000       1.45
+++ ChangeLog   30 Jun 2014 15:28:42 -0000      1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyenchant
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.45 
2013/07/06 00:56:03 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyenchant/ChangeLog,v 1.46 
2014/06/30 15:28:42 idella4 Exp $
+
+*pyenchant-1.6.6 (30 Jun 2014)
+
+  30 Jun 2014; Ian Delaney <[email protected]> +pyenchant-1.6.6.ebuild:
+  bump; drop py2.6 add py3.3 py3.4
 
   06 Jul 2013; Mike Gilbert <[email protected]> +files/pyenchant-setup.patch,
   pyenchant-1.6.5-r1.ebuild, pyenchant-1.6.5.ebuild:



1.1                  dev-python/pyenchant/pyenchant-1.6.6.ebuild

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

Index: pyenchant-1.6.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyenchant/pyenchant-1.6.6.ebuild,v 1.1 
2014/06/30 15:28:42 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="Python bindings for the Enchant spellchecking system"
HOMEPAGE="http://pyenchant.sourceforge.net 
http://pypi.python.org/pypi/pyenchant";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="
        >=app-text/enchant-${PV%.*}
        dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

python_test() {
        if [[ -n "$(LC_ALL="en_US.UTF-8" bash -c "" 2>&1)" ]]; then
                ewarn "Disabling tests due to missing en_US.UTF-8 locale"
        else
                esetup.py test
        fi
}




Reply via email to