idella4     14/07/27 01:32:02

  Modified:             ChangeLog
  Added:                flask-whooshalchemy-0.56.ebuild
  Log:
  bump; add py3 pypy support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/flask-whooshalchemy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-whooshalchemy/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   11 Sep 2013 09:25:21 -0000      1.1
+++ ChangeLog   27 Jul 2014 01:32:02 -0000      1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/flask-whooshalchemy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-whooshalchemy/ChangeLog,v 
1.1 2013/09/11 09:25:21 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-whooshalchemy/ChangeLog,v 
1.2 2014/07/27 01:32:02 idella4 Exp $
+
+*flask-whooshalchemy-0.56 (27 Jul 2014)
+
+  27 Jul 2014; Ian Delaney <[email protected]>
+  +flask-whooshalchemy-0.56.ebuild:
+  bump; add py3 pypy support
 
 *flask-whooshalchemy-0.55a (11 Sep 2013)
 



1.1                  
dev-python/flask-whooshalchemy/flask-whooshalchemy-0.56.ebuild

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

Index: flask-whooshalchemy-0.56.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-whooshalchemy/flask-whooshalchemy-0.56.ebuild,v
 1.1 2014/07/27 01:32:02 idella4 Exp $

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

RESTRICT="test"         # appears pretty borken

inherit distutils-r1

MY_PN="Flask-WhooshAlchemy"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Whoosh extension to Flask/SQLAlchemy"
HOMEPAGE="https://github.com/gyllstromk/Flask-WhooshAlchemy 
https://pypi.python.org/pypi/${MY_PN}";
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"

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

RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
        dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
        dev-python/blinker[${PYTHON_USEDEP}]
        dev-python/whoosh[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"
#       test? (
#               dev-python/flask-testing[${PYTHON_USEDEP}] )"

S="${WORKDIR}/${MY_P}"

python_test() {
        nosetests || die "Testing failed with ${EPYTHON}"
}




Reply via email to