[gentoo-commits] gentoo-x86 commit in dev-python/python-ldap: python-ldap-2.4.15.ebuild ChangeLog

2014-05-14 Thread Ian Delaney (idella4)
idella4 14/05/14 08:31:55

  Modified: ChangeLog
  Added:python-ldap-2.4.15.ebuild
  Log:
  bump; drop py2.6 support, drop IUSE doc, update deps
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.132dev-python/python-ldap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.132view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.132content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?r1=1.131r2=1.132

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog   9 Apr 2014 21:32:50 -   1.131
+++ ChangeLog   14 May 2014 08:31:55 -  1.132
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-ldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.131 
2014/04/09 21:32:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.132 
2014/05/14 08:31:55 idella4 Exp $
+
+*python-ldap-2.4.15 (14 May 2014)
+
+  14 May 2014; Ian Delaney idel...@gentoo.org +python-ldap-2.4.15.ebuild,
+  python-ldap-2.4.14.ebuild:
+  bump; drop py2.6 support, drop IUSE doc, update deps
 
   09 Apr 2014; Michał Górny mgo...@gentoo.org python-ldap-.ebuild:
   Remove python2.5 leftover.



1.1  dev-python/python-ldap/python-ldap-2.4.15.ebuild

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

Index: python-ldap-2.4.15.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v 1.1 
2014/05/14 08:31:55 idella4 Exp $

EAPI=5

# pypy: bug #458558 (wrong linker options due to not respecting CC)
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 multilib

DESCRIPTION=Various LDAP-related Python modules
HOMEPAGE=http://www.python-ldap.org http://pypi.python.org/pypi/python-ldap;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=PSF-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-solaris
IUSE=examples sasl ssl

# If you need support for openldap-2.3.x, please use python-ldap-2.3.9.
# python team: Please do not remove python-ldap-2.3.9 from the tree.
# OpenSSL is an optional runtime dep.
RDEPEND=net-nds/openldap-2.4.11
dev-python/pyasn1[${PYTHON_USEDEP}]
sasl? ( =dev-libs/cyrus-sasl-2.1 )
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

python_prepare_all() {
sed -e s:^library_dirs =.*:library_dirs = /usr/$(get_libdir) 
/usr/$(get_libdir)/sasl2: \
-e s:^include_dirs =.*:include_dirs = ${EPREFIX}/usr/include 
${EPREFIX}/usr/include/sasl: \
-i setup.cfg || die error fixing setup.cfg

local mylibs=ldap
if use sasl; then
use ssl  mylibs=ldap_r
mylibs=${mylibs} sasl2
else
sed -e 's/HAVE_SASL//g' -i setup.cfg || die
fi
use ssl  mylibs=${mylibs} ssl crypto
use elibc_glibc  mylibs=${mylibs} resolv

sed -e s:^libs = .*:libs = lber ${mylibs}: \
-i setup.cfg || die error setting up libs in setup.cfg

distutils-r1_python_prepare_all
}

python_test() {
# XXX: the tests supposedly can start local slapd
# but it requires some manual config, it seems.

${PYTHON} Tests/t_ldapurl.py || die Tests fail with ${EPYTHON}
}

python_install_all() {
use examples  local EXAMPLES=( Demo/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/mockldap: mockldap-0.2.0.ebuild ChangeLog

2014-05-14 Thread Ian Delaney (idella4)
idella4 14/05/14 08:54:51

  Modified: ChangeLog
  Added:mockldap-0.2.0.ebuild
  Log:
  bump; drop py2.6 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.9  dev-python/mockldap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mockldap/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mockldap/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mockldap/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mockldap/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   12 Apr 2014 08:35:10 -  1.8
+++ ChangeLog   14 May 2014 08:54:51 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/mockldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mockldap/ChangeLog,v 1.8 
2014/04/12 08:35:10 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mockldap/ChangeLog,v 1.9 
2014/05/14 08:54:51 idella4 Exp $
+
+*mockldap-0.2.0 (14 May 2014)
+
+  14 May 2014; Ian Delaney idel...@gentoo.org +mockldap-0.2.0.ebuild:
+  bump; drop py2.6 support
 
 *mockldap-0.1.7 (12 Apr 2014)
 



1.1  dev-python/mockldap/mockldap-0.2.0.ebuild

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

Index: mockldap-0.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mockldap/mockldap-0.2.0.ebuild,v 
1.1 2014/05/14 08:54:51 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=A simple mock implementation of python-ldap
HOMEPAGE=https://bitbucket.org/psagers/mockldap/ 
https://pypi.python.org/pypi/mockldap;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND=~dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-ldap[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/passlib[${PYTHON_USEDEP}] )

# Disable un-needed d'loading during doc build
PATCHES=( ${FILESDIR}/mapping.patch )

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

python_test() {
esetup.py test
}

python_install_all() {
use doc  local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}

pkg_postinst() {
if ! has_version dev-python/passlib; then
elog Please install dev-python/passlib for hashed password 
support.
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/nose: nose-1.3.3.ebuild ChangeLog

2014-05-14 Thread Ian Delaney (idella4)
idella4 14/05/14 11:21:44

  Modified: ChangeLog
  Added:nose-1.3.3.ebuild
  Log:
  bump; drop py2.6
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.127dev-python/nose/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/ChangeLog?rev=1.127view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/ChangeLog?rev=1.127content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/ChangeLog?r1=1.126r2=1.127

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   22 Apr 2014 08:30:33 -  1.126
+++ ChangeLog   14 May 2014 11:21:44 -  1.127
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/nose
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.126 
2014/04/22 08:30:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.127 
2014/05/14 11:21:44 idella4 Exp $
+
+*nose-1.3.3 (14 May 2014)
+
+  14 May 2014; Ian Delaney idel...@gentoo.org +nose-1.3.3.ebuild:
+  bump; drop py2.6
 
 *nose-1.3.1-r1 (22 Apr 2014)
 



1.1  dev-python/nose/nose-1.3.3.ebuild

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

Index: nose-1.3.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.3.ebuild,v 1.1 
2014/05/14 11:21:44 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1 eutils

DESCRIPTION=A unittest extension offering automatic test suite discovery and 
easy test authoring
HOMEPAGE=http://pypi.python.org/pypi/nose http://readthedocs.org/docs/nose/ 
https://bitbucket.org/jpellerin/nose;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
IUSE=doc examples test

RDEPEND=dev-python/coverage[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
doc? ( =dev-python/sphinx-0.6 )
test? ( dev-python/twisted-core
dev-python/unittest2 )

DOCS=( AUTHORS )
#PATCHES=(
#   ${FILESDIR}/${PN}-1.2.1-skiptest.patch
#   ${FILESDIR}/${PN}-1.3.1-version.patch )

python_prepare_all() {
# Tests need to be converted, and they don't respect BUILD_DIR.
use test  DISTUTILS_IN_SOURCE_BUILD=1

# Disable tests requiring network connection.
sed \
-e s/test_resolve/_/g \
-e s/test_raises_bad_return/_/g \
-e s/test_raises_twisted_error/_/g \
-i unit_tests/test_twisted.py || die sed failed
# Disable versioning of nosetests script to avoid collision with
# versioning performed by the eclass.
sed -e /'nosetests%s = nose:run_exit' % py_vers_tag,/d \
-i setup.py || die sed2 failed

distutils-r1_python_prepare_all
}

python_compile() {
local add_targets=()

if use test; then
add_targets+=( egg_info )
python_is_python3  add_targets+=( build_tests )
fi

distutils-r1_python_compile ${add_targets[@]}
}

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

src_test() {
# nosetests use heavy multiprocessing during the tests.
# this shall make them less likely to kill your system or timeout.
local DISTUTILS_NO_PARALLEL_BUILD=1

distutils-r1_src_test
}

python_test() {
${PYTHON} selftest.py || die Tests fail with ${EPYTHON}
}

python_install() {
distutils-r1_python_install --install-data ${EPREFIX}/usr/share
}

python_install_all() {
local EXAMPLES=( examples/. )
distutils-r1_python_install_all

if use doc; then
dohtml -r -A txt doc/.build/html/.
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/peewee: peewee-2.1.6.ebuild ChangeLog

2014-05-14 Thread Ian Delaney (idella4)
idella4 14/05/14 23:21:07

  Modified: ChangeLog
  Added:peewee-2.1.6.ebuild
  Log:
  bumpity bump, add IUSE examples, cleanup
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/peewee/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/peewee/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   9 May 2014 06:07:55 -   1.4
+++ ChangeLog   14 May 2014 23:21:07 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/peewee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.4 
2014/05/09 06:07:55 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.5 
2014/05/14 23:21:07 idella4 Exp $
+
+*peewee-2.1.6 (14 May 2014)
+
+  14 May 2014; Ian Delaney idel...@gentoo.org +peewee-2.1.6.ebuild:
+  bumpity bump, add IUSE examples, cleanup
 
 *peewee-2.1.5 (09 May 2014)
 



1.1  dev-python/peewee/peewee-2.1.6.ebuild

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

Index: peewee-2.1.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/peewee/peewee-2.1.6.ebuild,v 1.1 
2014/05/14 23:21:07 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Small python ORM
HOMEPAGE=https://github.com/coleifer/peewee/;
SRC_URI=https://github.com/coleifer/${PN}/archive/${PV}.tar.gz;
LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=examples test

RDEPEND=
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/apsw[${PYTHON_USEDEP}]
dev-python/psycopg[${PYTHON_USEDEP}]
)

python_test() {
${PYTHON} ./runtests.py || die tests failed
}

python_install_all() {
use examples  local EXAMPLES=( example/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/py2neo: py2neo-1.6.4.ebuild ChangeLog

2014-05-14 Thread Ian Delaney (idella4)
idella4 14/05/15 01:52:54

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

Revision  ChangesPath
1.5  dev-python/py2neo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py2neo/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   12 Apr 2014 13:22:58 -  1.4
+++ ChangeLog   15 May 2014 01:52:54 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/py2neo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.4 
2014/04/12 13:22:58 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.5 
2014/05/15 01:52:54 idella4 Exp $
+
+*py2neo-1.6.4 (15 May 2014)
+
+  15 May 2014; Ian Delaney idel...@gentoo.org +py2neo-1.6.4.ebuild:
+  bump; drop py2.6 add py3.4 pypy support
 
 *py2neo-1.6.3 (12 Apr 2014)
 



1.1  dev-python/py2neo/py2neo-1.6.4.ebuild

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

Index: py2neo-1.6.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-1.6.4.ebuild,v 1.1 
2014/05/15 01:52:54 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=A simple and pragmatic library which accesses the Neo4j graph 
database
HOMEPAGE=http://py2neo.org;
SRC_URI=mirror://pypi/p/${PN}/${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=






[gentoo-commits] gentoo-x86 commit in dev-python/pyaudio: pyaudio-0.2.8.ebuild ChangeLog

2014-05-14 Thread Ian Delaney (idella4)
idella4 14/05/15 02:54:53

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

Revision  ChangesPath
1.18 dev-python/pyaudio/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   3 Mar 2014 23:45:54 -   1.17
+++ ChangeLog   15 May 2014 02:54:53 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyaudio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.17 
2014/03/03 23:45:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.18 
2014/05/15 02:54:53 idella4 Exp $
+
+*pyaudio-0.2.8 (15 May 2014)
+
+  15 May 2014; Ian Delaney idel...@gentoo.org +pyaudio-0.2.8.ebuild:
+  bump; drop py2.6 py3.2 add py3.4 pypy support
 
   03 Mar 2014; Pacho Ramos pa...@gentoo.org pyaudio-0.2.7-r1.ebuild:
   amd64 stable, bug #495606



1.1  dev-python/pyaudio/pyaudio-0.2.8.ebuild

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

Index: pyaudio-0.2.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild,v 
1.1 2014/05/15 02:54:53 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Python bindings for PortAudio
HOMEPAGE=http://people.csail.mit.edu/hubert/pyaudio/;
SRC_URI=http://people.csail.mit.edu/hubert/pyaudio/packages/${P}.tar.gz;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc

DEPEND=media-libs/portaudio
RDEPEND=${DEPEND}

S=${WORKDIR}/PyAudio-${PV}

python_install_all() {
use doc  local HTML_DOCS=( docs/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyconstruct: pyconstruct-2.5.2.ebuild ChangeLog pyconstruct-2.5.0-r1.ebuild pyconstruct-2.04.ebuild pyconstruct-2.0.0.ebuild pyconstruct-2.5.0.ebuild p

2014-05-14 Thread Ian Delaney (idella4)
idella4 14/05/15 04:29:21

  Modified: ChangeLog
  Added:pyconstruct-2.5.2.ebuild
  Removed:  pyconstruct-2.5.0-r1.ebuild pyconstruct-2.04.ebuild
pyconstruct-2.0.0.ebuild pyconstruct-2.5.0.ebuild
pyconstruct-2.06.ebuild
  Log:
  bump; drop py2.6 add py3 pypy support, rm old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.9  dev-python/pyconstruct/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyconstruct/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   22 May 2013 07:28:51 -  1.8
+++ ChangeLog   15 May 2014 04:29:20 -  1.9
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pyconstruct
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v 1.8 
2013/05/22 07:28:51 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyconstruct/ChangeLog,v 1.9 
2014/05/15 04:29:20 idella4 Exp $
+
+*pyconstruct-2.5.2 (15 May 2014)
+
+  15 May 2014; Ian Delaney idel...@gentoo.org +pyconstruct-2.5.2.ebuild,
+  -pyconstruct-2.0.0.ebuild, -pyconstruct-2.04.ebuild, 
-pyconstruct-2.06.ebuild,
+  -pyconstruct-2.5.0-r1.ebuild, -pyconstruct-2.5.0.ebuild:
+  bump; drop py2.6 add py3 pypy support, rm old
 
 *pyconstruct-2.5.1 (22 May 2013)
 



1.1  dev-python/pyconstruct/pyconstruct-2.5.2.ebuild

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

Index: pyconstruct-2.5.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyconstruct/pyconstruct-2.5.2.ebuild,v 1.1 
2014/05/15 04:29:20 idella4 Exp $

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

inherit distutils-r1

MY_PN=construct
MY_P=${MY_PN}-${PV}

DESCRIPTION=A powerful declarative parser for binary data
HOMEPAGE=http://construct.wikispaces.com/ 
http://pypi.python.org/pypi/construct;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=dev-python/six[${PYTHON_USEDEP}]

S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in dev-python/bottle: bottle-0.12.5.ebuild ChangeLog

2014-05-15 Thread Ian Delaney (idella4)
idella4 14/05/15 12:58:36

  Modified: bottle-0.12.5.ebuild ChangeLog
  Log:
  drop py2.6 pypy2_0 add py3.4 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/bottle/bottle-0.12.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild?r1=1.2r2=1.3

Index: bottle-0.12.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bottle-0.12.5.ebuild31 Mar 2014 20:37:23 -  1.2
+++ bottle-0.12.5.ebuild15 May 2014 12:58:36 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v 
1.2 2014/03/31 20:37:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v 
1.3 2014/05/15 12:58:36 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0)
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 inherit distutils-r1
 
 DESCRIPTION=A fast and simple micro-framework for small web-applications



1.23 dev-python/bottle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   31 Mar 2014 20:37:23 -  1.22
+++ ChangeLog   15 May 2014 12:58:36 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/bottle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.22 
2014/03/31 20:37:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.23 
2014/05/15 12:58:36 idella4 Exp $
+
+  15 May 2014; Ian Delaney idel...@gentoo.org bottle-0.12.5.ebuild:
+  drop py2.6 pypy2_0 add py3.4 support
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org bottle-0.11.6-r1.ebuild,
   bottle-0.11.6.ebuild, bottle-0.12.5.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/cherrypy: cherrypy-3.3.0.ebuild ChangeLog

2014-05-15 Thread Ian Delaney (idella4)
idella4 14/05/16 04:25:19

  Modified: cherrypy-3.3.0.ebuild ChangeLog
  Log:
  update test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/cherrypy/cherrypy-3.3.0.ebuild

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

Index: cherrypy-3.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cherrypy-3.3.0.ebuild   3 May 2014 16:51:59 -   1.1
+++ cherrypy-3.3.0.ebuild   16 May 2014 04:25:19 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 
1.1 2014/05/03 16:51:59 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 
1.2 2014/05/16 04:25:19 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 
@@ -46,7 +46,10 @@
)
 
# This really doesn't sit well with multiprocessing
-   nosetests ${exclude[@]}  /dev/tty || die Testing failed with 
${EPYTHON}
+   # https://github.com/nose-devs/nose/issues/808
+   if ! [[ ${EPYTHON} == pypy ]]; then
+   nosetests ${exclude[@]}  /dev/tty || die Testing failed 
with ${EPYTHON}
+   fi
 }
 
 src_test() {



1.63 dev-python/cherrypy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   3 May 2014 16:55:02 -   1.62
+++ ChangeLog   16 May 2014 04:25:19 -  1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cherrypy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.62 
2014/05/03 16:55:02 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.63 
2014/05/16 04:25:19 idella4 Exp $
+
+  16 May 2014; Ian Delaney idel...@gentoo.org cherrypy-3.3.0.ebuild:
+  update test phase
 
   03 May 2014; Mike Gilbert flop...@gentoo.org
   files/cherrypy-3.3.0-test_config.patch:






[gentoo-commits] gentoo-x86 commit in dev-python/cherrypy: cherrypy-3.3.0.ebuild ChangeLog

2014-05-16 Thread Ian Delaney (idella4)
idella4 14/05/16 15:01:25

  Modified: cherrypy-3.3.0.ebuild ChangeLog
  Log:
  test phase again updated subject to a bump of nose with the result that pypy 
is no longer skipped
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/cherrypy/cherrypy-3.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild?r1=1.2r2=1.3

Index: cherrypy-3.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cherrypy-3.3.0.ebuild   16 May 2014 04:25:19 -  1.2
+++ cherrypy-3.3.0.ebuild   16 May 2014 15:01:25 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 
1.2 2014/05/16 04:25:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 
1.3 2014/05/16 15:01:25 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -19,7 +19,7 @@
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   test? ( =dev-python/nose-1.3.3[${PYTHON_USEDEP}] )
 RDEPEND=
 S=${WORKDIR}/${MY_P}
 
@@ -34,20 +34,20 @@
 }
 
 python_test() {
+   # suite requires current latest nose-1.3.3
+   # https://bitbucket.org/cherrypy/cherrypy/issue/1308
+   # https://bitbucket.org/cherrypy/cherrypy/issue/1306
local exclude=(
-   # https://bitbucket.org/cherrypy/cherrypy/issue/1306
-   -e test_session
-
-   # https://bitbucket.org/cherrypy/cherrypy/issue/1308
-   -e test_file_stream
-
-   # https://bitbucket.org/cherrypy/cherrypy/issue/1315
-   -e test_HTTP11_pipelining
+   -e test_file_stream -e test_4_File_deletion -e test_3_Redirect
+   -e test_2_File_Concurrency -e test_0_Session -e testStatic
)
 
# This really doesn't sit well with multiprocessing
-   # https://github.com/nose-devs/nose/issues/808
-   if ! [[ ${EPYTHON} == pypy ]]; then
+   # The issue 1306 tells us some tests are subject to the deleterious 
effects of
+   # the 'race condition'.  Both the issues are unresolved / open
+   if [[ ${EPYTHON} == pypy ]]; then
+   nosetests ${exclude[@]} -I test_logging.py  /dev/tty || die 
Testing failed with${EPYTHON}
+   else
nosetests ${exclude[@]}  /dev/tty || die Testing failed 
with ${EPYTHON}
fi
 }



1.64 dev-python/cherrypy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   16 May 2014 04:25:19 -  1.63
+++ ChangeLog   16 May 2014 15:01:25 -  1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cherrypy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.63 
2014/05/16 04:25:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.64 
2014/05/16 15:01:25 idella4 Exp $
+
+  16 May 2014; Ian Delaney idel...@gentoo.org cherrypy-3.3.0.ebuild:
+  test phase again updated subject to a bump of nose with the result that pypy
+  is no longer skipped
 
   16 May 2014; Ian Delaney idel...@gentoo.org cherrypy-3.3.0.ebuild:
   update test phase






[gentoo-commits] gentoo-x86 commit in dev-python/pycurl: pycurl-7.19.3.1.ebuild ChangeLog

2014-05-16 Thread Ian Delaney (idella4)
idella4 14/05/17 03:32:15

  Modified: ChangeLog
  Added:pycurl-7.19.3.1.ebuild
  Log:
  bump; drop py2.6 add py3.4 support, drop (use of) redundant patches, update 
test phase according to new set of test failures, minor tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.92 dev-python/pycurl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   14 Sep 2013 22:50:10 -  1.91
+++ ChangeLog   17 May 2014 03:32:15 -  1.92
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pycurl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.91 
2013/09/14 22:50:10 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.92 
2014/05/17 03:32:15 idella4 Exp $
+
+*pycurl-7.19.3.1 (17 May 2014)
+
+  17 May 2014; Ian Delaney idel...@gentoo.org +pycurl-7.19.3.1.ebuild:
+  bump; drop py2.6 add py3.4 support, drop (use of) redundant patches, update
+  test phase according to new set of test failures, minor tidy
 
   14 Sep 2013; Mike Gilbert flop...@gentoo.org pycurl-7.19.0-r3.ebuild:
   Add -fno-strict-aliasing for python2.



1.1  dev-python/pycurl/pycurl-7.19.3.1.ebuild

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

Index: pycurl-7.19.3.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/pycurl/pycurl-7.19.3.1.ebuild,v 
1.1 2014/05/17 03:32:15 idella4 Exp $

EAPI=5

# The selftests fail with pypy, and urlgrabber segfaults for me.
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1

DESCRIPTION=python binding for curl/libcurl
HOMEPAGE=https://github.com/pycurl/pycurl http://pypi.python.org/pypi/pycurl;
SRC_URI=http://pycurl.sourceforge.net/download/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
IUSE=curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl examples ssl

# Depend on a curl with curl_ssl_* USE flags.
# libcurl must not be using an ssl backend we do not support.
# If the libcurl ssl backend changes pycurl should be recompiled.
# If curl uses gnutls, depend on at least gnutls 2.11.0 so that pycurl
# does not need to initialize gcrypt threading and we do not need to
# explicitly link to libgcrypt.
DEPEND==net-misc/curl-7.25.0-r1[ssl=]
ssl? (

net-misc/curl[curl_ssl_gnutls=,curl_ssl_nss=,curl_ssl_openssl=,-curl_ssl_axtls,-curl_ssl_cyassl,-curl_ssl_polarssl]
curl_ssl_gnutls? ( =net-libs/gnutls-2.11.0 )
)
RDEPEND=${DEPEND}
# Usual; requ'd fore test phase
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
sed -e /data_files=/d -i setup.py || die
distutils-r1_python_prepare_all
}

python_compile() {
python_is_python3 || local -x CFLAGS=${CFLAGS} -fno-strict-aliasing
distutils-r1_python_compile
}

src_test() {
# suite shatters without this
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}

python_test() {
# https://github.com/pycurl/pycurl/issues/180
if [[ ${EPYTHON} == python2.7 ]]; then
sed -e 's:test_request_with_certinfo:_:' \
-e 's:test_request_without_certinfo:_:' \
-i tests/certinfo_test.py || die
elif [[ ${EPYTHON} == python3.4 ]]; then
sed -e 's:test_post_buffer:_:' \
-e 's:test_post_file:_:' \
-i tests/post_test.py || die
fi
emake test
}

python_install_all() {
local HTML_DOCS=( doc/. )
use examples  local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/pystache: pystache-0.5.4.ebuild ChangeLog

2014-05-17 Thread Ian Delaney (idella4)
idella4 14/05/17 07:57:02

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

Revision  ChangesPath
1.4  dev-python/pystache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pystache/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pystache/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pystache/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pystache/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   11 Feb 2014 17:20:49 -  1.3
+++ ChangeLog   17 May 2014 07:57:02 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pystache
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pystache/ChangeLog,v 1.3 
2014/02/11 17:20:49 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pystache/ChangeLog,v 1.4 
2014/05/17 07:57:02 idella4 Exp $
+
+*pystache-0.5.4 (17 May 2014)
+
+  17 May 2014; Ian Delaney idel...@gentoo.org +pystache-0.5.4.ebuild:
+  bump; drop py2.6 add py3 pypy support
 
   11 Feb 2014; Sébastien Fabbro bicat...@gentoo.org pystache-0.5.3.ebuild:
   Added python-3.2, and removed simplejson (thanks kensington)



1.1  dev-python/pystache/pystache-0.5.4.ebuild

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

Index: pystache-0.5.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pystache/pystache-0.5.4.ebuild,v 
1.1 2014/05/17 07:57:02 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1

DESCRIPTION=Mustache for Python
HOMEPAGE=http://github.com/defunkt/pystache;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=test

RDEPEND=
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )

python_test() {
pushd ${BUILD_DIR}/lib  /dev/null
nosetests || die
popd  /dev/null
}






[gentoo-commits] gentoo-x86 commit in dev-python/python-distutils-extra: python-distutils-extra-2.38.ebuild ChangeLog

2014-05-17 Thread Ian Delaney (idella4)
idella4 14/05/17 08:18:33

  Modified: ChangeLog
  Added:python-distutils-extra-2.38.ebuild
  Log:
  bump; drop py2.6 pypy2_0 add py3.4 pypy support, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.29 dev-python/python-distutils-extra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   31 Mar 2014 20:40:58 -  1.28
+++ ChangeLog   17 May 2014 08:18:33 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-distutils-extra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v 1.28 
2014/03/31 20:40:58 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v 1.29 
2014/05/17 08:18:33 idella4 Exp $
+
+*python-distutils-extra-2.38 (17 May 2014)
+
+  17 May 2014; Ian Delaney idel...@gentoo.org
+  +python-distutils-extra-2.38.ebuild:
+  bump; drop py2.6 pypy2_0 add py3.4 pypy support, tidy
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org
   python-distutils-extra-2.33-r1.ebuild, python-distutils-extra-2.37-r1.ebuild:



1.1  
dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild

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

Index: python-distutils-extra-2.38.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild,v
 1.1 2014/05/17 08:18:33 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Gettext support, themed icons and scrollkeeper-based documentation 
in distutils
HOMEPAGE=https://launchpad.net/python-distutils-extra;
SRC_URI=http://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}

DOCS=( doc/{FAQ,README,setup.cfg.example,setup.py.example} )

DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
# Disable broken tests.
sed \
-e s/test_desktop/_/ -e s/test_po(/_/ \
-e s/test_policykit/_/ -e s/test_requires_provides/_/ \
-i test/auto.py || die

distutils-r1_python_prepare_all
}

python_test() {
# 5 tests fail with disabled byte-compilation (they rely on exact
# output from python).
local -x PYTHONDONTWRITEBYTECODE
${PYTHON} test/auto.py || die Tests fail with ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-python/pycurl: pycurl-7.19.3.1.ebuild ChangeLog

2014-05-17 Thread Ian Delaney (idella4)
idella4 14/05/17 14:47:05

  Modified: pycurl-7.19.3.1.ebuild ChangeLog
  Log:
  restrict test due to extensive keyword deficits in new test deps
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/pycurl/pycurl-7.19.3.1.ebuild

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

Index: pycurl-7.19.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pycurl-7.19.3.1.ebuild  17 May 2014 03:32:15 -  1.1
+++ pycurl-7.19.3.1.ebuild  17 May 2014 14:47:05 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1.ebuild,v 
1.1 2014/05/17 03:32:15 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.19.3.1.ebuild,v 
1.2 2014/05/17 14:47:05 idella4 Exp $
 
 EAPI=5
 
@@ -30,8 +30,8 @@
curl_ssl_gnutls? ( =net-libs/gnutls-2.11.0 )
)
 RDEPEND=${DEPEND}
-# Usual; requ'd fore test phase
-DISTUTILS_IN_SOURCE_BUILD=1
+# Tests have new deps that can never be keyworded, for now
+RESTRICT=test
 
 python_prepare_all() {
sed -e /data_files=/d -i setup.py || die



1.93 dev-python/pycurl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.93view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?rev=1.93content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycurl/ChangeLog?r1=1.92r2=1.93

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   17 May 2014 03:32:15 -  1.92
+++ ChangeLog   17 May 2014 14:47:05 -  1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pycurl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.92 
2014/05/17 03:32:15 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/ChangeLog,v 1.93 
2014/05/17 14:47:05 idella4 Exp $
+
+  17 May 2014; Ian Delaney idel...@gentoo.org pycurl-7.19.3.1.ebuild:
+  restrict test due to extensive keyword deficits in new test deps
 
 *pycurl-7.19.3.1 (17 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/jinja: jinja-2.7.2.ebuild ChangeLog

2014-05-17 Thread Ian Delaney (idella4)
idella4 14/05/18 00:48:27

  Modified: ChangeLog
  Added:jinja-2.7.2.ebuild
  Log:
  bump; drop py2.6 pypy2_0 support, minor tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.108dev-python/jinja/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/ChangeLog?rev=1.108view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/ChangeLog?rev=1.108content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/ChangeLog?r1=1.107r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   1 Apr 2014 04:57:29 -   1.107
+++ ChangeLog   18 May 2014 00:48:27 -  1.108
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/jinja
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.107 
2014/04/01 04:57:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.108 
2014/05/18 00:48:27 idella4 Exp $
+
+*jinja-2.7.2 (18 May 2014)
+
+  18 May 2014; Ian Delaney idel...@gentoo.org +jinja-2.7.2.ebuild:
+  bump; drop py2.6 pypy2_0 support, minor tidy
 
   01 Apr 2014; Mike Gilbert flop...@gentoo.org jinja-2.7.1.ebuild:
   Add python3.4.



1.1  dev-python/jinja/jinja-2.7.2.ebuild

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

Index: jinja-2.7.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.2.ebuild,v 1.1 
2014/05/18 00:48:27 idella4 Exp $

EAPI=5

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

inherit eutils distutils-r1

MY_PN=Jinja2
MY_P=${MY_PN}-${PV}

DESCRIPTION=A small but fast and easy to use stand-alone template engine 
written in pure Python
HOMEPAGE=http://jinja.pocoo.org/ http://pypi.python.org/pypi/Jinja2;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris
IUSE=doc examples

RDEPEND=dev-python/markupsafe[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
doc? ( =dev-python/sphinx-0.6 )

# XXX: handle Babel better?

S=${WORKDIR}/${MY_P}
PATCHES=( ${FILESDIR}/jinja-2.7-docs.patch )

wrap_opts() {
local mydistutilsargs=()

if [[ ${EPYTHON} == python* ]]; then
mydistutilargs+=( --with-debugsupport )
fi

${@}
}

python_compile() {
wrap_opts distutils-r1_python_compile
}

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

python_test() {
esetup.py test
}

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

distutils-r1_python_install_all

insinto /usr/share/vim/vimfiles/syntax
doins ext/Vim/*
}

pkg_postinst() {
if ! has_version dev-python/Babel; then
elog For i18n support, please emerge dev-python/Babel.
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/quixote: quixote-2.8.ebuild ChangeLog quixote-2.6.ebuild

2014-05-19 Thread Ian Delaney (idella4)
idella4 14/05/19 07:38:46

  Modified: ChangeLog
  Added:quixote-2.8.ebuild
  Removed:  quixote-2.6.ebuild
  Log:
  bump; add IUSE doc, test. Tests restricted due to need for a running server
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.40 dev-python/quixote/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/quixote/ChangeLog?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/quixote/ChangeLog?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/quixote/ChangeLog?r1=1.39r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   17 Oct 2012 05:20:38 -  1.39
+++ ChangeLog   19 May 2014 07:38:46 -  1.40
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/quixote
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.39 
2012/10/17 05:20:38 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.40 
2014/05/19 07:38:46 idella4 Exp $
+
+*quixote-2.8 (19 May 2014)
+
+  19 May 2014; Ian Delaney idel...@gentoo.org +quixote-2.8.ebuild,
+  -quixote-2.6.ebuild:
+  bump; add IUSE doc, test. Tests restricted due to need for a running server
 
   17 Oct 2012; Patrick Lauer patr...@gentoo.org quixote-2.7.ebuild:
   Restricting python 2.5



1.1  dev-python/quixote/quixote-2.8.ebuild

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

Index: quixote-2.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.8.ebuild,v 1.1 
2014/05/19 07:38:46 idella4 Exp $

EAPI=5
# Appears to be written only for py2
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 flag-o-matic

MY_P=${P/q/Q}

DESCRIPTION=Python HTML templating framework for developing web applications
HOMEPAGE=http://quixote.ca;
SRC_URI=http://quixote.ca/releases/${MY_P}.tar.gz;

LICENSE=CNRI-QUIXOTE-2.4
SLOT=0
KEYWORDS=~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
IUSE=doc test

DEPEND=doc? ( dev-python/docutils[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )

S=${WORKDIR}/${MY_P}
# tests require a running quixote server, prob. apt. post install. Tried the 
demo one but no
RESTRICT=test

python_compile() {
local -x CFLAGS=${CFLAGS} -fno-strict-aliasing

distutils-r1_python_compile
}

python_compile_all() {
use doc  emake -C doc
}

python_test() {
nosetests tests || die tests failed
}

python_install_all() {
local HTML_DOCS=( doc/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-3.0.ebuild ChangeLog

2014-05-19 Thread Ian Delaney (idella4)
idella4 14/05/19 10:11:21

  Modified: reportlab-3.0.ebuild ChangeLog
  Log:
  add py3.4 support, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/reportlab/reportlab-3.0.ebuild

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

Index: reportlab-3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reportlab-3.0.ebuild17 Apr 2014 05:37:36 -  1.1
+++ reportlab-3.0.ebuild19 May 2014 10:11:21 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.0.ebuild,v 
1.1 2014/04/17 05:37:36 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.0.ebuild,v 
1.2 2014/05/19 10:11:21 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 # Tests crash with pypy
 
 inherit distutils-r1 flag-o-matic prefix
@@ -49,9 +49,11 @@
use doc  emake -C docs html
 }
 
-src_compile() {
-   append-cflags -fno-strict-aliasing
-   distutils-r1_src_compile
+python_compile() {
+   if ! python_is_python3; then
+   local -x CFLAGS=${CFLAGS} -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
 }
 
 python_test() {



1.104dev-python/reportlab/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.104view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.104content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.103r2=1.104

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   17 Apr 2014 05:37:36 -  1.103
+++ ChangeLog   19 May 2014 10:11:21 -  1.104
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/reportlab
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.103 
2014/04/17 05:37:36 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.104 
2014/05/19 10:11:21 idella4 Exp $
+
+  19 May 2014; Ian Delaney idel...@gentoo.org reportlab-3.0.ebuild:
+  add py3.4 support, tidy
 
 *reportlab-3.0 (17 Apr 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/scrapy: scrapy-0.18.2.ebuild ChangeLog scrapy-0.17.0.ebuild scrapy-0.14.4.ebuild scrapy-0.16.4.ebuild

2014-05-19 Thread Ian Delaney (idella4)
idella4 14/05/20 02:37:26

  Modified: ChangeLog
  Added:scrapy-0.18.2.ebuild
  Removed:  scrapy-0.17.0.ebuild scrapy-0.14.4.ebuild
scrapy-0.16.4.ebuild
  Log:
  bump; update test phase, tidy, rm some old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.18 dev-python/scrapy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   3 May 2014 07:34:51 -   1.17
+++ ChangeLog   20 May 2014 02:37:26 -  1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/scrapy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.17 
2014/05/03 07:34:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.18 
2014/05/20 02:37:26 idella4 Exp $
+
+*scrapy-0.18.2 (20 May 2014)
+
+  20 May 2014; Ian Delaney idel...@gentoo.org +scrapy-0.18.2.ebuild,
+  -scrapy-0.14.4.ebuild, -scrapy-0.16.4.ebuild, -scrapy-0.17.0.ebuild:
+  bump; update test phase, tidy, rm some old
 
 *scrapy-0.18.1 (03 May 2014)
 



1.1  dev-python/scrapy/scrapy-0.18.2.ebuild

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

Index: scrapy-0.18.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.18.2.ebuild,v 1.1 
2014/05/20 02:37:26 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite(+)

inherit vcs-snapshot distutils-r1

DESCRIPTION=A high-level Python Screen Scraping framework
HOMEPAGE=http://scrapy.org http://pypi.python.org/pypi/Scrapy/;
SRC_URI=https://github.com/${PN}/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=BSD-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=boto doc ibl test ssl

RDEPEND=dev-python/six[${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
=dev-python/twisted-core-8.0[${PYTHON_USEDEP}]
=dev-python/twisted-conch-8.0[${PYTHON_USEDEP}]
=dev-python/twisted-mail-8.0[${PYTHON_USEDEP}]
=dev-python/twisted-web-8.0[${PYTHON_USEDEP}]
=dev-python/w3lib-1.2[${PYTHON_USEDEP}]
dev-python/queuelib[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/boto[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
net-ftp/vsftpd
dev-python/pyopenssl[${PYTHON_USEDEP}] )

python_prepare_all() {
# Skip failing tests; https://github.com/scrapy/scrapy/issues/725
sed -e s':test_validation:_:' \
-i scrapy/tests/test_djangoitem/__init__.py || die
sed -e s':test_process_parallel_failure:_:' \
 -i scrapy/tests/test_utils_defer.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
PYTHONPATH=${S} emake -C docs html || die emake html failed
fi
}

python_test() {
PYTHONPATH=${PWD} bin/runtests.sh || die
}

python_install_all() {
use doc  local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/isodate: isodate-0.5.0.ebuild ChangeLog

2014-05-19 Thread Ian Delaney (idella4)
idella4 14/05/20 05:38:08

  Modified: isodate-0.5.0.ebuild ChangeLog
  Log:
  drop py2.6 pypy2_0 add py3.4 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/isodate/isodate-0.5.0.ebuild

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

Index: isodate-0.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- isodate-0.5.0.ebuild3 May 2014 08:18:21 -   1.1
+++ isodate-0.5.0.ebuild20 May 2014 05:38:08 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild,v 
1.1 2014/05/03 08:18:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/isodate-0.5.0.ebuild,v 
1.2 2014/05/20 05:38:08 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 
@@ -14,13 +14,11 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
+KEYWORDS=alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux
 IUSE=
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 
-DOCS=( CHANGES.txt README.rst TODO.txt )
-
 python_test() {
local test
pushd ${BUILD_DIR}/lib/



1.26 dev-python/isodate/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   3 May 2014 08:18:21 -   1.25
+++ ChangeLog   20 May 2014 05:38:08 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/isodate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.25 
2014/05/03 08:18:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.26 
2014/05/20 05:38:08 idella4 Exp $
+
+  20 May 2014; Ian Delaney idel...@gentoo.org isodate-0.5.0.ebuild:
+  drop py2.6 pypy2_0 add py3.4 support
 
 *isodate-0.5.0 (03 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/bsddb3: bsddb3-6.0.1.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/20 07:21:15

  Modified: bsddb3-6.0.1.ebuild ChangeLog
  Log:
  add py3.4 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/bsddb3/bsddb3-6.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild?r1=1.4r2=1.5

Index: bsddb3-6.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bsddb3-6.0.1.ebuild 19 May 2014 04:38:50 -  1.4
+++ bsddb3-6.0.1.ebuild 20 May 2014 07:21:15 -  1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v 1.4 
2014/05/19 04:38:50 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.0.1.ebuild,v 1.5 
2014/05/20 07:21:15 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
 inherit db-use distutils-r1 multilib
 



1.104dev-python/bsddb3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/ChangeLog?rev=1.104view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/ChangeLog?rev=1.104content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/ChangeLog?r1=1.103r2=1.104

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   19 May 2014 04:38:50 -  1.103
+++ ChangeLog   20 May 2014 07:21:15 -  1.104
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/bsddb3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.103 
2014/05/19 04:38:50 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.104 
2014/05/20 07:21:15 idella4 Exp $
+
+  20 May 2014; Ian Delaney idel...@gentoo.org bsddb3-6.0.1.ebuild:
+  add py3.4 support
 
   19 May 2014; Mike Gilbert flop...@gentoo.org bsddb3-6.0.1.ebuild:
   Set BERKELEYDB envvars instead of passing them as arguments to setup.py.






[gentoo-commits] gentoo-x86 commit in dev-python/redis-py: redis-py-2.9.1.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/20 08:18:08

  Modified: redis-py-2.9.1.ebuild ChangeLog
  Log:
  drop py2.6 pypy2_0 add py3.4 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/redis-py/redis-py-2.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/redis-py/redis-py-2.9.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/redis-py/redis-py-2.9.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/redis-py/redis-py-2.9.1.ebuild?r1=1.2r2=1.3

Index: redis-py-2.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- redis-py-2.9.1.ebuild   31 Mar 2014 21:09:33 -  1.2
+++ redis-py-2.9.1.ebuild   20 May 2014 08:18:08 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.9.1.ebuild,v 
1.2 2014/03/31 21:09:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.9.1.ebuild,v 
1.3 2014/05/20 08:18:08 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.45 dev-python/redis-py/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   31 Mar 2014 21:09:33 -  1.44
+++ ChangeLog   20 May 2014 08:18:08 -  1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/redis-py
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v 1.44 
2014/03/31 21:09:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v 1.45 
2014/05/20 08:18:08 idella4 Exp $
+
+  20 May 2014; Ian Delaney idel...@gentoo.org redis-py-2.9.1.ebuild:
+  drop py2.6 pypy2_0 add py3.4 support
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org redis-py-2.7.2-r1.ebuild,
   redis-py-2.7.4.ebuild, redis-py-2.7.5.ebuild, redis-py-2.7.6.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-python/pyzor: metadata.xml pyzor-0.7.0.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/20 09:39:50

  Modified: metadata.xml ChangeLog
  Added:pyzor-0.7.0.ebuild
  Log:
  bump; virtual re-write, keywords (reluctantly) dropped subsequent to new deps
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/pyzor/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzor/metadata.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzor/metadata.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzor/metadata.xml?r1=1.2r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzor/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml6 Aug 2008 19:13:20 -   1.2
+++ metadata.xml20 May 2014 09:39:50 -  1.3
@@ -4,5 +4,7 @@
 herdpython/herd
 use
flag name='pyzord'enable support for pyzord/flag
+   flag name='mysql'Enables mysql support/flag
+   flag name='redis'Enables redis support/flag
 /use
 /pkgmetadata



1.68 dev-python/pyzor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzor/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzor/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzor/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzor/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   19 Mar 2014 13:56:07 -  1.67
+++ ChangeLog   20 May 2014 09:39:50 -  1.68
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyzor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/ChangeLog,v 1.67 
2014/03/19 13:56:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/ChangeLog,v 1.68 
2014/05/20 09:39:50 idella4 Exp $
+
+*pyzor-0.7.0 (20 May 2014)
+
+  20 May 2014; Ian Delaney idel...@gentoo.org +pyzor-0.7.0.ebuild,
+  metadata.xml:
+  bump; virtual re-write, keywords (reluctantly) dropped subsequent to new deps
 
   19 Mar 2014; Agostino Sarubbo a...@gentoo.org pyzor-0.5.0-r2.ebuild:
   Stable for alpha, wrt bug #498050



1.1  dev-python/pyzor/pyzor-0.7.0.ebuild

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

Index: pyzor-0.7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzor/pyzor-0.7.0.ebuild,v 1.1 
2014/05/20 09:39:50 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=A distributed, collaborative spam detection and filtering network
HOMEPAGE=http://pyzor.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux

IUSE=mysql pyzord redis test

RDEPEND=mysql? ( $(python_gen_cond_dep 
'=dev-python/mysql-python-1.2.5[${PYTHON_USEDEP}]' python2_7) )
redis? ( ~dev-python/redis-py-2.9.1[${PYTHON_USEDEP}] )
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]

# https://sourceforge.net/apps/trac/pyzor/attachment/ticket/196/
DISTUTILS_IN_SOURCE_BUILD=1

REQUIRED_USE=test? ( mysql redis )

python_test() {
# https://sourceforge.net/apps/trac/pyzor/ticket/196
# In this ticket it clearly states the suite is written for py2
# While it's feasible to make it into a py3 ready state, nah
if ! python_is_python3; then
PYTHONPATH=. ${PYTHON} ./tests/unit/__init__.py
fi
}

src_install () {
distutils-r1_src_install

if use pyzord; then
dodir /usr/sbin
mv ${ED}usr/bin/pyzord* ${ED}usr/sbin
else
rm ${ED}usr/bin/pyzord*
fi
}

pkg_postinst() {
if use pyzord; then
ewarn /usr/bin/pyzord has been moved to /usr/sbin
fi

einfo If you want to run the pyzor server you will need to emerge / 
re-emerge
einfo with use flag mysql and or redis. Without either flag provides 
only the pyzor client
}






[gentoo-commits] gentoo-x86 commit in dev-python/rdflib: rdflib-4.1.2.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/20 13:05:54

  Modified: rdflib-4.1.2.ebuild ChangeLog
  Log:
  drop py2.6 add py3.4 support, update test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/rdflib/rdflib-4.1.2.ebuild

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

Index: rdflib-4.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rdflib-4.1.2.ebuild 9 May 2014 05:09:56 -   1.1
+++ rdflib-4.1.2.ebuild 20 May 2014 13:05:54 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.1 
2014/05/09 05:09:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.2 
2014/05/20 13:05:54 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 PYTHON_REQ_USE=sqlite?
 DISTUTILS_NO_PARALLEL_BUILD=true
 # The usual required for tests
@@ -42,6 +42,13 @@
 python_test() {
if python_is_python3; then
pushd ${BUILD_DIR}/src/  /dev/null
+   if [[ ${EPYTHON} == 'python3.4' ]]; then
+   sed -e 's:test_rdfpipe_bytes_vs_str:_:' \
+   -e 's:test_rdfpipe_mdata_open:_:' \
+   -i test/test_issue375.py || die
+   sed -e 's:testHTML:_:' \
+   -i test/test_xmlliterals.py || die
+   fi
${PYTHON} ./run_tests.py || die Tests failed under 
${EPYTHON}
popd  /dev/null
else



1.43 dev-python/rdflib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   9 May 2014 05:09:56 -   1.42
+++ ChangeLog   20 May 2014 13:05:54 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rdflib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.42 
2014/05/09 05:09:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.43 
2014/05/20 13:05:54 idella4 Exp $
+
+  20 May 2014; Ian Delaney idel...@gentoo.org rdflib-4.1.2.ebuild:
+  drop py2.6 add py3.4 support, update test phase
 
 *rdflib-4.1.2 (09 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/sparql-wrapper: sparql-wrapper-1.6.0.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/20 14:18:04

  Modified: ChangeLog
  Added:sparql-wrapper-1.6.0.ebuild
  Log:
  bump; drop py2.6 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/sparql-wrapper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sparql-wrapper/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sparql-wrapper/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sparql-wrapper/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sparql-wrapper/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   22 Apr 2014 04:14:49 -  1.3
+++ ChangeLog   20 May 2014 14:18:04 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/sparql-wrapper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sparql-wrapper/ChangeLog,v 1.3 
2014/04/22 04:14:49 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sparql-wrapper/ChangeLog,v 1.4 
2014/05/20 14:18:04 idella4 Exp $
+
+*sparql-wrapper-1.6.0 (20 May 2014)
+
+  20 May 2014; Ian Delaney idel...@gentoo.org +sparql-wrapper-1.6.0.ebuild,
+  sparql-wrapper-1.5.2.ebuild:
+  bump; drop py2.6 support
 
   22 Apr 2014; Ian Delaney idel...@gentoo.org sparql-wrapper-1.5.2.ebuild:
   add missing DEPEND dep



1.1  dev-python/sparql-wrapper/sparql-wrapper-1.6.0.ebuild

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

Index: sparql-wrapper-1.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sparql-wrapper/sparql-wrapper-1.6.0.ebuild,v 
1.1 2014/05/20 14:18:04 idella4 Exp $

EAPI=5

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

inherit distutils-r1

MY_PN=SPARQLWrapper
DESCRIPTION=Wrapper around a SPARQL service
HOMEPAGE=http://pypi.python.org/pypi/${MY_PN};
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz

LICENSE=W3C
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
IUSE=

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=dev-python/rdflib[${PYTHON_USEDEP}]

S=${WORKDIR}/${MY_PN}-${PV}






[gentoo-commits] gentoo-x86 commit in dev-python/sqlobject: sqlobject-1.6.0.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/20 14:48:56

  Modified: ChangeLog
  Added:sqlobject-1.6.0.ebuild
  Log:
  bump; drop py2.6 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.58 dev-python/sqlobject/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlobject/ChangeLog?rev=1.58view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlobject/ChangeLog?rev=1.58content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlobject/ChangeLog?r1=1.57r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlobject/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   17 Dec 2013 06:19:00 -  1.57
+++ ChangeLog   20 May 2014 14:48:56 -  1.58
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/sqlobject
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlobject/ChangeLog,v 1.57 
2013/12/17 06:19:00 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlobject/ChangeLog,v 1.58 
2014/05/20 14:48:56 idella4 Exp $
+
+*sqlobject-1.6.0 (20 May 2014)
+
+  20 May 2014; Ian Delaney idel...@gentoo.org +sqlobject-1.6.0.ebuild:
+  bump; drop py2.6 support
 
 *sqlobject-1.5.1 (17 Dec 2013)
 



1.1  dev-python/sqlobject/sqlobject-1.6.0.ebuild

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

Index: sqlobject-1.6.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlobject/sqlobject-1.6.0.ebuild,v 1.1 
2014/05/20 14:48:56 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite?
inherit distutils-r1

MY_PN=SQLObject
MY_P=${MY_PN}-${PV}

DESCRIPTION=Object-Relational Manager, aka database wrapper
HOMEPAGE=http://sqlobject.org/ http://pypi.python.org/pypi/SQLObject;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
IUSE=doc firebird mysql postgres sqlite

RDEPEND==dev-python/formencode-1.1.1[${PYTHON_USEDEP}]
firebird? ( dev-python/kinterbasdb )
mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
postgres? ( dev-python/psycopg[${PYTHON_USEDEP}] )
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

S=${WORKDIR}/${MY_P}

python_install_all() {
if use doc; then
pushd docs
dodoc *.txt || die dodoc failed
dohtml -r presentation-2004-11 || die dohtml failed
insinto /usr/share/doc/${PF}
doins -r europython || die doins failed
popd
fi
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.3.0.ebuild testify-0.3.1.ebuild testify-0.2.10.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/20 15:16:09

  Modified: testify-0.3.0.ebuild testify-0.2.10.ebuild
ChangeLog
  Added:testify-0.3.1.ebuild
  Log:
  bump; drop py2.6 add pypy support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/testify/testify-0.3.0.ebuild

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

Index: testify-0.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testify-0.3.0.ebuild3 May 2014 08:12:00 -   1.1
+++ testify-0.3.0.ebuild20 May 2014 15:16:08 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.3.0.ebuild,v 
1.1 2014/05/03 08:12:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.3.0.ebuild,v 
1.2 2014/05/20 15:16:08 idella4 Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND=dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/sqlalchemy
+   dev-python/sqlalchemy[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.3  dev-python/testify/testify-0.2.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild?r1=1.2r2=1.3

Index: testify-0.2.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- testify-0.2.10.ebuild   5 Apr 2013 05:44:01 -   1.2
+++ testify-0.2.10.ebuild   20 May 2014 15:16:08 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild,v 
1.2 2013/04/05 05:44:01 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.10.ebuild,v 
1.3 2014/05/20 15:16:08 idella4 Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 RESTRICT=test
 
 RDEPEND=dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/sqlalchemy
+   dev-python/sqlalchemy[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.11 dev-python/testify/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 May 2014 08:12:00 -   1.10
+++ ChangeLog   20 May 2014 15:16:08 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/testify
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.10 
2014/05/03 08:12:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.11 
2014/05/20 15:16:08 idella4 Exp $
+
+*testify-0.3.1 (20 May 2014)
+
+  20 May 2014; Ian Delaney idel...@gentoo.org +testify-0.3.1.ebuild,
+  testify-0.2.10.ebuild, testify-0.3.0.ebuild:
+  bump; drop py2.6 add pypy support
 
 *testify-0.3.0 (03 May 2014)
 



1.1  dev-python/testify/testify-0.3.1.ebuild

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

Index: testify-0.3.1.ebuild

[gentoo-commits] gentoo-x86 commit in dev-python/tweepy: tweepy-2.1.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/21 01:47:59

  Modified: ChangeLog
  Added:tweepy-2.1.ebuild
  Log:
  bump; drop py2.6 pypy2_0, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.6  dev-python/tweepy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tweepy/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tweepy/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tweepy/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tweepy/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   31 Mar 2014 21:17:18 -  1.5
+++ ChangeLog   21 May 2014 01:47:59 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/tweepy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/ChangeLog,v 1.5 
2014/03/31 21:17:18 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/ChangeLog,v 1.6 
2014/05/21 01:47:59 idella4 Exp $
+
+*tweepy-2.1 (21 May 2014)
+
+  21 May 2014; Ian Delaney idel...@gentoo.org +tweepy-2.1.ebuild:
+  bump; drop py2.6 pypy2_0, tidy
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org tweepy-2.0.ebuild:
   Add support for the new PyPy slotting.



1.1  dev-python/tweepy/tweepy-2.1.ebuild

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

Index: tweepy-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/tweepy/tweepy-2.1.ebuild,v 1.1 
2014/05/21 01:47:59 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1 vcs-snapshot

DESCRIPTION=A Python library for accessing the Twitter API 
HOMEPAGE=http://tweepy.github.com/;
SRC_URI=https://github.com/tweepy/${PN}/tarball/${PV} - ${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc examples test

RESTRICT=test #fails all

python_prepare_all() {
# Required to avoid fgile collisions at install
sed -e s:find_packages():find_packages(exclude=['tests','tests.*']): 
-i setup.py || die
distutils-r1_python_prepare_all
}

python_test() {
${PYTHON} -m tests || die Tests failed
}

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

python_install_all() {
#   dodoc ${DOCS}
use doc  local HTML_DOCS=( docs/_build/html/. )
use examples  local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/tweepy: tweepy-2.1.ebuild

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/21 01:51:04

  Modified: tweepy-2.1.ebuild
  Log:
  fix typo
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/tweepy/tweepy-2.1.ebuild

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

Index: tweepy-2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tweepy/tweepy-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tweepy-2.1.ebuild   21 May 2014 01:47:59 -  1.1
+++ tweepy-2.1.ebuild   21 May 2014 01:51:04 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/tweepy-2.1.ebuild,v 1.1 
2014/05/21 01:47:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/tweepy-2.1.ebuild,v 1.2 
2014/05/21 01:51:04 idella4 Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 RESTRICT=test #fails all
 
 python_prepare_all() {
-   # Required to avoid fgile collisions at install
+   # Required to avoid file collisions at install
sed -e s:find_packages():find_packages(exclude=['tests','tests.*']): 
-i setup.py || die
distutils-r1_python_prepare_all
 }






[gentoo-commits] gentoo-x86 commit in dev-python/urlgrabber: urlgrabber-3.10.1.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/21 02:46:07

  Modified: ChangeLog
  Added:urlgrabber-3.10.1.ebuild
  Log:
  bump; drop py2.6
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.44 dev-python/urlgrabber/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urlgrabber/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urlgrabber/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urlgrabber/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   5 Sep 2013 18:47:09 -   1.43
+++ ChangeLog   21 May 2014 02:46:06 -  1.44
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/urlgrabber
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.43 
2013/09/05 18:47:09 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/ChangeLog,v 1.44 
2014/05/21 02:46:06 idella4 Exp $
+
+*urlgrabber-3.10.1 (21 May 2014)
+
+  21 May 2014; Ian Delaney idel...@gentoo.org +urlgrabber-3.10.1.ebuild:
+  bump; drop py2.6
 
   05 Sep 2013; Michał Górny mgo...@gentoo.org urlgrabber-3.9.1-r2.ebuild:
   Clean up PYTHON_COMPAT from old implementations.



1.1  dev-python/urlgrabber/urlgrabber-3.10.1.ebuild

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

Index: urlgrabber-3.10.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/urlgrabber/urlgrabber-3.10.1.ebuild,v 1.1 
2014/05/21 02:46:06 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Python module for downloading files
HOMEPAGE=http://urlgrabber.baseurl.org;
SRC_URI=http://urlgrabber.baseurl.org/download/${P}.tar.gz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd
IUSE=

DEPEND=dev-python/pycurl[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}
# Entire testsuite relies on connecting to the i'net






[gentoo-commits] gentoo-x86 commit in dev-python/waitress: waitress-0.8.9.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/21 03:30:59

  Modified: ChangeLog
  Added:waitress-0.8.9.ebuild
  Log:
  bump; drop py2.6 add pypy suport
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/waitress/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/waitress/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/waitress/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/waitress/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   2 Apr 2014 21:18:50 -   1.7
+++ ChangeLog   21 May 2014 03:30:59 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/waitress
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v 1.7 
2014/04/02 21:18:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v 1.8 
2014/05/21 03:30:59 idella4 Exp $
+
+*waitress-0.8.9 (21 May 2014)
+
+  21 May 2014; Ian Delaney idel...@gentoo.org +waitress-0.8.9.ebuild:
+  bump; drop py2.6 add pypy suport
 
   02 Apr 2014; Tim Harder radher...@gentoo.org waitress-0.8.8.ebuild:
   Add python3_4 support.



1.1  dev-python/waitress/waitress-0.8.9.ebuild

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

Index: waitress-0.8.9.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/waitress-0.8.9.ebuild,v 
1.1 2014/05/21 03:30:59 idella4 Exp $

EAPI=5

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

# doc creation is fatally broken. well not fatally but it's bad

inherit distutils-r1

DESCRIPTION=A pure-Python WSGI server
HOMEPAGE=http://docs.pylonsproject.org/projects/waitress/en/latest/ 
https://pypi.python.org/pypi/waitress/ https://github.com/Pylons/waitress;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
IUSE=test

RDEPEND=
DEPEND=${RDEPEND}
app-arch/unzip
test? ( dev-python/nose )

python_test() {
nosetests || die Tests fail with ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-python/waitress/files: - New directory

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/21 05:34:58

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/waitress/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-python/waitress/files: waitress-0.8.9-doc.patch

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/21 05:45:44

  Added:waitress-0.8.9-doc.patch
  Log:
  add IUSE doc, doc build
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/waitress/files/waitress-0.8.9-doc.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/waitress/files/waitress-0.8.9-doc.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/waitress/files/waitress-0.8.9-doc.patch?rev=1.1content-type=text/plain

Index: waitress-0.8.9-doc.patch
===
diff -ur waitress-0.8.9.orig/docs/conf.py waitress-0.8.9/docs/conf.py
--- docs/conf.py2014-05-17 05:39:35.0 +0800
+++ docs/conf.py2014-05-21 13:28:12.921485962 +0800
@@ -21,24 +21,7 @@
 import pkg_resources
 
 # Add and use Pylons theme
-if 'sphinx-build' in ' '.join(sys.argv): # protect against dumb importers
-from subprocess import call, Popen, PIPE
-
-p = Popen('which git', shell=True, stdout=PIPE)
-git = p.stdout.read().strip()
-cwd = os.getcwd()
-_themes = os.path.join(cwd, '_themes')
-
-if not os.path.isdir(_themes):
-call([git, 'clone', 'git://github.com/Pylons/pylons_sphinx_theme.git',
-'_themes'])
-else:
-os.chdir(_themes)
-call([git, 'checkout', 'master'])
-call([git, 'pull'])
-os.chdir(cwd)
-
-sys.path.append(os.path.abspath('_themes'))
+sys.path.append(os.path.abspath('_themes'))
 
 # General configuration
 # -






[gentoo-commits] gentoo-x86 commit in dev-python/waitress: waitress-0.8.9.ebuild ChangeLog

2014-05-20 Thread Ian Delaney (idella4)
idella4 14/05/21 05:45:44

  Modified: waitress-0.8.9.ebuild ChangeLog
  Log:
  add IUSE doc, doc build
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/waitress/waitress-0.8.9.ebuild

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

Index: waitress-0.8.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/waitress/waitress-0.8.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- waitress-0.8.9.ebuild   21 May 2014 03:30:59 -  1.1
+++ waitress-0.8.9.ebuild   21 May 2014 05:45:44 -  1.2
@@ -1,29 +1,46 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/waitress-0.8.9.ebuild,v 
1.1 2014/05/21 03:30:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/waitress-0.8.9.ebuild,v 
1.2 2014/05/21 05:45:44 idella4 Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
-# doc creation is fatally broken. well not fatally but it's bad
-
 inherit distutils-r1
 
 DESCRIPTION=A pure-Python WSGI server
 HOMEPAGE=http://docs.pylonsproject.org/projects/waitress/en/latest/ 
https://pypi.python.org/pypi/waitress/ https://github.com/Pylons/waitress;
-SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz \
+   doc? ( 
http://dev.gentoo.org/~idella4/pylons_sphinx_theme.tar.gz )
 
 LICENSE=MIT
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
-IUSE=test
+IUSE=doc test
 
 RDEPEND=
 DEPEND=${RDEPEND}
app-arch/unzip
test? ( dev-python/nose )
 
+python_prepare_all() {
+   if use doc; then
+   local PATCHES=( ${FILESDIR}/${P}-doc.patch )
+   einfo doc patch applied
+   mv ${WORKDIR}/_themes ./docs/ || die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc  emake -C docs html
+}
+
 python_test() {
nosetests || die Tests fail with ${EPYTHON}
 }
+
+python_install_all() {
+   use doc  local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



1.9  dev-python/waitress/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/waitress/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/waitress/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/waitress/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   21 May 2014 03:30:59 -  1.8
+++ ChangeLog   21 May 2014 05:45:44 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/waitress
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v 1.8 
2014/05/21 03:30:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/ChangeLog,v 1.9 
2014/05/21 05:45:44 idella4 Exp $
+
+  21 May 2014; Ian Delaney idel...@gentoo.org 
+files/waitress-0.8.9-doc.patch,
+  waitress-0.8.9.ebuild:
+  add IUSE doc, doc build
 
 *waitress-0.8.9 (21 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/html5lib: html5lib-0.999.ebuild ChangeLog

2014-05-21 Thread Ian Delaney (idella4)
idella4 14/05/21 08:10:19

  Modified: html5lib-0.999.ebuild ChangeLog
  Log:
  drop py2.6 pypy2_0 add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/html5lib/html5lib-0.999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild?r1=1.3r2=1.4

Index: html5lib-0.999.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- html5lib-0.999.ebuild   31 Mar 2014 21:11:10 -  1.3
+++ html5lib-0.999.ebuild   21 May 2014 08:10:19 -  1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 
1.3 2014/03/31 21:11:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 
1.4 2014/05/21 08:10:19 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 PYTHON_REQ_USE=xml(+)
 
 inherit distutils-r1



1.26 dev-python/html5lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   31 Mar 2014 21:11:10 -  1.25
+++ ChangeLog   21 May 2014 08:10:19 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/html5lib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.25 
2014/03/31 21:11:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.26 
2014/05/21 08:10:19 idella4 Exp $
+
+  21 May 2014; Ian Delaney idel...@gentoo.org html5lib-0.999.ebuild:
+  drop py2.6 pypy2_0 add py3.4
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org html5lib-0.95-r1.ebuild,
   html5lib-0.999.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/tinycss: tinycss-0.3.ebuild ChangeLog

2014-05-21 Thread Ian Delaney (idella4)
idella4 14/05/21 08:30:14

  Modified: tinycss-0.3.ebuild ChangeLog
  Log:
  add py3.4 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/tinycss/tinycss-0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tinycss/tinycss-0.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tinycss/tinycss-0.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tinycss/tinycss-0.3.ebuild?r1=1.2r2=1.3

Index: tinycss-0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tinycss/tinycss-0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tinycss-0.3.ebuild  16 Sep 2013 08:10:43 -  1.2
+++ tinycss-0.3.ebuild  21 May 2014 08:30:14 -  1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tinycss/tinycss-0.3.ebuild,v 1.2 
2013/09/16 08:10:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tinycss/tinycss-0.3.ebuild,v 1.3 
2014/05/21 08:30:14 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 



1.6  dev-python/tinycss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tinycss/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tinycss/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tinycss/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tinycss/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   16 Sep 2013 08:10:43 -  1.5
+++ ChangeLog   21 May 2014 08:30:14 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/tinycss
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tinycss/ChangeLog,v 1.5 
2013/09/16 08:10:43 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tinycss/ChangeLog,v 1.6 
2014/05/21 08:30:14 idella4 Exp $
+
+  21 May 2014; Ian Delaney idel...@gentoo.org tinycss-0.3.ebuild:
+  add py3.4 support
 
   16 Sep 2013; Patrick Lauer patr...@gentoo.org tinycss-0.3.ebuild:
   Add more python targets






[gentoo-commits] gentoo-x86 commit in dev-python/pyphen: pyphen-0.9.1.ebuild ChangeLog

2014-05-21 Thread Ian Delaney (idella4)
idella4 14/05/21 08:37:51

  Modified: pyphen-0.9.1.ebuild ChangeLog
  Log:
  drop py2.6 both pypys add py3.4 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/pyphen/pyphen-0.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyphen/pyphen-0.9.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyphen/pyphen-0.9.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyphen/pyphen-0.9.1.ebuild?r1=1.2r2=1.3

Index: pyphen-0.9.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyphen/pyphen-0.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyphen-0.9.1.ebuild 31 Mar 2014 21:23:59 -  1.2
+++ pyphen-0.9.1.ebuild 21 May 2014 08:37:51 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyphen/pyphen-0.9.1.ebuild,v 1.2 
2014/03/31 21:23:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyphen/pyphen-0.9.1.ebuild,v 1.3 
2014/05/21 08:37:51 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 



1.5  dev-python/pyphen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyphen/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyphen/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyphen/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyphen/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   31 Mar 2014 21:23:59 -  1.4
+++ ChangeLog   21 May 2014 08:37:51 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyphen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyphen/ChangeLog,v 1.4 
2014/03/31 21:23:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyphen/ChangeLog,v 1.5 
2014/05/21 08:37:51 idella4 Exp $
+
+  21 May 2014; Ian Delaney idel...@gentoo.org pyphen-0.9.1.ebuild:
+  drop py2.6 both pypys add py3.4 support
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org pyphen-0.9.1.ebuild:
   Add support for the new PyPy slotting.






[gentoo-commits] gentoo-x86 commit in dev-python/pycairo/files: pycairo-1.10.0-waf-unpack.patch pycairo-1.10.0-waf-py3_4.patch

2014-05-21 Thread Ian Delaney (idella4)
idella4 14/05/21 14:34:31

  Added:pycairo-1.10.0-waf-unpack.patch
pycairo-1.10.0-waf-py3_4.patch
  Log:
  drop py2.6 add py3.4, patches to fix configure failure under py3.4, patch 
courtesy of Hristo Venev via Bug #504342 (early March)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/pycairo/files/pycairo-1.10.0-waf-unpack.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/files/pycairo-1.10.0-waf-unpack.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/files/pycairo-1.10.0-waf-unpack.patch?rev=1.1content-type=text/plain

Index: pycairo-1.10.0-waf-unpack.patch
===
--- a/waf
+++ b/waf
@@ -153,6 +153,9 @@
return dir
 
 wafdir = find_lib()
+if sys.argv[1:] == ['unpack']:
+print(wafdir)
+exit()
 sys.path.insert(0, wafdir)
 from waflib.Tools.c_config import MACRO_TO_DESTOS 
 MACRO_TO_DESTOS['__POWERPC__'] = 'darwin'



1.1  dev-python/pycairo/files/pycairo-1.10.0-waf-py3_4.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/files/pycairo-1.10.0-waf-py3_4.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/files/pycairo-1.10.0-waf-py3_4.patch?rev=1.1content-type=text/plain

Index: pycairo-1.10.0-waf-py3_4.patch
===
--- a/waflib/Tools/python.py
+++ b/waflib/Tools/python.py
@@ -169,7 +169,7 @@

conf.find_program('python-config-%s'%num,var='PYTHON_CONFIG',mandatory=False)
includes=[]
if conf.env.PYTHON_CONFIG:
-   for incstr in 
conf.cmd_and_log(conf.env.PYTHON+[conf.env.PYTHON_CONFIG,'--includes']).strip().split():
+   for incstr in 
conf.cmd_and_log([conf.env.PYTHON_CONFIG,'--includes']).strip().split():
if(incstr.startswith('-I')or incstr.startswith('/I')):
incstr=incstr[2:]
if incstr not in includes:






[gentoo-commits] gentoo-x86 commit in dev-python/pycairo: pycairo-1.10.0-r4.ebuild ChangeLog

2014-05-21 Thread Ian Delaney (idella4)
idella4 14/05/21 14:34:31

  Modified: pycairo-1.10.0-r4.ebuild ChangeLog
  Log:
  drop py2.6 add py3.4, patches to fix configure failure under py3.4, patch 
courtesy of Hristo Venev via Bug #504342 (early March)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.19 dev-python/pycairo/pycairo-1.10.0-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild?r1=1.18r2=1.19

Index: pycairo-1.10.0-r4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pycairo-1.10.0-r4.ebuild5 Sep 2013 18:46:22 -   1.18
+++ pycairo-1.10.0-r4.ebuild21 May 2014 14:34:31 -  1.19
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild,v 1.18 
2013/09/05 18:46:22 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild,v 1.19 
2014/05/21 14:34:31 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_{6,7} python3_{2,3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit eutils python-r1 waf-utils
 
@@ -27,8 +27,7 @@
 # Note: xpyb is used as the C header, not Python modules
 RDEPEND=${PYTHON_DEPS}
=x11-libs/cairo-1.10.0[svg?,xcb?]
-   xcb? ( x11-libs/xpyb )
-
+   xcb? ( x11-libs/xpyb )
 DEPEND=${RDEPEND}
virtual/pkgconfig
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
@@ -40,6 +39,7 @@
rm -f src/config.h || die
epatch ${FILESDIR}/${PN}-1.10.0-svg_check.patch
epatch ${FILESDIR}/${PN}-1.10.0-xpyb.patch
+   epatch ${FILESDIR}/${PN}-1.10.0-waf-unpack.patch
epatch ${FILESDIR}/py2cairo-1.10.0-ppc-darwin.patch
popd  /dev/null
 
@@ -51,8 +51,14 @@
popd  /dev/null
 
preparation() {
-   if [[ ${EPYTHON} == python3.* ]]; then
+   if python_is_python3; then
cp -r -l 
${WORKDIR}/pycairo-${PYCAIRO_PYTHON3_VERSION} ${BUILD_DIR} || die
+   pushd ${BUILD_DIR}  /dev/null
+   wafdir=$(./waf unpack)
+   pushd ${wafdir}  /dev/null
+   epatch ${FILESDIR}/${PN}-1.10.0-waf-py3_4.patch
+   popd  /dev/null
+   popd  /dev/null
else
cp -r -l 
${WORKDIR}/py2cairo-${PYCAIRO_PYTHON2_VERSION} ${BUILD_DIR} || die
fi



1.145dev-python/pycairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/ChangeLog?rev=1.145view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/ChangeLog?rev=1.145content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycairo/ChangeLog?r1=1.144r2=1.145

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   5 Sep 2013 18:46:22 -   1.144
+++ ChangeLog   21 May 2014 14:34:31 -  1.145
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pycairo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.144 
2013/09/05 18:46:22 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.145 
2014/05/21 14:34:31 idella4 Exp $
+
+  21 May 2014; Ian Delaney idel...@gentoo.org
+  +files/pycairo-1.10.0-waf-py3_4.patch, 
+files/pycairo-1.10.0-waf-unpack.patch,
+  pycairo-1.10.0-r4.ebuild:
+  drop py2.6 add py3.4, patches to fix configure failure under py3.4, patch
+  courtesy of Hristo Venev via Bug #504342 (early March)
 
   05 Sep 2013; Michał Górny mgo...@gentoo.org pycairo-1.10.0-r4.ebuild:
   Clean up PYTHON_COMPAT from old implementations.






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-05-21 Thread Ian Delaney (idella4)
idella4 14/05/22 03:06:45

  Modified: ChangeLog package.mask
  Log:
  masking of bumped weasyprint

Revision  ChangesPath
1.8990   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8990view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8990content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8989r2=1.8990

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.8989
retrieving revision 1.8990
diff -u -r1.8989 -r1.8990
--- ChangeLog   21 May 2014 18:37:41 -  1.8989
+++ ChangeLog   22 May 2014 03:06:45 -  1.8990
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8989 2014/05/21 
18:37:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8990 2014/05/22 
03:06:45 idella4 Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  22 May 2014; Ian Delaney idel...@gentoo.org (22 May 2014):
+  Masking of weasyprint-0.22 subject to update of py3.4 support to key dep
+
   21 May 2014; Michał Górny mgo...@gentoo.org package.mask:
   Mask multilib libgphoto2, sane-backends  deps before committing.
 



1.15714  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15714view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15714content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15713r2=1.15714

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15713
retrieving revision 1.15714
diff -u -r1.15713 -r1.15714
--- package.mask21 May 2014 18:37:41 -  1.15713
+++ package.mask22 May 2014 03:06:45 -  1.15714
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15713 2014/05/21 
18:37:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15714 2014/05/22 
03:06:45 idella4 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Ian Delaney idel...@gentoo.org (22 May 2014)
+# The bumped version has been given added py3.4 support.
+# Given testsuite failures, a period of masking allows for possible 
+# patching from upstream to be added to this version.
+# Masked until py3.4 support is added to media-gfx/cairosvg
+=dev-python/weasyprint-0.22
+
 # Chí-Thanh Christopher Nguyễn chith...@gentoo.org (21 May 2014)
 # Mask until the necessary keywording for Xwayland is done, bug #510940
 # fontsproto has new function prototypes that make it incompatible






[gentoo-commits] gentoo-x86 commit in dev-python/weasyprint: weasyprint-0.22.ebuild ChangeLog

2014-05-21 Thread Ian Delaney (idella4)
idella4 14/05/22 03:48:04

  Modified: weasyprint-0.22.ebuild ChangeLog
  Log:
  adding of py3.4 support held back, upgraded deps, add test phase with failing 
tests skipped
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/weasyprint/weasyprint-0.22.ebuild

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

Index: weasyprint-0.22.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/weasyprint/weasyprint-0.22.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- weasyprint-0.22.ebuild  21 May 2014 03:33:12 -  1.1
+++ weasyprint-0.22.ebuild  22 May 2014 03:48:04 -  1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/weasyprint/weasyprint-0.22.ebuild,v 1.1 
2014/05/21 03:33:12 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/weasyprint/weasyprint-0.22.ebuild,v 1.2 
2014/05/22 03:48:04 idella4 Exp $
 
 EAPI=5
+# py3.4 support pending
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
 inherit distutils-r1
@@ -11,7 +12,7 @@
 MY_PN=WeasyPrint
 MY_P=${MY_PN}-${PV}
 SRC_URI=mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz
-HOMEPAGE=http://weasyprint.org;
+HOMEPAGE=http://weasyprint.org https://github.com/Kozea/WeasyPrint;
 
 LICENSE=BSD
 SLOT=0
@@ -19,16 +20,35 @@
 IUSE=test
 
 # Note: specific subslot of pango since it inlines some of pango headers.
+#cffi=0.6
 RDEPEND=x11-libs/pango:0/0
-   media-gfx/cairosvg
+   =media-gfx/cairosvg-0.4.1[${PYTHON_USEDEP}]
+   =dev-python/html5lib-0.999[${PYTHON_USEDEP}]
dev-python/cffi:=[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/cairocffi[${PYTHON_USEDEP}]
-   dev-python/tinycss[${PYTHON_USEDEP}]
-   dev-python/cssselect[${PYTHON_USEDEP}]
-   dev-python/pyphen[${PYTHON_USEDEP}]
-   
+   =dev-python/lxml-3.0[${PYTHON_USEDEP}]
+   =dev-python/cairocffi-0.5[${PYTHON_USEDEP}]
+   ~dev-python/tinycss-0.3[${PYTHON_USEDEP}]
+   =dev-python/cssselect-0.6[${PYTHON_USEDEP}]
+   =dev-python/pyphen-0.8[${PYTHON_USEDEP}]
# x11-libs/gdk-pixbuf # optional dep
-DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}] )
 
 S=${WORKDIR}/${MY_P}
+
+python_prepare_all() {
+   # https://github.com/Kozea/WeasyPrint/issues/195
+   sed -e s':test_annotate_document:_:' -e s':test_units:_:' \
+   -i ${PN}/tests/test_css.py || die
+   sed -e 's:test_images:_:' -i  ${PN}/tests/test_draw.py || die
+   sed -e 's:test_vertical_align:_:' -e s':test_preferred_widths:_:' \
+   -e 's:test_overflow_wrap:_:' \
+   -i ${PN}/tests/test_layout.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   py.test || die testsuite failed under ${EPYTHON}
+}



1.9  dev-python/weasyprint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/weasyprint/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/weasyprint/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/weasyprint/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/weasyprint/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   21 May 2014 03:33:12 -  1.8
+++ ChangeLog   22 May 2014 03:48:04 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/weasyprint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/weasyprint/ChangeLog,v 1.8 
2014/05/21 03:33:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/weasyprint/ChangeLog,v 1.9 
2014/05/22 03:48:04 idella4 Exp $
+
+  22 May 2014; Ian Delaney idel...@gentoo.org weasyprint-0.22.ebuild:
+  adding of py3.4 support held back, upgraded deps, add test phase with failing
+  tests skipped
 
 *weasyprint-0.22 (21 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-1.4.ebuild ChangeLog

2014-05-22 Thread Ian Delaney (idella4)
idella4 14/05/22 10:35:32

  Modified: ChangeLog
  Added:webob-1.4.ebuild
  Log:
  bump; drop py2.6 pypy2_0
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.88 dev-python/webob/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.88view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.88content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?r1=1.87r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   2 Apr 2014 21:14:58 -   1.87
+++ ChangeLog   22 May 2014 10:35:32 -  1.88
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/webob
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.87 
2014/04/02 21:14:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.88 
2014/05/22 10:35:32 idella4 Exp $
+
+*webob-1.4 (22 May 2014)
+
+  22 May 2014; Ian Delaney idel...@gentoo.org +webob-1.4.ebuild:
+  bump; drop py2.6 pypy2_0
 
   02 Apr 2014; Tim Harder radher...@gentoo.org webob-1.3.1.ebuild:
   Add python3_4 support.



1.1  dev-python/webob/webob-1.4.ebuild

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

Index: webob-1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.1 
2014/05/22 10:35:32 idella4 Exp $

EAPI=5

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

inherit distutils-r1

MY_PN=WebOb
MY_P=${MY_PN}-${PV}

DESCRIPTION=WSGI request and response object
HOMEPAGE=http://webob.org/ http://pypi.python.org/pypi/WebOb;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=doc test

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )
RDEPEND=

S=${WORKDIR}/${MY_P}

python_compile_all() {
if use doc; then
${PYTHON} setup.py build_sphinx || die
fi
}

python_test() {
nosetests -w tests || die Tests fail with ${EPYTHON}
}

python_install_all() {
use doc  local HTML_DOCS=( ${BUILD_DIR}/sphinx/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in media-fonts/ahem: ahem-1.0.ebuild metadata.xml Manifest ChangeLog

2014-05-22 Thread Ian Delaney (idella4)
idella4 14/05/23 02:05:16

  Added:ahem-1.0.ebuild metadata.xml Manifest ChangeLog
  Log:
  One off entry to support testsuite requirements of weasyprint. The tarball 
was specially prepared by upstream devs of that package. It will have no 
further development, thus no version bumps
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  media-fonts/ahem/ahem-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ahem/ahem-1.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ahem/ahem-1.0.ebuild?rev=1.1content-type=text/plain

Index: ahem-1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/ahem/ahem-1.0.ebuild,v 1.1 
2014/05/23 02:05:16 idella4 Exp $

EAPI=5

inherit font

DESCRIPTION=A font developed to help test writers develop predictable tests
HOMEPAGE=https://github.com/Kozea/Ahem;
SRC_URI=https://github.com/Kozea/Ahem/archive/1.0.tar.gz - {$P}.tar.gz

LICENSE=CC0-1.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND=

S=${WORKDIR}/${P/a/A}
FONT_S=${S}
FONT_SUFFIX=ttf



1.1  media-fonts/ahem/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ahem/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ahem/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
maintainer
emailidel...@gentoo.org/email
nameIan Delaney/name
/maintainer
/pkgmetadata



1.1  media-fonts/ahem/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ahem/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ahem/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST {ahem-1.0}.tar.gz 35539 SHA256 
bae33954780217ea0e8e517f51e5a84c525ff22b39a508d50ab49e2d5cef7530 SHA512 
626e37c3a6c8b78443e6ed4be565f1f568f3542c8a6e7587e584da21e007875a69b8a84a977f8699eb39c5755661942a7543799b789ddc795eea806195f3fafc
 WHIRLPOOL 
256d0f73fe270fcbce1eacf13df95bf940578937c5cb5e45e17215bd917a98fe6fa282c182dfb288500d29f034d30aad4c4a3e15a996b8ffae48c3d3d9793c5d
EBUILD ahem-1.0.ebuild 576 SHA256 
4dbeabb53336732e9628105ed94f196b0590b2f86d6dd37f5b4b9ecea66149c5 SHA512 
1b6720067496df23a1a17ea15fc0f256e9440168ef777b8e9b931fde14586991023f64b32678288f30489ee4f89d0d192b36cd4a25ad97e029789301baa43470
 WHIRLPOOL 
4bfe476420bac2d8f4f73b3e6f318856b48cb084c47f463a0334c1602022bb7ac899c3326239729b7a90859854b02dbbc0cc03230369c8fc0e91ee391be4bd15
MISC metadata.xml 231 SHA256 
e0d68290321a5041806f0caa182c6dcc40fbda401ddb11b24f730632887cacf1 SHA512 
a8231297310a445059b051a6123d8facdbbe4871527428ae17d9f988d29f3bfd2f9c39de37322ffbfab92d62aaf0f92d865482b7f2d35def3a9814204686e80f
 WHIRLPOOL 
2aedab7943f9b91ce7f7cbbc38b53f5288581d76cfe449c36ab7de7d736ba4950ac98518a64ee14a9038dbe34362e7b4320f1122e678a256359859fd1d1d7d94



1.1  media-fonts/ahem/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ahem/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/ahem/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for media-fonts/ahem
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/ahem/ChangeLog,v 1.1 2014/05/23 
02:05:16 idella4 Exp $

*ahem-1.0 (23 May 2014)

  23 May 2014; Ian Delaney idel...@gentoo.org +ahem-1.0.ebuild, +metadata.xml:
  One off entry to support testsuite requirements of weasyprint. The tarball was
  specially prepared by upstream devs of that package. It will have no further
  development, thus no version bumps






[gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.1.ebuild ChangeLog

2014-05-23 Thread Ian Delaney (idella4)
idella4 14/05/23 07:33:26

  Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
  Log:
  drop py2.6, add IUSE doc, doc build, fix everything
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild

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

Index: wsgiproxy2-0.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wsgiproxy2-0.4.1.ebuild 8 Jan 2014 02:43:01 -   1.1
+++ wsgiproxy2-0.4.1.ebuild 23 May 2014 07:33:25 -  1.2
@@ -1,13 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.1 
2014/01/08 02:43:01 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.2 
2014/05/23 07:33:25 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-# this looks quite unpossible to run
-RESTRICT=test
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
 inherit distutils-r1
 
@@ -20,19 +17,33 @@
 LICENSE=MIT
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=test
+IUSE=doc test
 
-RDEPEND=dev-python/urllib3
-   dev-python/socketpool[${PYTHON_USEDEP}]
+RDEPEND=dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/restkit
dev-python/webob[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
-DEPEND=${RDEPEND}
-   test? ( dev-python/webtest[${PYTHON_USEDEP}] )
+DEPEND=test? ( ${RDEPEND}
+   dev-python/webtest[${PYTHON_USEDEP}]
+   dev-python/socketpool[${PYTHON_USEDEP}]
+   dev-python/restkit[$(python_gen_usedep python2_7)] )
+# Tests needing restkit are skipped under py3
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
+python_compile_all() {
+   if use doc; then
+   cd docs || die
+   sphinx-build -b html -d _build/doctrees   . _build/html
+   fi
+}
+
+# this was always possible
 python_test() {
nosetests || die Tests fail with ${EPYTHON}
 }
+
+python_install_all() {
+   use doc  local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



1.7  dev-python/wsgiproxy2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   8 Jan 2014 02:43:01 -   1.6
+++ ChangeLog   23 May 2014 07:33:25 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/wsgiproxy2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.6 
2014/01/08 02:43:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.7 
2014/05/23 07:33:25 idella4 Exp $
+
+  23 May 2014; Ian Delaney idel...@gentoo.org wsgiproxy2-0.4.1.ebuild:
+  drop py2.6, add IUSE doc, doc build, fix everything
 
 *wsgiproxy2-0.4.1 (08 Jan 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/webtest: webtest-2.0.15.ebuild ChangeLog

2014-05-23 Thread Ian Delaney (idella4)
idella4 14/05/23 10:51:26

  Modified: ChangeLog
  Added:webtest-2.0.15.ebuild
  Log:
  bump; drop py2.6, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.81 dev-python/webtest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?rev=1.81view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?rev=1.81content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webtest/ChangeLog?r1=1.80r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   31 Mar 2014 09:48:16 -  1.80
+++ ChangeLog   23 May 2014 10:51:26 -  1.81
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/webtest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.80 
2014/03/31 09:48:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.81 
2014/05/23 10:51:26 idella4 Exp $
+
+*webtest-2.0.15 (23 May 2014)
+
+  23 May 2014; Ian Delaney idel...@gentoo.org +webtest-2.0.15.ebuild:
+  bump; drop py2.6, tidy
 
 *webtest-2.0.14 (31 Mar 2014)
 



1.1  dev-python/webtest/webtest-2.0.15.ebuild

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

Index: webtest-2.0.15.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-2.0.15.ebuild,v 
1.1 2014/05/23 10:51:26 idella4 Exp $

EAPI=5

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

inherit distutils-r1

MY_PN=WebTest
MY_P=${MY_PN}-${PV}

DESCRIPTION=Helper to test WSGI applications
HOMEPAGE=http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc test

#nose1.3.0
RDEPEND=
dev-python/six[${PYTHON_USEDEP}]
=dev-python/waitress-0.8.5[${PYTHON_USEDEP}]
=dev-python/webob-1.2[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/wsgiproxy2[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
virtual/python-unittest2[${PYTHON_USEDEP}]
)

S=${WORKDIR}/${MY_P}

# Makes testing easier; otherwise we get errors from pkg_resources.
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
# Prevent un-needed d'loading during doc build
sed -s 's:intersphinx_mapping:_:' -i docs/conf.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
sphinx-build docs html || die
fi
}

src_test() {
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
}

python_test() {
# Tests raise ImportErrors with our default PYTHONPATH.
local -x PYTHONPATH=
nosetests || die Tests fail with ${EPYTHON}
}

python_install() {
distutils-r1_python_install

# Why is it so?
if python_is_python3; then
rm -f ${D}$(python_get_sitedir)/webtest/lint3.py
fi
}

python_install_all() {
use doc  local HTML_DOCS=( html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/greenlet: greenlet-0.4.2.ebuild ChangeLog

2014-05-23 Thread Ian Delaney (idella4)
idella4 14/05/23 13:04:03

  Modified: greenlet-0.4.2.ebuild ChangeLog
  Log:
  drop py2.6 add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.8  dev-python/greenlet/greenlet-0.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild?r1=1.7r2=1.8

Index: greenlet-0.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- greenlet-0.4.2.ebuild   19 Mar 2014 03:38:24 -  1.7
+++ greenlet-0.4.2.ebuild   23 May 2014 13:04:03 -  1.8
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild,v 
1.7 2014/03/19 03:38:24 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/greenlet/greenlet-0.4.2.ebuild,v 
1.8 2014/05/23 13:04:03 idella4 Exp $
 
 EAPI=5
 
 # Note: greenlet is built-in in pypy
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1 flag-o-matic
 
@@ -24,7 +24,7 @@
 DISTUTILS_IN_SOURCE_BUILD=1
 
 python_compile() {
-   if [[ ${EPYTHON} == python2* ]]; then
+   if [[ ${EPYTHON} == python2.7 ]]; then
local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
append-flags -fno-strict-aliasing
fi



1.28 dev-python/greenlet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/ChangeLog?rev=1.28view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/ChangeLog?rev=1.28content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/greenlet/ChangeLog?r1=1.27r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/greenlet/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   19 Mar 2014 03:38:24 -  1.27
+++ ChangeLog   23 May 2014 13:04:03 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/greenlet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/greenlet/ChangeLog,v 1.27 
2014/03/19 03:38:24 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/greenlet/ChangeLog,v 1.28 
2014/05/23 13:04:03 idella4 Exp $
+
+  23 May 2014; Ian Delaney idel...@gentoo.org greenlet-0.4.2.ebuild:
+  drop py2.6 add py3.4
 
   19 Mar 2014; Ian Delaney idel...@gentoo.org greenlet-0.4.2.ebuild:
   set to 'in source build' to fix tests run to fix Bug #503660 by maekke






[gentoo-commits] gentoo-x86 commit in www-servers/tornado: tornado-3.2.ebuild ChangeLog

2014-05-23 Thread Ian Delaney (idella4)
idella4 14/05/24 02:22:01

  Modified: tornado-3.2.ebuild ChangeLog
  Log:
  re-keyword ~arm to -3.2, tested on armv7, cubieboard2, qa correction to deps. 
Also arm fine on testing for -3.2.1
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  www-servers/tornado/tornado-3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild?r1=1.2r2=1.3

Index: tornado-3.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tornado-3.2.ebuild  31 Mar 2014 21:24:58 -  1.2
+++ tornado-3.2.ebuild  24 May 2014 02:22:01 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 
1.2 2014/03/31 21:24:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-3.2.ebuild,v 
1.3 2014/05/24 02:22:01 idella4 Exp $
 
 EAPI=5
 
@@ -14,12 +14,10 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
 IUSE=curl test
 
-RDEPEND=curl? ( dev-python/pycurl[$(python_gen_usedep 'python2*')] )
-   test? ( virtual/python-unittest2 )
-
+RDEPEND=curl? ( dev-python/pycurl[$(python_gen_usedep 'python2*')] )
 DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (



1.46 www-servers/tornado/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   6 May 2014 04:34:46 -   1.45
+++ ChangeLog   24 May 2014 02:22:01 -  1.46
@@ -1,6 +1,10 @@
 # ChangeLog for www-servers/tornado
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.45 
2014/05/06 04:34:46 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.46 
2014/05/24 02:22:01 idella4 Exp $
+
+  24 May 2014; Ian Delaney idel...@gentoo.org tornado-3.2.ebuild:
+  re-keyword ~arm to -3.2, tested on armv7, cubieboard2, qa correction to deps.
+  Also arm fine on testing for -3.2.1
 
 *tornado-3.2.1 (06 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/ws4py: ws4py-0.3.4.ebuild ChangeLog

2014-05-23 Thread Ian Delaney (idella4)
idella4 14/05/24 04:26:19

  Modified: ChangeLog
  Added:ws4py-0.3.4.ebuild
  Log:
  bump; drop py2.6 add py3 support, add previously known optional deps, update 
test phase to one that (works for this version)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.13 dev-python/ws4py/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ws4py/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ws4py/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ws4py/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   3 May 2014 08:12:25 -   1.12
+++ ChangeLog   24 May 2014 04:26:19 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/ws4py
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.12 
2014/05/03 08:12:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ChangeLog,v 1.13 
2014/05/24 04:26:19 idella4 Exp $
+
+*ws4py-0.3.4 (24 May 2014)
+
+  24 May 2014; Ian Delaney idel...@gentoo.org +ws4py-0.3.4.ebuild:
+  bump; drop py2.6 add py3 support, add previously known optional deps, update
+  test phase to one that (works for this version)
 
 *ws4py-0.3.3 (03 May 2014)
 



1.1  dev-python/ws4py/ws4py-0.3.4.ebuild

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

Index: ws4py-0.3.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.3.4.ebuild,v 1.1 
2014/05/24 04:26:19 idella4 Exp $

# We could depend on dev-python/cherrypy when USE=server, but
# that is an optional component ...
# Same for www-servers/tornado and USE=client ... so why not???
# pypy is viable but better with a cutdown set of deps

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE=threads?

inherit distutils-r1
if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://github.com/Lawouach/WebSocket-for-Python.git
inherit git-2
else
inherit vcs-snapshot

SRC_URI=https://github.com/Lawouach/WebSocket-for-Python/tarball/v${PV} - 
${P}.tar.gz
KEYWORDS=~amd64 ~arm ~x86
fi

DESCRIPTION=WebSocket client and server library for Python 2 and 3 as well as 
PyPy
HOMEPAGE=https://github.com/Lawouach/WebSocket-for-Python;

LICENSE=BSD
SLOT=0
IUSE=+client +server test +threads
# doc build requires sphinxcontrib ext packages absent from portage

RDEPEND==dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
dev-python/gevent[$(python_gen_usedep python2_7)]
=dev-python/cython-0.19.1[${PYTHON_USEDEP}]
client? ( =www-servers/tornado-3.1[${PYTHON_USEDEP}] )
server? ( =dev-python/cherrypy-3.2.4[${PYTHON_USEDEP}] )
DEPEND=test? (
=dev-python/cherrypy-3.2.4[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
)

python_test() {
# testsuite displays an issue with mock under py3 but is non fatal
${PYTHON} -m unittest discover || die Tests failed under ${EPYTHON}
}

src_install() {
distutils-r1_src_install
use client || rm -rf ${ED}$(python_get_sitedir)/ws4py/client
use server || rm -rf ${ED}$(python_get_sitedir)/ws4py/server
}






[gentoo-commits] gentoo-x86 commit in dev-python/httplib2: httplib2-0.8.ebuild ChangeLog

2014-05-24 Thread Ian Delaney (idella4)
idella4 14/05/24 09:38:45

  Modified: httplib2-0.8.ebuild ChangeLog
  Log:
  drop py2.6 add py3.4 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/httplib2/httplib2-0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?r1=1.2r2=1.3

Index: httplib2-0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- httplib2-0.8.ebuild 5 Sep 2013 18:46:31 -   1.2
+++ httplib2-0.8.ebuild 24 May 2014 09:38:44 -  1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 
1.2 2013/09/05 18:46:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 
1.3 2014/05/24 09:38:44 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 



1.42 dev-python/httplib2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.42view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.42content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?r1=1.41r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   5 Sep 2013 18:46:31 -   1.41
+++ ChangeLog   24 May 2014 09:38:45 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/httplib2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.41 
2013/09/05 18:46:31 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.42 
2014/05/24 09:38:45 idella4 Exp $
+
+  24 May 2014; Ian Delaney idel...@gentoo.org httplib2-0.8.ebuild:
+  drop py2.6 add py3.4 support
 
   05 Sep 2013; Michał Górny mgo...@gentoo.org httplib2-0.7.7.ebuild,
   httplib2-0.8.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/httplib2: httplib2-0.8.ebuild ChangeLog

2014-05-24 Thread Ian Delaney (idella4)
idella4 14/05/24 09:53:40

  Modified: httplib2-0.8.ebuild ChangeLog
  Log:
  add pypy support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/httplib2/httplib2-0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?r1=1.3r2=1.4

Index: httplib2-0.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- httplib2-0.8.ebuild 24 May 2014 09:38:44 -  1.3
+++ httplib2-0.8.ebuild 24 May 2014 09:53:40 -  1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 
1.3 2014/05/24 09:38:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 
1.4 2014/05/24 09:53:40 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.43 dev-python/httplib2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?r1=1.42r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   24 May 2014 09:38:45 -  1.42
+++ ChangeLog   24 May 2014 09:53:40 -  1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/httplib2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.42 
2014/05/24 09:38:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.43 
2014/05/24 09:53:40 idella4 Exp $
+
+  24 May 2014; Ian Delaney idel...@gentoo.org httplib2-0.8.ebuild:
+  add pypy support
 
   24 May 2014; Ian Delaney idel...@gentoo.org httplib2-0.8.ebuild:
   drop py2.6 add py3.4 support






[gentoo-commits] gentoo-x86 commit in dev-python/wsgiintercept: wsgiintercept-0.6.3.ebuild ChangeLog

2014-05-24 Thread Ian Delaney (idella4)
idella4 14/05/24 09:57:24

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

Revision  ChangesPath
1.6  dev-python/wsgiintercept/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 May 2014 08:25:39 -   1.5
+++ ChangeLog   24 May 2014 09:57:24 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/wsgiintercept
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.5 
2014/05/03 08:25:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.6 
2014/05/24 09:57:24 idella4 Exp $
+
+*wsgiintercept-0.6.3 (24 May 2014)
+
+  24 May 2014; Ian Delaney idel...@gentoo.org +wsgiintercept-0.6.3.ebuild:
+  bump; drop py2.6 add py3.4, pypy support
 
 *wsgiintercept-0.6.2 (03 May 2014)
 



1.1  dev-python/wsgiintercept/wsgiintercept-0.6.3.ebuild

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

Index: wsgiintercept-0.6.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.3.ebuild,v 
1.1 2014/05/24 09:57:24 idella4 Exp $

EAPI=5

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

inherit distutils-r1

MY_PN=wsgi_intercept
MY_P=${MY_PN}-${PV}

DESCRIPTION=WSGI application in place of a real URI for testing
HOMEPAGE=https://pypi.python.org/pypi/wsgi_intercept 
https://github.com/cdent/python3-wsgi-intercept;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

SLOT=0
LICENSE=MIT
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=test

RDEPEND=
DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/httplib2[${PYTHON_USEDEP}]
=dev-python/pytest-2.4[${PYTHON_USEDEP}]
=dev-python/requests-2[${PYTHON_USEDEP}]
)

S=${WORKDIR}/${MY_P}

PATCHES=( ${FILESDIR}/0.6.0-fix-tests.patch )

python_test() {
py.test || die
}






[gentoo-commits] gentoo-x86 commit in dev-python/wtf-peewee: wtf-peewee-0.2.1.ebuild ChangeLog

2014-05-24 Thread Ian Delaney (idella4)
idella4 14/05/25 03:28:41

  Modified: wtf-peewee-0.2.1.ebuild ChangeLog
  Log:
  unrestrict  upgrade test phase, add IUSE examples
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/wtf-peewee/wtf-peewee-0.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.1.ebuild?r1=1.1r2=1.2

Index: wtf-peewee-0.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wtf-peewee-0.2.1.ebuild 20 May 2014 08:12:48 -  1.1
+++ wtf-peewee-0.2.1.ebuild 25 May 2014 03:28:41 -  1.2
@@ -1,28 +1,38 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.1.ebuild,v 1.1 
2014/05/20 08:12:48 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wtf-peewee/wtf-peewee-0.2.1.ebuild,v 1.2 
2014/05/25 03:28:41 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-RESTRICT=test # broken
-
 DESCRIPTION=Small python ORM
 HOMEPAGE=https://github.com/coleifer/peewee/;
 SRC_URI=https://github.com/coleifer/${PN}/archive/${PV}.tar.gz;
 LICENSE=BSD
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=test
+IUSE=examples test
+
+RDEPEND=dev-python/peewee[${PYTHON_USEDEP}]
+   dev-python/wtforms[${PYTHON_USEDEP}]
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND} )
+
+python_prepare_all() {
+# https://github.com/coleifer/peewee/issues/361
+   sed -e s':test_choices:_:' \
+   -e s':test_null_form_saving:_:' \
+   -i ${PN/\-/}/tests.py || die
+   distutils-r1_python_prepare_all
+}
 
-RDEPEND=
-DEPEND=${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/peewee[${PYTHON_USEDEP}]
-   dev-python/wtforms[${PYTHON_USEDEP}]
-   
 python_test() {
-   nosetests || die Testing failed with ${EPYTHON}
+   ${PYTHON} ./runtests.py || die Testing failed with ${EPYTHON}
+}
+
+python_install_all() {
+   use examples  local EXAMPLES=( example/. )
+   distutils-r1_python_install_all
 }



1.6  dev-python/wtf-peewee/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wtf-peewee/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   20 May 2014 08:12:48 -  1.5
+++ ChangeLog   25 May 2014 03:28:41 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/wtf-peewee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.5 
2014/05/20 08:12:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtf-peewee/ChangeLog,v 1.6 
2014/05/25 03:28:41 idella4 Exp $
+
+  25 May 2014; Ian Delaney idel...@gentoo.org wtf-peewee-0.2.1.ebuild:
+  unrestrict  upgrade test phase, add IUSE examples
 
 *wtf-peewee-0.2.1 (20 May 2014)
 






[gentoo-commits] gentoo-x86 commit in net-zope/zc-buildout: zc-buildout-2.2.1.ebuild zc-buildout-2.2.0.ebuild ChangeLog

2014-05-25 Thread Ian Delaney (idella4)
idella4 14/05/25 11:27:34

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

Revision  ChangesPath
1.2  net-zope/zc-buildout/zc-buildout-2.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zc-buildout/zc-buildout-2.2.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zc-buildout/zc-buildout-2.2.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zc-buildout/zc-buildout-2.2.0.ebuild?r1=1.1r2=1.2

Index: zc-buildout-2.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-zope/zc-buildout/zc-buildout-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zc-buildout-2.2.0.ebuild8 Jul 2013 06:53:56 -   1.1
+++ zc-buildout-2.2.0.ebuild25 May 2014 11:27:34 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zc-buildout/zc-buildout-2.2.0.ebuild,v 1.1 
2013/07/08 06:53:56 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zc-buildout/zc-buildout-2.2.0.ebuild,v 1.2 
2014/05/25 11:27:34 idella4 Exp $
 
 EAPI=3
 PYTHON_DEPEND=2
@@ -26,7 +26,7 @@
 
 S=${WORKDIR}/${MY_P}
 
-DOCS=CHANGES.rst todo.txt
+DOCS=( README.rst doc/tutorial.txt )
 PYTHON_MODNAME=${PN/-//}
 
 src_install() {



1.12 net-zope/zc-buildout/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zc-buildout/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zc-buildout/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zc-buildout/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-zope/zc-buildout/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   8 Jul 2013 06:53:56 -   1.11
+++ ChangeLog   25 May 2014 11:27:34 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for net-zope/zc-buildout
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zc-buildout/ChangeLog,v 1.11 
2013/07/08 06:53:56 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zc-buildout/ChangeLog,v 1.12 
2014/05/25 11:27:34 idella4 Exp $
+
+*zc-buildout-2.2.1 (25 May 2014)
+
+  25 May 2014; Ian Delaney idel...@gentoo.org +zc-buildout-2.2.1.ebuild,
+  zc-buildout-2.2.0.ebuild:
+  bump; add py3 pypy support
 
 *zc-buildout-2.2.0 (08 Jul 2013)
 



1.1  net-zope/zc-buildout/zc-buildout-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zc-buildout/zc-buildout-2.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zc-buildout/zc-buildout-2.2.1.ebuild?rev=1.1content-type=text/plain

Index: zc-buildout-2.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-zope/zc-buildout/zc-buildout-2.2.1.ebuild,v 1.1 
2014/05/25 11:27:34 idella4 Exp $

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

inherit distutils-r1

MY_PN=${PN/-/.}
MY_P=${MY_PN}-${PV}

DESCRIPTION=System for managing development buildouts
HOMEPAGE=http://pypi.python.org/pypi/zc.buildout;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=ZPL
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-python/setuptools-0.7[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}

S=${WORKDIR}/${MY_P}
DOCS=( README.rst doc/tutorial.txt )
# Tests require zope packages absent from portage

src_install() {
distutils-r1_src_install

# Remove README.txt installed in incorrect location.
rm -f ${D}usr/README.txt
}






[gentoo-commits] gentoo-x86 commit in dev-python/rdflib: rdflib-4.1.2.ebuild ChangeLog

2014-05-25 Thread Ian Delaney (idella4)
idella4 14/05/26 04:53:26

  Modified: rdflib-4.1.2.ebuild ChangeLog
  Log:
  take out py3.4 to fix bug #510996
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/rdflib/rdflib-4.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?r1=1.2r2=1.3

Index: rdflib-4.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rdflib-4.1.2.ebuild 20 May 2014 13:05:54 -  1.2
+++ rdflib-4.1.2.ebuild 26 May 2014 04:53:25 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.2 
2014/05/20 13:05:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.3 
2014/05/26 04:53:25 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 PYTHON_REQ_USE=sqlite?
 DISTUTILS_NO_PARALLEL_BUILD=true
 # The usual required for tests



1.44 dev-python/rdflib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   20 May 2014 13:05:54 -  1.43
+++ ChangeLog   26 May 2014 04:53:25 -  1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rdflib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.43 
2014/05/20 13:05:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.44 
2014/05/26 04:53:25 idella4 Exp $
+
+  26 May 2014; Ian Delaney idel...@gentoo.org rdflib-4.1.2.ebuild:
+  take out py3.4 to fix bug #510996
 
   20 May 2014; Ian Delaney idel...@gentoo.org rdflib-4.1.2.ebuild:
   drop py2.6 add py3.4 support, update test phase






[gentoo-commits] gentoo-x86 commit in dev-python/django: django-1.4.13.ebuild django-1.6.5.ebuild django-1.5.8.ebuild ChangeLog django-1.5.7.ebuild django-1.6.3.ebuild django-1.4.12.ebuild django-1.5.

2014-05-26 Thread Ian Delaney (idella4)
idella4 14/05/26 14:35:41

  Modified: django-1.6.5.ebuild ChangeLog
  Added:django-1.4.13.ebuild django-1.5.8.ebuild
  Removed:  django-1.5.7.ebuild django-1.6.3.ebuild
django-1.4.12.ebuild django-1.5.6.ebuild
  Log:
  bumps; clean of old, excepting the stable -1.4.11, wrt sec. Bug #510382
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/django/django-1.6.5.ebuild

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

Index: django-1.6.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-1.6.5.ebuild 26 May 2014 09:02:46 -  1.1
+++ django-1.6.5.ebuild 26 May 2014 14:35:41 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.5.ebuild,v 1.1 
2014/05/26 09:02:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.5.ebuild,v 1.2 
2014/05/26 14:35:41 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -56,8 +56,6 @@
# and don't work with ${BUILD_DIR}/lib.
# https://code.djangoproject.com/ticket/20514
# https://code.djangoproject.com/ticket/21093
-   # export PYTHONWARNINGS=d,i::ImportWarning
-   sed -e 's:test_dont_base64_encode:_:' -i tests/mail/tests.py || die
PYTHONPATH=. \
${PYTHON} tests/runtests.py --settings=test_sqlite -v1 \
|| die Tests fail with ${EPYTHON}



1.133dev-python/django/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.133view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.133content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?r1=1.132r2=1.133

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   26 May 2014 09:02:46 -  1.132
+++ ChangeLog   26 May 2014 14:35:41 -  1.133
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/django
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.132 
2014/05/26 09:02:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.133 
2014/05/26 14:35:41 idella4 Exp $
+
+*django-1.4.13 (26 May 2014)
+*django-1.5.8 (26 May 2014)
+
+  26 May 2014; Ian Delaney idel...@gentoo.org +django-1.4.13.ebuild,
+  +django-1.5.8.ebuild, -django-1.4.12.ebuild, -django-1.5.6.ebuild,
+  -django-1.5.7.ebuild, -django-1.6.3.ebuild, django-1.6.5.ebuild:
+  bumps; clean of old, excepting the stable -1.4.11, wrt sec. Bug #510382
 
 *django-1.6.5 (26 May 2014)
 



1.1  dev-python/django/django-1.4.13.ebuild

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

Index: django-1.4.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.4.13.ebuild,v 1.1 
2014/05/26 14:35:41 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='sqlite?'

inherit bash-completion-r1 distutils-r1 versionator webapp

MY_P=Django-${PV}

DESCRIPTION=High-level Python web framework
HOMEPAGE=http://www.djangoproject.com/ http://pypi.python.org/pypi/Django;
SRC_URI=https://www.djangoproject.com/m/releases/$(get_version_component_range 
1-2)/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos
IUSE=mysql postgres sqlite test

RDEPEND=virtual/python-imaging[${PYTHON_USEDEP}]
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
mysql? ( =dev-python/mysql-python-1.2.3[${PYTHON_USEDEP}] )
DEPEND=${RDEPEND}
test? ( ${PYTHON_DEPS//sqlite?/sqlite} )

S=${WORKDIR}/${MY_P}

WEBAPP_MANUAL_SLOT=yes

python_prepare_all() {
# Disable 

[gentoo-commits] gentoo-x86 commit in dev-python/autopep8: autopep8-1.0.1.ebuild ChangeLog

2014-05-27 Thread Ian Delaney (idella4)
idella4 14/05/27 06:29:44

  Modified: autopep8-1.0.1.ebuild ChangeLog
  Log:
  revert setting of RDEPEND, pointed out by Arfrever
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/autopep8/autopep8-1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/autopep8-1.0.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/autopep8-1.0.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/autopep8-1.0.1.ebuild?r1=1.2r2=1.3

Index: autopep8-1.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- autopep8-1.0.1.ebuild   4 May 2014 08:47:35 -   1.2
+++ autopep8-1.0.1.ebuild   27 May 2014 06:29:44 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-1.0.1.ebuild,v 
1.2 2014/05/04 08:47:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-1.0.1.ebuild,v 
1.3 2014/05/27 06:29:44 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -18,7 +18,7 @@
 
 DEPEND==dev-python/pep8-1.5.6[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
-RDEPEND==dev-python/pep8-1.5.6[${PYTHON_USEDEP}]
+RDEPEND=${DEPEND}
 
 python_test() {
esetup.py test



1.46 dev-python/autopep8/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   4 May 2014 08:47:35 -   1.45
+++ ChangeLog   27 May 2014 06:29:44 -  1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/autopep8
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.45 
2014/05/04 08:47:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.46 
2014/05/27 06:29:44 idella4 Exp $
+
+  27 May 2014; Ian Delaney idel...@gentoo.org autopep8-1.0.1.ebuild:
+  revert setting of RDEPEND, pointed out by Arfrever
 
   04 May 2014; Ian Delaney idel...@gentoo.org autopep8-1.0.1.ebuild:
   drop py2.6 add py3.4 pypy support tidy deps






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-core: twisted-core-14.0.0.ebuild ChangeLog

2014-05-27 Thread Ian Delaney (idella4)
idella4 14/05/27 13:52:44

  Modified: twisted-core-14.0.0.ebuild ChangeLog
  Log:
  Correct USE test set in RDEPEND, minor tidy, update test phase, ticket filed 
upstream for multi test failures, holding back on py3 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/twisted-core/twisted-core-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?r1=1.4r2=1.5

Index: twisted-core-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- twisted-core-14.0.0.ebuild  20 May 2014 08:51:01 -  1.4
+++ twisted-core-14.0.0.ebuild  27 May 2014 13:52:44 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v 
1.4 2014/05/20 08:51:01 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v 
1.5 2014/05/27 13:52:44 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -12,12 +12,11 @@
 KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=crypt gtk serial test
 
-DEPEND==net-zope/zope-interface-3.6.0[${PYTHON_USEDEP}]
+RDEPEND==net-zope/zope-interface-3.6.0[${PYTHON_USEDEP}]
crypt? ( =dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] )
gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
-   serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )
-   test? ( dev-python/twisted-lore[${PYTHON_USEDEP}] )
-RDEPEND=${DEPEND}
+   serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )
+DEPEND=test? ( ${RDEPEND} )
 
 PATCHES=(
# Give a load-sensitive test a better chance of succeeding.
@@ -46,10 +45,9 @@
 python_compile() {
local CFLAGS CXXFLAGS
 
-   if [[ ${EPYTHON} != python3* ]]; then
+   if ! python_is_python3; then
# Needed to make the sendmsg extension work
# (see http://twistedmatrix.com/trac/ticket/5701 )
-
append-flags -fno-strict-aliasing
fi
 
@@ -57,8 +55,7 @@
 }
 
 python_test() {
-   # NOTE: on pypy a couple of failures (refcounting, version-checking) is
-   # expected
+   # NOTE: on pypy a couple of failures (refcounting, version-checking) is 
expected
 
distutils_install_for_testing
 
@@ -70,10 +67,6 @@
sed -e /class ZshIntegrationTestCase/,/^$/d -i 
twisted/scripts/test/test_scripts.py \
|| die sed failed
 
-   # tap2rpm is already skipped if rpm is not installed, but fails for me 
on a Gentoo box with it present.
-   # I currently lack the cycles to track this failure down.
-   rm twisted/scripts/test/test_tap2rpm.py
-
# Prevent it from pulling in plugins from already installed twisted 
packages.
rm -f twisted/plugins/__init__.py
 
@@ -84,12 +77,24 @@
sed -e 's:test_basicOperation:_:' -i 
twisted/scripts/test/test_tap2deb.py || die
sed -e 's:test_inspectCertificate:_:' -i 
twisted/test/test_sslverify.py || die
 
-   # Requires twisted-web creating a cric. dep
+   # Requires twisted-web, twisted-lore and twisted-names, creating a 
circ. dep and fail even if installed.
+   # test_loreDeprecation and test_exist failures appeared in version 
14.0.0.
rm -f twisted/python/test/test_release.py || die
+   sed -e 's:test_loreDeprecation:_:' -i twisted/test/test_twisted.py || 
die
+   sed -e 's:test_exist:_:' -i twisted/python/test/test_dist3.py || die
 
# Requires connection to the network
sed -e 's:test_multiListen:_:' -i twisted/test/test_udp.py || die
 
+   # Appeared in version 14.0.0; https://twistedmatrix.com/trac/ticket/7422
+   sed -e 's:test_dataReceivedThrows:_:' \
+   -e 's:test_resumeProducingThrows:_:' \
+   -e 's:test_resumeProducingAbortLater:_:' \
+   -e 's:test_resumeProducingAbort:_:' \
+   -e 's:test_fullWriteBufferAfterByteExchange:_:' \
+   -i twisted/internet/test/test_tcp.py || die
+   sed -e 's:test_logPrefix:_:' -i 
twisted/internet/test/connectionmixins.py || die
+
if ! ${TEST_DIR}/scripts/trial twisted; then
die Tests failed with ${EPYTHON}
fi



1.24 

[gentoo-commits] gentoo-x86 commit in dev-python/twisted-core: twisted-core-14.0.0.ebuild ChangeLog

2014-05-27 Thread Ian Delaney (idella4)
idella4 14/05/28 05:58:30

  Modified: twisted-core-14.0.0.ebuild ChangeLog
  Log:
  re-keyword ~arm, tested on armv7, cubieboard2
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.6  dev-python/twisted-core/twisted-core-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild?r1=1.5r2=1.6

Index: twisted-core-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- twisted-core-14.0.0.ebuild  27 May 2014 13:52:44 -  1.5
+++ twisted-core-14.0.0.ebuild  28 May 2014 05:58:30 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v 
1.5 2014/05/27 13:52:44 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.0.ebuild,v 
1.6 2014/05/28 05:58:30 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=An asynchronous networking framework written in Python
 
-KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=crypt gtk serial test
 
 RDEPEND==net-zope/zope-interface-3.6.0[${PYTHON_USEDEP}]



1.25 dev-python/twisted-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   27 May 2014 13:52:44 -  1.24
+++ ChangeLog   28 May 2014 05:58:30 -  1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-core
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.24 
2014/05/27 13:52:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.25 
2014/05/28 05:58:30 idella4 Exp $
+
+  28 May 2014; Ian Delaney idel...@gentoo.org twisted-core-14.0.0.ebuild:
+  re-keyword ~arm, tested on armv7, cubieboard2
 
   27 May 2014; Ian Delaney idel...@gentoo.org twisted-core-14.0.0.ebuild:
   Correct USE test set in RDEPEND, minor tidy, update test phase, ticket filed






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-14.0.0.ebuild ChangeLog

2014-05-28 Thread Ian Delaney (idella4)
idella4 14/05/28 07:17:30

  Modified: twisted-web-14.0.0.ebuild ChangeLog
  Log:
  re-keyword ~arm, tested on armv7, cubieboard2
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/twisted-web/twisted-web-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-14.0.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-14.0.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-14.0.0.ebuild?r1=1.1r2=1.2

Index: twisted-web-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-14.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twisted-web-14.0.0.ebuild   20 May 2014 10:47:53 -  1.1
+++ twisted-web-14.0.0.ebuild   28 May 2014 07:17:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-14.0.0.ebuild,v 1.1 
2014/05/20 10:47:53 marienz Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-14.0.0.ebuild,v 1.2 
2014/05/28 07:17:29 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -10,7 +10,7 @@
 MY_PN=TwistedWeb
 DESCRIPTION=Twisted web server, programmable in Python
 
-KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=soap
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]



1.101dev-python/twisted-web/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.101view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.101content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.100r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   20 May 2014 10:47:53 -  1.100
+++ ChangeLog   28 May 2014 07:17:29 -  1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-web
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.100 
2014/05/20 10:47:53 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.101 
2014/05/28 07:17:29 idella4 Exp $
+
+  28 May 2014; Ian Delaney idel...@gentoo.org twisted-web-14.0.0.ebuild:
+  re-keyword ~arm, tested on armv7, cubieboard2
 
 *twisted-web-14.0.0 (20 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-lore: twisted-lore-14.0.0.ebuild ChangeLog

2014-05-28 Thread Ian Delaney (idella4)
idella4 14/05/28 07:57:48

  Modified: twisted-lore-14.0.0.ebuild ChangeLog
  Log:
  re-keyword ~arm, tested on armv7, cubieboard2
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/twisted-lore/twisted-lore-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild?r1=1.1r2=1.2

Index: twisted-lore-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twisted-lore-14.0.0.ebuild  20 May 2014 07:03:09 -  1.1
+++ twisted-lore-14.0.0.ebuild  28 May 2014 07:57:48 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild,v 
1.1 2014/05/20 07:03:09 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-14.0.0.ebuild,v 
1.2 2014/05/28 07:57:48 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=Twisted documentation system
 
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]



1.76 dev-python/twisted-lore/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?rev=1.76view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?rev=1.76content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?r1=1.75r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   20 May 2014 07:03:09 -  1.75
+++ ChangeLog   28 May 2014 07:57:48 -  1.76
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-lore
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.75 
2014/05/20 07:03:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.76 
2014/05/28 07:57:48 idella4 Exp $
+
+  28 May 2014; Ian Delaney idel...@gentoo.org twisted-lore-14.0.0.ebuild:
+  re-keyword ~arm, tested on armv7, cubieboard2
 
 *twisted-lore-14.0.0 (20 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-news: twisted-news-14.0.0.ebuild ChangeLog

2014-05-28 Thread Ian Delaney (idella4)
idella4 14/05/28 09:00:39

  Modified: twisted-news-14.0.0.ebuild ChangeLog
  Log:
  re-keyword ~arm, tested on armv7, cubieboard2
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/twisted-news/twisted-news-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/twisted-news-14.0.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/twisted-news-14.0.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/twisted-news-14.0.0.ebuild?r1=1.1r2=1.2

Index: twisted-news-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-14.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twisted-news-14.0.0.ebuild  20 May 2014 07:08:32 -  1.1
+++ twisted-news-14.0.0.ebuild  28 May 2014 09:00:39 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-14.0.0.ebuild,v 
1.1 2014/05/20 07:08:32 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-14.0.0.ebuild,v 
1.2 2014/05/28 09:00:39 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=Twisted News is an NNTP server and programming library.
 
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]



1.74 dev-python/twisted-news/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   20 May 2014 07:08:32 -  1.73
+++ ChangeLog   28 May 2014 09:00:39 -  1.74
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-news
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.73 
2014/05/20 07:08:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.74 
2014/05/28 09:00:39 idella4 Exp $
+
+  28 May 2014; Ian Delaney idel...@gentoo.org twisted-news-14.0.0.ebuild:
+  re-keyword ~arm, tested on armv7, cubieboard2
 
 *twisted-news-14.0.0 (20 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-pair/files: 14.0.0-tests.patch

2014-05-28 Thread Ian Delaney (idella4)
idella4 14/05/28 14:53:29

  Added:14.0.0-tests.patch
  Log:
  patch to fix tests, fixes Bug #510834 by Patrick, re-keyword ~arm, tested on 
armv7, cubieboard2 wrt Bug #510832 also by Patrick
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/twisted-pair/files/14.0.0-tests.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-pair/files/14.0.0-tests.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-pair/files/14.0.0-tests.patch?rev=1.1content-type=text/plain

Index: 14.0.0-tests.patch
===
Allows user to access /dev/net/tun
--- twisted/pair/test/test_tuntap.py.orig   2014-05-27 22:55:56.230232748 
-0400
+++ twisted/pair/test/test_tuntap.py2014-05-27 23:30:02.769956742 
-0400
@@ -10,7 +10,7 @@
 import os
 import struct
 import socket
-from errno import EPERM, EBADF, EINVAL, EAGAIN, EWOULDBLOCK, ENOENT, ENODEV
+from errno import EPERM, EBADF, EINVAL, EAGAIN, EWOULDBLOCK, ENOENT, ENODEV, 
EACCES
 from random import randrange
 from collections import deque
 from itertools import cycle
@@ -582,8 +582,11 @@
 except OSError as e:
 # The device file may simply be missing.  The device file may also
 # exist but be unsupported by the kernel.
-if e.errno in (ENOENT, ENODEV) and filename == b/dev/net/tun:
-raise SkipTest(Platform lacks /dev/net/tun)
+if filename == b/dev/net/tun:
+if e.errno in (ENOENT, ENODEV):
+raise SkipTest(Platform lacks /dev/net/tun)
+elif e.errno == EACCES:
+raise SkipTest(Access denied opening /dev/net/tun)
 raise
 
 






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-pair: twisted-pair-14.0.0.ebuild ChangeLog

2014-05-28 Thread Ian Delaney (idella4)
idella4 14/05/28 14:53:29

  Modified: twisted-pair-14.0.0.ebuild ChangeLog
  Log:
  patch to fix tests, fixes Bug #510834 by Patrick, re-keyword ~arm, tested on 
armv7, cubieboard2 wrt Bug #510832 also by Patrick
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/twisted-pair/twisted-pair-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild?r1=1.1r2=1.2

Index: twisted-pair-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twisted-pair-14.0.0.ebuild  20 May 2014 07:10:35 -  1.1
+++ twisted-pair-14.0.0.ebuild  28 May 2014 14:53:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild,v 
1.1 2014/05/20 07:10:35 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-14.0.0.ebuild,v 
1.2 2014/05/28 14:53:29 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,9 +9,12 @@
 
 DESCRIPTION=Twisted low-level networking
 
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64 ~arm ~x86
 IUSE=
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/eunuchs[${PYTHON_USEDEP}]
 RDEPEND=${DEPEND}
+
+# https://twistedmatrix.com/trac/ticket/7433
+PATCHES=( ${FILESDIR}/${PV}-tests.patch )



1.29 dev-python/twisted-pair/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-pair/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-pair/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-pair/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   20 May 2014 07:10:35 -  1.28
+++ ChangeLog   28 May 2014 14:53:29 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-pair
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.28 
2014/05/20 07:10:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.29 
2014/05/28 14:53:29 idella4 Exp $
+
+  28 May 2014; Ian Delaney idel...@gentoo.org +files/14.0.0-tests.patch,
+  twisted-pair-14.0.0.ebuild:
+  patch to fix tests, fixes Bug #510834 by Patrick, re-keyword ~arm, tested on
+  armv7, cubieboard2 wrt Bug #510832 also by Patrick
 
 *twisted-pair-14.0.0 (20 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-runner: twisted-runner-14.0.0.ebuild ChangeLog

2014-05-28 Thread Ian Delaney (idella4)
idella4 14/05/28 15:08:29

  Modified: twisted-runner-14.0.0.ebuild ChangeLog
  Log:
  re-keyword ~arm, tested on armv7, cubieboard2 wrt Bug #510832
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/twisted-runner/twisted-runner-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild?r1=1.1r2=1.2

Index: twisted-runner-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twisted-runner-14.0.0.ebuild20 May 2014 07:11:44 -  1.1
+++ twisted-runner-14.0.0.ebuild28 May 2014 15:08:29 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild,v
 1.1 2014/05/20 07:11:44 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-14.0.0.ebuild,v
 1.2 2014/05/28 15:08:29 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=Twisted Runner is a process management library and inetd 
replacement.
 
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]



1.77 dev-python/twisted-runner/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/ChangeLog?rev=1.77view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/ChangeLog?rev=1.77content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/ChangeLog?r1=1.76r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   20 May 2014 07:11:44 -  1.76
+++ ChangeLog   28 May 2014 15:08:29 -  1.77
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-runner
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.76 
2014/05/20 07:11:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.77 
2014/05/28 15:08:29 idella4 Exp $
+
+  28 May 2014; Ian Delaney idel...@gentoo.org twisted-runner-14.0.0.ebuild:
+  re-keyword ~arm, tested on armv7, cubieboard2 wrt Bug #510832
 
 *twisted-runner-14.0.0 (20 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-mail: twisted-mail-14.0.0.ebuild ChangeLog

2014-05-28 Thread Ian Delaney (idella4)
idella4 14/05/29 03:26:40

  Modified: twisted-mail-14.0.0.ebuild ChangeLog
  Log:
  re-keyword ~arm, tested on armv7, cubieboard2 wrt Bug #510832
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/twisted-mail/twisted-mail-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-mail/twisted-mail-14.0.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-mail/twisted-mail-14.0.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-mail/twisted-mail-14.0.0.ebuild?r1=1.2r2=1.3

Index: twisted-mail-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-14.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twisted-mail-14.0.0.ebuild  26 May 2014 02:01:00 -  1.2
+++ twisted-mail-14.0.0.ebuild  29 May 2014 03:26:40 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-14.0.0.ebuild,v 
1.2 2014/05/26 02:01:00 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-14.0.0.ebuild,v 
1.3 2014/05/29 03:26:40 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,8 @@
 
 DESCRIPTION=A Twisted Mail library, server and client
 
-KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ia64-hpux ~x86-interix ~amd64-linux 
+~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]



1.89 dev-python/twisted-mail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-mail/ChangeLog?rev=1.89view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-mail/ChangeLog?rev=1.89content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-mail/ChangeLog?r1=1.88r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   26 May 2014 02:01:00 -  1.88
+++ ChangeLog   29 May 2014 03:26:40 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-mail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.88 
2014/05/26 02:01:00 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.89 
2014/05/29 03:26:40 idella4 Exp $
+
+  29 May 2014; Ian Delaney idel...@gentoo.org twisted-mail-14.0.0.ebuild:
+  re-keyword ~arm, tested on armv7, cubieboard2 wrt Bug #510832
 
   26 May 2014; Patrick Lauer patr...@gentoo.org twisted-mail-14.0.0.ebuild:
   Temporarily drop arm and hppa keywords until twisted-core catches up again






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-names: twisted-names-14.0.0.ebuild ChangeLog

2014-05-29 Thread Ian Delaney (idella4)
idella4 14/05/29 08:04:54

  Modified: twisted-names-14.0.0.ebuild ChangeLog
  Log:
  re-keyword ~arm, tested on armv7, cubieboard2 wrt Bug #510832
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/twisted-names/twisted-names-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/twisted-names-14.0.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/twisted-names-14.0.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/twisted-names-14.0.0.ebuild?r1=1.2r2=1.3

Index: twisted-names-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-14.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twisted-names-14.0.0.ebuild 26 May 2014 02:02:14 -  1.2
+++ twisted-names-14.0.0.ebuild 29 May 2014 08:04:54 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-14.0.0.ebuild,v 
1.2 2014/05/26 02:02:14 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-14.0.0.ebuild,v 
1.3 2014/05/29 08:04:54 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=A Twisted DNS implementation
 
-KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=
 
 DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]



1.88 dev-python/twisted-names/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.88view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.88content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?r1=1.87r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   26 May 2014 02:02:14 -  1.87
+++ ChangeLog   29 May 2014 08:04:54 -  1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-names
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.87 
2014/05/26 02:02:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.88 
2014/05/29 08:04:54 idella4 Exp $
+
+  29 May 2014; Ian Delaney idel...@gentoo.org twisted-names-14.0.0.ebuild:
+  re-keyword ~arm, tested on armv7, cubieboard2 wrt Bug #510832
 
   26 May 2014; Patrick Lauer patr...@gentoo.org twisted-names-14.0.0.ebuild:
   Temporarily drop arm and hppa keywords until twisted-core catches up again






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-14.0.0.ebuild ChangeLog

2014-05-29 Thread Ian Delaney (idella4)
idella4 14/05/29 08:36:53

  Modified: twisted-conch-14.0.0.ebuild ChangeLog
  Log:
  re-keyword ~arm, tested on armv7, cubieboard2 wrt Bug #510832
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/twisted-conch/twisted-conch-14.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-14.0.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-14.0.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-14.0.0.ebuild?r1=1.2r2=1.3

Index: twisted-conch-14.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-14.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twisted-conch-14.0.0.ebuild 26 May 2014 01:59:52 -  1.2
+++ twisted-conch-14.0.0.ebuild 29 May 2014 08:36:53 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-14.0.0.ebuild,v 
1.2 2014/05/26 01:59:52 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-14.0.0.ebuild,v 
1.3 2014/05/29 08:36:53 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@
 
 DESCRIPTION=Twisted SSHv2 implementation
 
-KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
 IUSE=
 
 DEPEND=



1.102dev-python/twisted-conch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   26 May 2014 01:59:52 -  1.101
+++ ChangeLog   29 May 2014 08:36:53 -  1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.101 
2014/05/26 01:59:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.102 
2014/05/29 08:36:53 idella4 Exp $
+
+  29 May 2014; Ian Delaney idel...@gentoo.org twisted-conch-14.0.0.ebuild:
+  re-keyword ~arm, tested on armv7, cubieboard2 wrt Bug #510832
 
   26 May 2014; Patrick Lauer patr...@gentoo.org twisted-conch-14.0.0.ebuild:
   Temporarily drop arm and hppa keywords until twisted-core catches up again






[gentoo-commits] gentoo-x86 commit in dev-python/pyusb: pyusb-1.0.0_beta1.ebuild ChangeLog

2014-05-29 Thread Ian Delaney (idella4)
idella4 14/05/29 08:47:59

  Modified: pyusb-1.0.0_beta1.ebuild ChangeLog
  Log:
  rm deprecated PYTHON_MODNAME
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/pyusb/pyusb-1.0.0_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_beta1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_beta1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_beta1.ebuild?r1=1.1r2=1.2

Index: pyusb-1.0.0_beta1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_beta1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyusb-1.0.0_beta1.ebuild28 May 2014 17:53:50 -  1.1
+++ pyusb-1.0.0_beta1.ebuild29 May 2014 08:47:59 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_beta1.ebuild,v 
1.1 2014/05/28 17:53:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/pyusb-1.0.0_beta1.ebuild,v 
1.2 2014/05/29 08:47:59 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
@@ -26,5 +26,3 @@
 DOCS=README.rst docs/tutorial.rst
 
 S=${WORKDIR}/${MY_P}
-
-PYTHON_MODNAME=usb



1.16 dev-python/pyusb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   28 May 2014 17:53:50 -  1.15
+++ ChangeLog   29 May 2014 08:47:59 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyusb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.15 
2014/05/28 17:53:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyusb/ChangeLog,v 1.16 
2014/05/29 08:47:59 idella4 Exp $
+
+  29 May 2014; Ian Delaney idel...@gentoo.org pyusb-1.0.0_beta1.ebuild:
+  rm deprecated PYTHON_MODNAME
 
 *pyusb-1.0.0_beta1 (28 May 2014)
 






[gentoo-commits] gentoo-x86 commit in app-text/pytextile: pytextile-2.1.8.ebuild ChangeLog

2014-05-29 Thread Ian Delaney (idella4)
idella4 14/05/29 15:32:47

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

Revision  ChangesPath
1.31 app-text/pytextile/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   9 Apr 2012 03:41:03 -   1.30
+++ ChangeLog   29 May 2014 15:32:47 -  1.31
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/pytextile
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.30 
2012/04/09 03:41:03 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.31 
2014/05/29 15:32:47 idella4 Exp $
+
+*pytextile-2.1.8 (29 May 2014)
+
+  29 May 2014; Ian Delaney idel...@gentoo.org +pytextile-2.1.8.ebuild:
+  bump; add py3 pypy support, test phase
 
   09 Apr 2012; Mike Gilbert flop...@gentoo.org -pytextile-2.1.4.ebuild,
   pytextile-2.1.5.ebuild:
@@ -112,4 +117,3 @@
   +pytextile-2.0.10.ebuild:
   New ebuild, closes bug #92151.
   Thanks to Tyson Burghardt tysonburgha...@sbcglobal.net for initial input.
-



1.1  app-text/pytextile/pytextile-2.1.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild?rev=1.1content-type=text/plain

Index: pytextile-2.1.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.1.8.ebuild,v 
1.1 2014/05/29 15:32:47 idella4 Exp $

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

inherit distutils-r1

MY_PN=textile
MY_P=${MY_PN}-${PV}

DESCRIPTION=A Python implementation of Textile, Dean Allen's Human Text 
Generator for creating (X)HTML.
HOMEPAGE=https://github.com/ikirudennis/python-textile;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=test

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )

RDEPEND=

S=${WORKDIR}/${MY_P}

python_prepare_all() {
# https://github.com/ikirudennis/python-textile/issues/6
sed -e s':testSanitize:_:' -i textile/tests/__init__.py || die
distutils-r1_python_prepare_all
}

python_test() {
nosetests textile/tests/ || die Tests failed under ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-python/mysql-python: mysql-python-1.2.5.ebuild ChangeLog

2014-03-18 Thread Ian Delaney (idella4)
idella4 14/03/18 14:58:33

  Modified: mysql-python-1.2.5.ebuild ChangeLog
  Log:
  correction to DOCS var, fixes Bug #503750
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/mysql-python/mysql-python-1.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild?r1=1.2r2=1.3

Index: mysql-python-1.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mysql-python-1.2.5.ebuild   8 Mar 2014 08:22:37 -   1.2
+++ mysql-python-1.2.5.ebuild   18 Mar 2014 14:58:33 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild,v 1.2 
2014/03/08 08:22:37 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild,v 1.3 
2014/03/18 14:58:33 idella4 Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 
 S=${WORKDIR}/${MY_P}
 
-DOCS=( HISTORY README doc/{FAQ,MySQLdb}.txt )
+DOCS=( HISTORY README.md doc/{FAQ,MySQLdb}.rst )
 
 python_configure_all() {
append-flags -fno-strict-aliasing



1.97 dev-python/mysql-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/ChangeLog?rev=1.97view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/ChangeLog?rev=1.97content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/ChangeLog?r1=1.96r2=1.97

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   8 Mar 2014 08:22:37 -   1.96
+++ ChangeLog   18 Mar 2014 14:58:33 -  1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/mysql-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v 1.96 
2014/03/08 08:22:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v 1.97 
2014/03/18 14:58:33 idella4 Exp $
+
+  18 Mar 2014; Ian Delaney idel...@gentoo.org mysql-python-1.2.5.ebuild:
+  correction to DOCS var, fixes Bug #503750
 
   08 Mar 2014; Justin Lecher j...@gentoo.org mysql-python-1.2.5.ebuild:
   Add missing dep on app-arch/unzip, thanks Arfrever spotting this






[gentoo-commits] gentoo-x86 commit in dev-python/mysql-python: mysql-python-1.2.5.ebuild ChangeLog

2014-03-18 Thread Ian Delaney (idella4)
idella4 14/03/18 15:26:44

  Modified: mysql-python-1.2.5.ebuild ChangeLog
  Log:
  Add IUSE doc, dep, doc build and install, prompted by Bug #503750
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/mysql-python/mysql-python-1.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild?r1=1.3r2=1.4

Index: mysql-python-1.2.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysql-python-1.2.5.ebuild   18 Mar 2014 14:58:33 -  1.3
+++ mysql-python-1.2.5.ebuild   18 Mar 2014 15:26:44 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild,v 1.3 
2014/03/18 14:58:33 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild,v 1.4 
2014/03/18 15:26:44 idella4 Exp $
 
 EAPI=5
 
@@ -18,12 +18,13 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
-IUSE=
+IUSE=doc
 
 RDEPEND=virtual/mysql
 DEPEND=${RDEPEND}
app-arch/unzip
-   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 
 S=${WORKDIR}/${MY_P}
 
@@ -32,3 +33,12 @@
 python_configure_all() {
append-flags -fno-strict-aliasing
 }
+
+python_compile_all() {
+   use doc  sphinx-build -b html doc doc/_build/
+}
+
+python_install_all() {
+   use doc  local HTML_DOCS=( doc/_build/. )
+   distutils-r1_python_install_all
+}



1.98 dev-python/mysql-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/ChangeLog?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/ChangeLog?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mysql-python/ChangeLog?r1=1.97r2=1.98

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   18 Mar 2014 14:58:33 -  1.97
+++ ChangeLog   18 Mar 2014 15:26:44 -  1.98
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/mysql-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v 1.97 
2014/03/18 14:58:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v 1.98 
2014/03/18 15:26:44 idella4 Exp $
+
+  18 Mar 2014; Ian Delaney idel...@gentoo.org mysql-python-1.2.5.ebuild:
+  Add IUSE doc, dep, doc build and install, prompted by Bug #503750
 
   18 Mar 2014; Ian Delaney idel...@gentoo.org mysql-python-1.2.5.ebuild:
   correction to DOCS var, fixes Bug #503750






[gentoo-commits] gentoo-x86 commit in dev-python/itsdangerous: itsdangerous-0.23.ebuild ChangeLog

2014-03-18 Thread Ian Delaney (idella4)
idella4 14/03/19 03:08:37

  Modified: itsdangerous-0.23.ebuild ChangeLog
  Log:
  fix test phase; rm un-needed dep nose, IUSE test, fixes Bug #503744 by an 
eroen
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/itsdangerous/itsdangerous-0.23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/itsdangerous/itsdangerous-0.23.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/itsdangerous/itsdangerous-0.23.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/itsdangerous/itsdangerous-0.23.ebuild?r1=1.3r2=1.4

Index: itsdangerous-0.23.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/itsdangerous/itsdangerous-0.23.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- itsdangerous-0.23.ebuild11 Feb 2014 06:26:57 -  1.3
+++ itsdangerous-0.23.ebuild19 Mar 2014 03:08:36 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/itsdangerous/itsdangerous-0.23.ebuild,v 1.3 
2014/02/11 06:26:57 bicatali Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/itsdangerous/itsdangerous-0.23.ebuild,v 1.4 
2014/03/19 03:08:36 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -14,11 +14,15 @@
 LICENSE=BSD
 SLOT=0
 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=test
+IUSE=
 
-DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+# Required for running tests.py
+DISTUTILS_IN_SOURCE_BUILD=1
 
 python_test() {
-   nosetests || die Testing fail with ${EPYTHON}
+   if python_is_python3; then
+   2to3 -f unicode -nw --no-diffs tests.py
+   fi
+   ${PYTHON} tests.py || die Tests failed under ${EPYTHON}
 }



1.8  dev-python/itsdangerous/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/itsdangerous/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/itsdangerous/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/itsdangerous/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/itsdangerous/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   11 Feb 2014 06:26:57 -  1.7
+++ ChangeLog   19 Mar 2014 03:08:36 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/itsdangerous
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/itsdangerous/ChangeLog,v 1.7 
2014/02/11 06:26:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/itsdangerous/ChangeLog,v 1.8 
2014/03/19 03:08:36 idella4 Exp $
+
+  19 Mar 2014; Ian Delaney idel...@gentoo.org itsdangerous-0.23.ebuild:
+  fix test phase; rm un-needed dep nose, IUSE test, fixes Bug #503744 by an
+  eroen
 
   11 Feb 2014; Sébastien Fabbro bicat...@gentoo.org itsdangerous-0.23.ebuild:
   Added python-3.2 compat






[gentoo-commits] gentoo-x86 commit in dev-python/cssselect: cssselect-0.9.1.ebuild ChangeLog

2014-03-20 Thread Ian Delaney (idella4)
idella4 14/03/20 11:56:38

  Modified: ChangeLog
  Added:cssselect-0.9.1.ebuild
  Log:
  bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.23 dev-python/cssselect/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cssselect/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   18 Jan 2014 15:57:30 -  1.22
+++ ChangeLog   20 Mar 2014 11:56:38 -  1.23
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/cssselect
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/ChangeLog,v 1.22 
2014/01/18 15:57:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cssselect/ChangeLog,v 1.23 
2014/03/20 11:56:38 idella4 Exp $
+
+*cssselect-0.9.1 (20 Mar 2014)
+
+  20 Mar 2014; Ian Delaney idel...@gentoo.org +cssselect-0.9.1.ebuild:
+  bump
 
   18 Jan 2014; Markus Meier mae...@gentoo.org cssselect-0.7.1-r1.ebuild:
   arm stable, bug #450174



1.1  dev-python/cssselect/cssselect-0.9.1.ebuild

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

Index: cssselect-0.9.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/cssselect/cssselect-0.9.1.ebuild,v 1.1 
2014/03/20 11:56:38 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=parses CSS3 Selectors and translates them to XPath 1.0
HOMEPAGE=http://packages.python.org/cssselect/ 
http://pypi.python.org/pypi/cssselect;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd
IUSE=doc test

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/lxml[${PYTHON_USEDEP}] )
RDEPEND=

python_prepare_all() {
# prevent non essential d'load of files in doc build
sed -e 's:intersphinx_:#:' -i docs/conf.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc ; then
${PYTHON} setup.py build_sphinx || die
fi
}

python_test() {
${PYTHON} ${PN}/tests.py -v || die Tests fail with ${EPYTHON}
}

python_install_all() {
use doc  local HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyspf: pyspf-2.0.8-r1.ebuild ChangeLog

2014-03-20 Thread Ian Delaney (idella4)
idella4 14/03/21 04:28:39

  Modified: ChangeLog
  Added:pyspf-2.0.8-r1.ebuild
  Log:
  revbump; Add py3 support, update deps  new PYTHON_REQ_USE setting for tests, 
thx to mjo for extensive testing, fixes Bugs #503266 #503264 by mjo
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.24 dev-python/pyspf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   24 Feb 2014 06:05:44 -  1.23
+++ ChangeLog   21 Mar 2014 04:28:39 -  1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyspf
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.23 
2014/02/24 06:05:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.24 
2014/03/21 04:28:39 idella4 Exp $
+
+*pyspf-2.0.8-r1 (21 Mar 2014)
+
+  21 Mar 2014; Ian Delaney idel...@gentoo.org +pyspf-2.0.8-r1.ebuild:
+  revbump; Add py3 support, update deps  new PYTHON_REQ_USE setting for tests,
+  thx to mjo for extensive testing, fixes Bugs #503266 #503264 by mjo
 
 *pyspf-2.0.8 (24 Feb 2014)
 



1.1  dev-python/pyspf/pyspf-2.0.8-r1.ebuild

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

Index: pyspf-2.0.8-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.8-r1.ebuild,v 1.1 
2014/03/21 04:28:39 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE=ipv6   # Required for tests
inherit distutils-r1

DESCRIPTION=Python implementation of the Sender Policy Framework (SPF) 
protocol
HOMEPAGE=http://pypi.python.org/pypi/pyspf;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=PSF-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

# =python-3.3 comes with the built-in ipaddress module
PY23_USEDEP=$(python_gen_usedep 'python2*' python3_2)
PY2_USEDEP=$(python_gen_usedep 'python2*')
PY3_USEDEP=$(python_gen_usedep 'python3*')
RDEPEND=dev-python/authres[${PYTHON_USEDEP}]
$(python_gen_cond_dep dev-python/ipaddr[${PY23_USEDEP}] 'python2*' 
python3_2)
$(python_gen_cond_dep dev-python/pydns:2[${PY2_USEDEP}] 'python2*')
$(python_gen_cond_dep dev-python/pydns:3[${PY3_USEDEP=}] python3*)

DEPEND=test? ( ${RDEPEND}
dev-python/pyyaml[${PYTHON_USEDEP}] )

python_test() {
# if a 'run' makes it to the end and there are test failures, this will 
always return 0.
# A patch is planned for submitting upstream.  This state won't occur 
in most cases.
pushd test  /dev/null
${PYTHON} testspf.py || die
popd  /dev/null
}






[gentoo-commits] gentoo-x86 commit in dev-python/doit: doit-0.23.0-r1.ebuild ChangeLog

2014-03-21 Thread Ian Delaney (idella4)
idella4 14/03/21 07:00:31

  Modified: ChangeLog
  Added:doit-0.23.0-r1.ebuild
  Log:
  revbump; update deps, rm old patch, fix test phase, fixes Bug 503616 by eroen
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.7  dev-python/doit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/doit/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 Oct 2013 05:58:37 -   1.6
+++ ChangeLog   21 Mar 2014 07:00:31 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/doit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v 1.6 2013/10/06 
05:58:37 yngwin Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/ChangeLog,v 1.7 2014/03/21 
07:00:31 idella4 Exp $
+
+*doit-0.23.0-r1 (21 Mar 2014)
+
+  21 Mar 2014; Ian Delaney idel...@gentoo.org +doit-0.23.0-r1.ebuild,
+  -files/doit-0.16.1-setup.py-encoding.patch:
+  revbump; update deps, rm old patch, fix test phase, fixes Bug 503616 by eroen
 
 *doit-0.23.0 (06 Oct 2013)
 



1.1  dev-python/doit/doit-0.23.0-r1.ebuild

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

Index: doit-0.23.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.23.0-r1.ebuild,v 1.1 
2014/03/21 07:00:31 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit eutils distutils-r1

DESCRIPTION=Automation tool
HOMEPAGE=http://python-doit.sourceforge.net/ http://pypi.python.org/pypi/doit;
SRC_URI=mirror://pypi/${PN::1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=test

DEPEND=test? ( dev-python/pytest[${PYTHON_USEDEP}] )
RDEPEND=dev-python/pyinotify[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
DOCS=( AUTHORS CHANGES README TODO.txt dev_requirements.txt )

python_prepare_all() {
use test  DISTUTILS_IN_SOURCE_BUILD=1
# Tests of this file fail due to setting of a tmp dir which can be 
fixed.
# This known spurious cause does not warrant halting a testsuite
rm -f tests/test_cmd_strace.py || die

# These 2 tests succeed on running the suite a second time, so they are 
NOT broken
# A gentoo test phase is run only once, so these unbroken tests can be 
safely skipped.
sed -e s':testInit:_:' -e s':testLoop:_:' \
-i tests/test_filewatch.py || die

distutils-r1_python_prepare_all
}

python_test() {
# Testsuite is designed to be run by py.test, called by runtests.py
if [[ ${EPYTHON} == 'pypy-c2.0' ]]; then
einfo some tests are not supported by pypy
else
${PYTHON} runtests.py
fi
}

src_install() {
distutils-r1_src_install

dodoc -r doc
docompress -x /usr/share/doc/${PF}/doc
}






[gentoo-commits] gentoo-x86 commit in dev-python/doit/files: doit-0.16.1-setup.py-encoding.patch

2014-03-21 Thread Ian Delaney (idella4)
idella4 14/03/21 07:00:31

  Removed:  doit-0.16.1-setup.py-encoding.patch
  Log:
  revbump; update deps, rm old patch, fix test phase, fixes Bug 503616 by eroen
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)



[gentoo-commits] gentoo-x86 commit in dev-python/bsddb3: bsddb3-6.1.0.ebuild ChangeLog

2014-07-26 Thread Ian Delaney (idella4)
idella4 14/07/27 00:37:27

  Modified: ChangeLog
  Added:bsddb3-6.1.0.ebuild
  Log:
  bump; drop py2.6, upgrade test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.106dev-python/bsddb3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/ChangeLog?rev=1.106view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/ChangeLog?rev=1.106content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bsddb3/ChangeLog?r1=1.105r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   16 Jul 2014 10:08:51 -  1.105
+++ ChangeLog   27 Jul 2014 00:37:27 -  1.106
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/bsddb3
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.105 
2014/07/16 10:08:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/ChangeLog,v 1.106 
2014/07/27 00:37:27 idella4 Exp $
+
+*bsddb3-6.1.0 (27 Jul 2014)
+
+  27 Jul 2014; Ian Delaney idel...@gentoo.org +bsddb3-6.1.0.ebuild:
+  bump; drop py2.6, upgrade test phase
 
   16 Jul 2014; Pacho Ramos pa...@gentoo.org bsddb3-6.0.1.ebuild:
   amd64/x86 stable, bug #516176



1.1  dev-python/bsddb3/bsddb3-6.1.0.ebuild

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

Index: bsddb3-6.1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/bsddb3/bsddb3-6.1.0.ebuild,v 1.1 
2014/07/27 00:37:27 idella4 Exp $

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

inherit db-use distutils-r1 multilib

DESCRIPTION=Python bindings for Berkeley DB
HOMEPAGE=http://www.jcea.es/programacion/pybsddb.htm 
http://pypi.python.org/pypi/bsddb3;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
IUSE=doc

RDEPEND==sys-libs/db-4.8.30
sys-libs/db-6.1
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

DISTUTILS_IN_SOURCE_BUILD=1

src_prepare() {
# This list should be kept in sync with setup.py.
for DB_VER in 6.0 5.3 5.2 5.1 5.0 4.8; do
has_version sys-libs/db:${DB_VER}  break
done

# Force version.
sed -e s/db_ver = None/db_ver = (${DB_VER%.*}, ${DB_VER#*.})/ \
-e s/dblib = 'db'/dblib = '$(db_libname ${DB_VER})'/ \
-i setup2.py setup3.py || die

# Adjust test.py to look in build/lib.
sed -e s/'lib.%s' % PLAT_SPEC/'lib'/ \
-i test2.py test3.py || die

distutils-r1_src_prepare
}

src_configure() {
# These are needed for both build and install.
export BERKELEYDB_DIR=${EPREFIX}/usr
export BERKELEYDB_INCDIR=${EPREFIX}$(db_includedir)
export BERKELEYDB_LIBDIR=${EPREFIX}/usr/$(get_libdir)
}

python_compile() {
if ! python_is_python3; then
local -x CFLAGS=${CFLAGS} -fno-strict-aliasing
fi
distutils-r1_python_compile
}

python_test() {
if python_is_python3; then
PYTHONPATH=Lib3 ${PYTHON} test3.py -v || die Testing failed 
with ${EPYTHON}
else
PYTHONPATH=Lib ${PYTHON} test.py -v || die Testing failed 
with ${EPYTHON}
fi
}

python_install_all() {
use doc  local HTML_DOCS=( docs/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/whoosh: whoosh-2.5.7.ebuild ChangeLog

2014-07-26 Thread Ian Delaney (idella4)
idella4 14/07/27 01:23:42

  Modified: whoosh-2.5.7.ebuild ChangeLog
  Log:
  drop py2.6 pypy2_0 add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/whoosh/whoosh-2.5.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.5.7.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.5.7.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.5.7.ebuild?r1=1.2r2=1.3

Index: whoosh-2.5.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.5.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- whoosh-2.5.7.ebuild 31 Mar 2014 20:47:43 -  1.2
+++ whoosh-2.5.7.ebuild 27 Jul 2014 01:23:42 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.5.7.ebuild,v 1.2 
2014/03/31 20:47:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.5.7.ebuild,v 1.3 
2014/07/27 01:23:42 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 
 MY_PN=Whoosh
 



1.20 dev-python/whoosh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   31 Mar 2014 20:47:43 -  1.19
+++ ChangeLog   27 Jul 2014 01:23:42 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/whoosh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.19 
2014/03/31 20:47:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.20 
2014/07/27 01:23:42 idella4 Exp $
+
+  27 Jul 2014; Ian Delaney idel...@gentoo.org whoosh-2.5.7.ebuild:
+  drop py2.6 pypy2_0 add py3.4
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org whoosh-2.5.3.ebuild,
   whoosh-2.5.4.ebuild, whoosh-2.5.7.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/flask-whooshalchemy: flask-whooshalchemy-0.56.ebuild ChangeLog

2014-07-26 Thread Ian Delaney (idella4)
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  ChangesPath
1.2  dev-python/flask-whooshalchemy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-whooshalchemy/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-whooshalchemy/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-whooshalchemy/ChangeLog?r1=1.1r2=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 -  1.1
+++ ChangeLog   27 Jul 2014 01:32:02 -  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 idel...@gentoo.org
+  +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.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-whooshalchemy/flask-whooshalchemy-0.56.ebuild?rev=1.1content-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}
}






[gentoo-commits] gentoo-x86 commit in dev-python/icalendar: icalendar-3.8.2.ebuild ChangeLog icalendar-3.8.1.ebuild

2014-07-26 Thread Ian Delaney (idella4)
idella4 14/07/27 02:05:15

  Modified: ChangeLog
  Added:icalendar-3.8.2.ebuild
  Removed:  icalendar-3.8.1.ebuild
  Log:
  bump, rm prior -3.8.1
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.41 dev-python/icalendar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   22 Jul 2014 04:01:29 -  1.40
+++ ChangeLog   27 Jul 2014 02:05:14 -  1.41
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/icalendar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.40 
2014/07/22 04:01:29 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.41 
2014/07/27 02:05:14 idella4 Exp $
+
+*icalendar-3.8.2 (27 Jul 2014)
+
+  27 Jul 2014; Ian Delaney idel...@gentoo.org +icalendar-3.8.2.ebuild,
+  -icalendar-3.8.1.ebuild:
+  bump, rm prior -3.8.1
 
 *icalendar-3.8.1 (22 Jul 2014)
 



1.1  dev-python/icalendar/icalendar-3.8.2.ebuild

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

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

EAPI=5

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

inherit distutils-r1

MY_PN=collective-${PN}

DESCRIPTION=Package used for parsing and generating iCalendar files (RFC 
2445).
HOMEPAGE=http://github.com/collective/icalendar;
SRC_URI=mirror://pypi/i/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~x86-fbsd
IUSE=doc test
DOCS=README.rst

RDEPEND=dev-python/pytz[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/python-dateutil:0[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )

python_compile_all() {
if use doc; then
pushd docs  /dev/null
emake text
popd  /dev/null
DOCS=( ${DOCS} docs/_build/text/*.txt )
fi
}

python_test() {
# From tox.ini
coverage run --source=src/icalendar --omit=*/tests/* --module pytest 
src/icalendar \
|| die test failed under ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-python/mockldap: mockldap-0.2.2.ebuild ChangeLog

2014-07-26 Thread Ian Delaney (idella4)
idella4 14/07/27 03:13:44

  Modified: ChangeLog
  Added:mockldap-0.2.2.ebuild
  Log:
  bump; rm obsoleted dep for test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.12 dev-python/mockldap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mockldap/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mockldap/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mockldap/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mockldap/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   26 Jun 2014 15:40:08 -  1.11
+++ ChangeLog   27 Jul 2014 03:13:44 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/mockldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mockldap/ChangeLog,v 1.11 
2014/06/26 15:40:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mockldap/ChangeLog,v 1.12 
2014/07/27 03:13:44 idella4 Exp $
+
+*mockldap-0.2.2 (27 Jul 2014)
+
+  27 Jul 2014; Ian Delaney idel...@gentoo.org +mockldap-0.2.2.ebuild:
+  bump; rm obsoleted dep for test phase
 
   26 Jun 2014; Ian Delaney idel...@gentoo.org mockldap-0.2.1.ebuild:
   add pypy support



1.1  dev-python/mockldap/mockldap-0.2.2.ebuild

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

Index: mockldap-0.2.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mockldap/mockldap-0.2.2.ebuild,v 
1.1 2014/07/27 03:13:44 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

DESCRIPTION=A simple mock implementation of python-ldap
HOMEPAGE=https://bitbucket.org/psagers/mockldap/ 
https://pypi.python.org/pypi/mockldap;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND=~dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-ldap[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )

# Disable un-needed d'loading during doc build
PATCHES=( ${FILESDIR}/mapping.patch )

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

python_test() {
esetup.py test
}

python_install_all() {
use doc  local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}

pkg_postinst() {
if ! has_version dev-python/passlib; then
elog Please install dev-python/passlib for hashed password 
support.
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/scrapy: scrapy-0.25.1.ebuild ChangeLog scrapy-0.25.0.ebuild

2014-07-28 Thread Ian Delaney (idella4)
idella4 14/07/28 08:05:08

  Modified: ChangeLog
  Added:scrapy-0.25.1.ebuild
  Removed:  scrapy-0.25.0.ebuild
  Log:
  bump, rm 0.25.0, reason; release same day as 0.25.1
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.27 dev-python/scrapy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   22 Jul 2014 03:36:26 -  1.26
+++ ChangeLog   28 Jul 2014 08:05:08 -  1.27
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/scrapy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.26 
2014/07/22 03:36:26 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.27 
2014/07/28 08:05:08 idella4 Exp $
+
+*scrapy-0.25.1 (28 Jul 2014)
+
+  28 Jul 2014; Ian Delaney idel...@gentoo.org +scrapy-0.25.1.ebuild,
+  -scrapy-0.25.0.ebuild:
+  bump, rm 0.25.0, reason; release same day as 0.25.1
 
 *scrapy-0.25.0 (22 Jul 2014)
 



1.1  dev-python/scrapy/scrapy-0.25.1.ebuild

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

Index: scrapy-0.25.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/scrapy/scrapy-0.25.1.ebuild,v 1.1 
2014/07/28 08:05:08 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=sqlite(+)

inherit vcs-snapshot distutils-r1

DESCRIPTION=A high-level Python Screen Scraping framework
HOMEPAGE=http://scrapy.org http://pypi.python.org/pypi/Scrapy/;
SRC_URI=https://github.com/${PN}/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=BSD-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=boto doc ibl test ssl

RDEPEND==dev-python/six-1.5.2[${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
=dev-python/twisted-core-10.0.0[${PYTHON_USEDEP}]
=dev-python/twisted-conch-10.0.0[${PYTHON_USEDEP}]
=dev-python/twisted-mail-10.0.0[${PYTHON_USEDEP}]
=dev-python/twisted-web-10.0.0[${PYTHON_USEDEP}]
=dev-python/w3lib-1.6[${PYTHON_USEDEP}]
dev-python/queuelib[${PYTHON_USEDEP}]
=dev-python/cssselect-0.9[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/boto[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
=net-proxy/mitmproxy-0.10[${PYTHON_USEDEP}]
net-ftp/vsftpd )
# pytest-twisted listed as a test dep but not in portage. 
# Testsuite currently survives without it, so appears optional

REQUIRED_USE=test? ( ssl boto )

python_compile_all() {
if use doc; then
PYTHONPATH=${S} emake -C docs html || die emake html failed
fi
}

python_test() {
py.test ${PN} || die tests failed
}

python_install_all() {
use doc  local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/rdflib: rdflib-4.1.2.ebuild ChangeLog

2014-07-28 Thread Ian Delaney (idella4)
idella4 14/07/29 02:40:22

  Modified: rdflib-4.1.2.ebuild ChangeLog
  Log:
  Add py3.4 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/rdflib/rdflib-4.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild?r1=1.3r2=1.4

Index: rdflib-4.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rdflib-4.1.2.ebuild 26 May 2014 04:53:25 -  1.3
+++ rdflib-4.1.2.ebuild 29 Jul 2014 02:40:22 -  1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.3 
2014/05/26 04:53:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.4 
2014/07/29 02:40:22 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 PYTHON_REQ_USE=sqlite?
 DISTUTILS_NO_PARALLEL_BUILD=true
 # The usual required for tests



1.45 dev-python/rdflib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   26 May 2014 04:53:25 -  1.44
+++ ChangeLog   29 Jul 2014 02:40:22 -  1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rdflib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.44 
2014/05/26 04:53:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/ChangeLog,v 1.45 
2014/07/29 02:40:22 idella4 Exp $
+
+  29 Jul 2014; Ian Delaney idel...@gentoo.org rdflib-4.1.2.ebuild:
+  Add py3.4 support
 
   26 May 2014; Ian Delaney idel...@gentoo.org rdflib-4.1.2.ebuild:
   take out py3.4 to fix bug #510996






[gentoo-commits] gentoo-x86 commit in dev-python/sparql-wrapper: sparql-wrapper-1.6.1.ebuild ChangeLog

2014-07-28 Thread Ian Delaney (idella4)
idella4 14/07/29 02:45:18

  Modified: ChangeLog
  Added:sparql-wrapper-1.6.1.ebuild
  Log:
  bump; add py3.4 support drop keywords alpha ia64 ppc64 sparc to allow adding 
py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/sparql-wrapper/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sparql-wrapper/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sparql-wrapper/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sparql-wrapper/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sparql-wrapper/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   20 May 2014 14:18:04 -  1.4
+++ ChangeLog   29 Jul 2014 02:45:18 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/sparql-wrapper
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sparql-wrapper/ChangeLog,v 1.4 
2014/05/20 14:18:04 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sparql-wrapper/ChangeLog,v 1.5 
2014/07/29 02:45:18 idella4 Exp $
+
+*sparql-wrapper-1.6.1 (29 Jul 2014)
+
+  29 Jul 2014; Ian Delaney idel...@gentoo.org +sparql-wrapper-1.6.1.ebuild:
+  bump; add py3.4 support drop keywords alpha ia64 ppc64 sparc to allow adding
+  py3.4
 
 *sparql-wrapper-1.6.0 (20 May 2014)
 



1.1  dev-python/sparql-wrapper/sparql-wrapper-1.6.1.ebuild

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

Index: sparql-wrapper-1.6.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/sparql-wrapper/sparql-wrapper-1.6.1.ebuild,v 
1.1 2014/07/29 02:45:18 idella4 Exp $

EAPI=5

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

inherit distutils-r1

MY_PN=SPARQLWrapper
DESCRIPTION=Wrapper around a SPARQL service
HOMEPAGE=http://pypi.python.org/pypi/${MY_PN};
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz

LICENSE=W3C
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux

IUSE=

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=dev-python/rdflib[${PYTHON_USEDEP}]

S=${WORKDIR}/${MY_PN}-${PV}






[gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy: sqlalchemy-0.9.7.ebuild ChangeLog sqlalchemy-0.7.8.ebuild sqlalchemy-0.7.4.ebuild sqlalchemy-0.7.6.ebuild sqlalchemy-0.7.7.ebuild sqlalchem

2014-07-29 Thread Ian Delaney (idella4)
idella4 14/07/29 07:03:28

  Modified: ChangeLog
  Added:sqlalchemy-0.9.7.ebuild
  Removed:  sqlalchemy-0.7.8.ebuild sqlalchemy-0.7.4.ebuild
sqlalchemy-0.7.6.ebuild sqlalchemy-0.7.7.ebuild
sqlalchemy-0.7.5.ebuild
  Log:
  bump; clean old python impls, rm some old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.129dev-python/sqlalchemy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/ChangeLog?rev=1.129view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/ChangeLog?rev=1.129content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/ChangeLog?r1=1.128r2=1.129

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   18 Jul 2014 15:08:41 -  1.128
+++ ChangeLog   29 Jul 2014 07:03:28 -  1.129
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/sqlalchemy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.128 
2014/07/18 15:08:41 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.129 
2014/07/29 07:03:28 idella4 Exp $
+
+*sqlalchemy-0.9.7 (29 Jul 2014)
+
+  29 Jul 2014; Ian Delaney idel...@gentoo.org +sqlalchemy-0.9.7.ebuild,
+  -sqlalchemy-0.7.4.ebuild, -sqlalchemy-0.7.5.ebuild, -sqlalchemy-0.7.6.ebuild,
+  -sqlalchemy-0.7.7.ebuild, -sqlalchemy-0.7.8.ebuild:
+  bump; clean old python impls, rm some old
 
   18 Jul 2014; Tobias Klausmann klaus...@gentoo.org sqlalchemy-0.9.2.ebuild:
   Stable on alpha, bug #505840



1.1  dev-python/sqlalchemy/sqlalchemy-0.9.7.ebuild

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

Index: sqlalchemy-0.9.7.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.7.ebuild,v 1.1 
2014/07/29 07:03:28 idella4 Exp $

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

inherit distutils-r1 eutils flag-o-matic

MY_PN=SQLAlchemy
MY_P=${MY_PN}-${PV/_}

DESCRIPTION=Python SQL toolkit and Object Relational Mapper
HOMEPAGE=http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy;
SRC_URI=mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=doc examples +sqlite test
REQUIRED_USE=test? ( sqlite )

RDEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
sqlite? ( =dev-db/sqlite-3.3.13 )

DEPEND=${RDEPEND}
test? (
=dev-db/sqlite-3.3.13
=dev-python/nose-0.10.4[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)
S=${WORKDIR}/${MY_P}

python_prepare_all() {
# Disable tests hardcoding function call counts specific to Python 
versions.
rm -r test/aaa_profiling || die
distutils-r1_python_prepare_all
}

python_compile() {
if ! python_is_python3; then
local CFLAGS=${CFLAGS}
append-cflags -fno-strict-aliasing
fi
distutils-r1_python_compile
}

python_test() {
# Create copies of necessary files in BUILD_DIR.
# https://bitbucket.org/zzzeek/sqlalchemy/issue/3144/
cp -pR examples sqla_nose.py setup.cfg test ${BUILD_DIR} || die
pushd ${BUILD_DIR}  /dev/null
if [[ ${EPYTHON} == python3.2 ]]; then
2to3 --no-diffs -w test
fi
${PYTHON} sqla_nose.py || die Testsuite failed under ${EPYTHON}

popd  /dev/null
}

python_install_all() {
use doc  HTML_DOCS=( doc/. )

use examples  local EXAMPLES=( examples/. )

distutils-r1_python_install_all
}

pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
if ! has_version dev-python/mysql-python; then
elog For MySQL support, install 
dev-python/mysql-python
fi

if ! has_version dev-python/pymssql; then
elog For mssql support, install dev-python/pymssql
fi

if ! has_version dev-python/psycopg:2; then
elog For postgresql support, install 

[gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy: sqlalchemy-0.9.7.ebuild ChangeLog

2014-07-29 Thread Ian Delaney (idella4)
idella4 14/07/30 02:08:48

  Modified: sqlalchemy-0.9.7.ebuild ChangeLog
  Log:
  upgrade test deps, test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/sqlalchemy/sqlalchemy-0.9.7.ebuild

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

Index: sqlalchemy-0.9.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sqlalchemy-0.9.7.ebuild 29 Jul 2014 07:03:28 -  1.1
+++ sqlalchemy-0.9.7.ebuild 30 Jul 2014 02:08:48 -  1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.7.ebuild,v 1.1 
2014/07/29 07:03:28 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.9.7.ebuild,v 1.2 
2014/07/30 02:08:48 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
 PYTHON_REQ_USE=sqlite?
 
-inherit distutils-r1 eutils flag-o-matic
+inherit distutils-r1 flag-o-matic
 
 MY_PN=SQLAlchemy
 MY_P=${MY_PN}-${PV/_}
@@ -25,13 +25,14 @@
sqlite? ( =dev-db/sqlite-3.3.13 )
 
 DEPEND=${RDEPEND}
-   test? (
+   test? ( ( || ( dev-python/pytest[${PYTHON_USEDEP}] 
=dev-python/nose-0.10.4[${PYTHON_USEDEP}] ) )
=dev-db/sqlite-3.3.13
-   =dev-python/nose-0.10.4[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)
 S=${WORKDIR}/${MY_P}
 
+PATCHES=( ${FILESDIR}/${PV}-test-fix.patch )
+
 python_prepare_all() {
# Disable tests hardcoding function call counts specific to Python 
versions.
rm -r test/aaa_profiling || die
@@ -54,8 +55,9 @@
if [[ ${EPYTHON} == python3.2 ]]; then
2to3 --no-diffs -w test
fi
-   ${PYTHON} sqla_nose.py || die Testsuite failed under ${EPYTHON}
-
+   # Recently upstream elected to make the testsuite also pytest capable
+   # ${PYTHON} sqla_nose.py || die Testsuite failed under ${EPYTHON}
+   py.test test || die Testsuite failed under ${EPYTHON}
popd  /dev/null
 }
 



1.131dev-python/sqlalchemy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/ChangeLog?rev=1.131view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/ChangeLog?rev=1.131content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/ChangeLog?r1=1.130r2=1.131

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   29 Jul 2014 10:38:17 -  1.130
+++ ChangeLog   30 Jul 2014 02:08:48 -  1.131
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/sqlalchemy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.130 
2014/07/29 10:38:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/ChangeLog,v 1.131 
2014/07/30 02:08:48 idella4 Exp $
+
+  30 Jul 2014; Ian Delaney idel...@gentoo.org +files/0.9.7-test-fix.patch,
+  sqlalchemy-0.9.7.ebuild:
+  upgrade test deps, test phase
 
   29 Jul 2014; Jeroen Roovers j...@gentoo.org sqlalchemy-0.7.9.ebuild:
   Stable for HPPA (bug #518468).






[gentoo-commits] gentoo-x86 commit in dev-python/sqlalchemy/files: 0.9.7-test-fix.patch

2014-07-29 Thread Ian Delaney (idella4)
idella4 14/07/30 02:08:48

  Added:0.9.7-test-fix.patch
  Log:
  upgrade test deps, test phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/sqlalchemy/files/0.9.7-test-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/files/0.9.7-test-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sqlalchemy/files/0.9.7-test-fix.patch?rev=1.1content-type=text/plain

Index: 0.9.7-test-fix.patch
===
From 405c223ae50e78dacac08783c414619db20df0b7 Mon Sep 17 00:00:00 2001
From: Mike Bayer mike...@zzzcomputing.com
Date: Tue, 29 Jul 2014 13:32:05 -0400
Subject: [PATCH] - Fixed 0.9.7 regression caused by :ticket:`3067` in
 conjunction with a mis-named unit test such that so-called schema types
 like :class:`.Boolean` and :class:`.Enum` could no longer be pickled. fixes
 #3144

diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py
index 6114460..6cbf583 100644
--- a/lib/sqlalchemy/sql/elements.py
+++ b/lib/sqlalchemy/sql/elements.py
@@ -3276,6 +3276,9 @@ class _defer_name(_truncated_label):
 else:
 return super(_defer_name, cls).__new__(cls, value)
 
+def __reduce__(self):
+return self.__class__, (util.text_type(self), )
+
 
 class _defer_none_name(_defer_name):
 indicate a 'deferred' name that was ultimately the value None.
diff --git a/test/sql/test_types.py b/test/sql/test_types.py
index 03d3997..efa0f90 100644
--- a/test/sql/test_types.py
+++ b/test/sql/test_types.py
@@ -234,9 +234,9 @@ class TypeAffinityTest(fixtures.TestBase):
 assert t1.dialect_impl(d)._type_affinity is postgresql.UUID
 
 
-class PickleMetadataTest(fixtures.TestBase):
+class PickleTypesTest(fixtures.TestBase):
 
-def testmeta(self):
+def test_pickle_types(self):
 for loads, dumps in picklers():
 column_types = [
 Column('Boo', Boolean()),






[gentoo-commits] gentoo-x86 commit in dev-python/oct2py: oct2py-1.3.0-r1.ebuild ChangeLog

2014-07-29 Thread Ian Delaney (idella4)
idella4 14/07/30 05:37:12

  Modified: oct2py-1.3.0-r1.ebuild ChangeLog
  Log:
  drop py2.6 add py3.4 support
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/oct2py/oct2py-1.3.0-r1.ebuild

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

Index: oct2py-1.3.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oct2py-1.3.0-r1.ebuild  29 May 2014 15:42:10 -  1.1
+++ oct2py-1.3.0-r1.ebuild  30 Jul 2014 05:37:12 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0-r1.ebuild,v 
1.1 2014/05/29 15:42:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-1.3.0-r1.ebuild,v 
1.2 2014/07/30 05:37:12 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 
@@ -45,7 +45,7 @@
 
 python_test() {
unset DISPLAY
-   if [[ ${EPYTHON} == python2* ]]; then
+   if [[ ${EPYTHON} == python2.7 ]]; then
local OPTIONS=--with-doctest
fi
nosetests oct2py ${OPTIONS} || die Tests fail with ${EPYTHON}



1.17 dev-python/oct2py/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   29 May 2014 15:42:10 -  1.16
+++ ChangeLog   30 Jul 2014 05:37:12 -  1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/oct2py
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v 1.16 
2014/05/29 15:42:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v 1.17 
2014/07/30 05:37:12 idella4 Exp $
+
+  30 Jul 2014; Ian Delaney idel...@gentoo.org oct2py-1.3.0-r1.ebuild:
+  drop py2.6 add py3.4 support
 
 *oct2py-1.3.0-r1 (29 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.2.0.ebuild ChangeLog

2014-07-30 Thread Ian Delaney (idella4)
idella4 14/07/31 03:53:15

  Modified: ChangeLog
  Added:astroid-1.2.0.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/astroid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   8 May 2014 09:37:17 -   1.4
+++ ChangeLog   31 Jul 2014 03:53:15 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/astroid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.4 
2014/05/08 09:37:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.5 
2014/07/31 03:53:15 idella4 Exp $
+
+*astroid-1.2.0 (31 Jul 2014)
+
+  31 Jul 2014; Ian Delaney idel...@gentoo.org +astroid-1.2.0.ebuild:
+  bump
 
 *astroid-1.1.1 (08 May 2014)
 



1.1  dev-python/astroid/astroid-1.2.0.ebuild

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

Index: astroid-1.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild,v 
1.1 2014/07/31 03:53:15 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Abstract Syntax Tree for logilab packages
HOMEPAGE=http://bitbucket.org/logilab/astroid 
http://pypi.python.org/pypi/astroid;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos
IUSE=test

# Version specified in __pkginfo__.py.
RDEPEND==dev-python/logilab-common-0.60.0[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
=dev-python/pylint-1.1.0[${PYTHON_USEDEP}] )
# Required for tests
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
# https://bitbucket.org/logilab/astroid/issue/8/
sed -e s/test_numpy_crash/_/ -i test/unittest_regrtest.py

distutils-r1_python_prepare_all
}

# Restrict to test phase, required because suite fails horribly without it
src_test() {
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}

python_test() {
# 
https://bitbucket.org/logilab/astroid/issue/16/1-test-fail-test_socket_build-under-pypy
# https://bitbucket.org/logilab/astroid/issue/44/
python setup.py build

pushd build/lib  /dev/null
if [[ ${EPYTHON} == pypy* ]]; then
sed -e 's:test_socket_build:_:' -i 
${PN}/test/unittest_builder.py || die
fi
PYTHONPATH=. pytest || die Tests fail with ${EPYTHON}
popd  /dev/null
}






[gentoo-commits] gentoo-x86 commit in dev-python/flask-testing: flask-testing-0.4.ebuild flask-testing-0.4.2.ebuild ChangeLog

2014-07-31 Thread Ian Delaney (idella4)
idella4 14/07/31 06:12:10

  Modified: flask-testing-0.4.ebuild ChangeLog
  Added:flask-testing-0.4.2.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/flask-testing/flask-testing-0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild?r1=1.4r2=1.5

Index: flask-testing-0.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- flask-testing-0.4.ebuild12 Sep 2013 20:59:29 -  1.4
+++ flask-testing-0.4.ebuild31 Jul 2014 06:12:09 -  1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.4 
2013/09/12 20:59:29 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.5 
2014/07/31 06:12:09 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 



1.7  dev-python/flask-testing/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 May 2014 15:20:26 -   1.6
+++ ChangeLog   31 Jul 2014 06:12:10 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/flask-testing
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.6 
2014/05/06 15:20:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.7 
2014/07/31 06:12:10 idella4 Exp $
+
+*flask-testing-0.4.2 (31 Jul 2014)
+
+  31 Jul 2014; Ian Delaney idel...@gentoo.org +flask-testing-0.4.2.ebuild,
+  flask-testing-0.4.ebuild:
+  bump
 
   06 May 2014; Ian Delaney idel...@gentoo.org flask-testing-0.4.1.ebuild:
   drop py2.6 add pypy support



1.1  dev-python/flask-testing/flask-testing-0.4.2.ebuild

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

Index: flask-testing-0.4.2.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-testing/flask-testing-0.4.2.ebuild,v 
1.1 2014/07/31 06:12:10 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

MY_PN=Flask-Testing
MY_P=${MY_PN}-${PV}

DESCRIPTION=Unit testing for Flask
HOMEPAGE=http://pythonhosted.org/Flask-Testing/ 
https://pypi.python.org/pypi/Flask-Testing/;
SRC_URI=mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test
# Testsuite fails with concurrent threads
DISTUTILS_NO_PARALLEL_BUILD=1

RDEPEND=dev-python/flask[${PYTHON_USEDEP}]
dev-python/twill[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/blinker[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)

S=${WORKDIR}/${MY_P}

python_test() {
# https://github.com/jarus/flask-testing/issues/60
nosetests || die Testing failed with ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-python/pylint: pylint-1.3.0.ebuild ChangeLog

2014-07-31 Thread Ian Delaney (idella4)
idella4 14/07/31 06:56:44

  Modified: ChangeLog
  Added:pylint-1.3.0.ebuild
  Log:
  bump; adjust SRC_URI, update deps, fixes Bug #518272
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.109dev-python/pylint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.109view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.109content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.108r2=1.109

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog   9 May 2014 05:21:12 -   1.108
+++ ChangeLog   31 Jul 2014 06:56:44 -  1.109
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pylint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.108 
2014/05/09 05:21:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.109 
2014/07/31 06:56:44 idella4 Exp $
+
+*pylint-1.3.0 (31 Jul 2014)
+
+  31 Jul 2014; Ian Delaney idel...@gentoo.org +pylint-1.3.0.ebuild:
+  bump; adjust SRC_URI, update deps, fixes Bug #518272
 
   09 May 2014; Patrick Lauer patr...@gentoo.org pylint-1.2.1.ebuild:
   Whitespace



1.1  dev-python/pylint/pylint-1.3.0.ebuild

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

Index: pylint-1.3.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.3.0.ebuild,v 1.1 
2014/07/31 06:56:44 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Python code static checker
HOMEPAGE=http://www.logilab.org/project/pylint 
http://pypi.python.org/pypi/pylint;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.zip

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos
IUSE=doc examples test

RDEPEND==dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}]
~dev-python/astroid-1.2.0[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND} )

PATCHES=( ${FILESDIR}/${PN}-0.26.0-gtktest.patch )

# Usual. Requ'd for impl specific failures in test phase
DISTUTILS_IN_SOURCE_BUILD=1

python_prepare_all() {
# selection of straight html triggers a trivial annoying bug, we skirt 
it
use doc  emake -C doc singlehtml
distutils-r1_python_prepare_all
}

python_test() {
# Test suite appears not to work under Python 3.
# https://bitbucket.org/logilab/pylint/issue/240/
local msg=Test suite broken with ${EPYTHON}
if [[ ${EPYTHON} == python3* ]]; then
einfo ${msg}
return 0
fi

pytest || die Tests failed under ${EPYTHON}
}

python_install_all() {
doman man/{pylint,pyreverse}.1
use examples  local EXAMPLES=( examples/. )
use doc  HTML_DOCS=( doc/_build/html/. )
distutils-r1_python_install_all
}

pkg_postinst() {
# Optional dependency on tk USE flag would break support for Jython.
elog pylint-gui script requires dev-lang/python with \tk\ USE flag 
enabled.
}






[gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.2.0.ebuild ChangeLog

2014-07-31 Thread Ian Delaney (idella4)
idella4 14/07/31 07:04:04

  Modified: astroid-1.2.0.ebuild ChangeLog
  Log:
  update dep, test phase wrt Bug #518272
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/astroid/astroid-1.2.0.ebuild

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

Index: astroid-1.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- astroid-1.2.0.ebuild31 Jul 2014 03:53:15 -  1.1
+++ astroid-1.2.0.ebuild31 Jul 2014 07:04:04 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild,v 
1.1 2014/07/31 03:53:15 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild,v 
1.2 2014/07/31 07:04:04 idella4 Exp $
 
 EAPI=5
 
@@ -21,16 +21,16 @@
 RDEPEND==dev-python/logilab-common-0.60.0[${PYTHON_USEDEP}]
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
-   =dev-python/pylint-1.1.0[${PYTHON_USEDEP}] )
+   ~dev-python/pylint-1.3.0[${PYTHON_USEDEP}] )
 # Required for tests
 DISTUTILS_IN_SOURCE_BUILD=1
 
-python_prepare_all() {
+#python_prepare_all() {
# https://bitbucket.org/logilab/astroid/issue/8/
-   sed -e s/test_numpy_crash/_/ -i test/unittest_regrtest.py
+#  sed -e s/test_numpy_crash/_/ -i test/unittest_regrtest.py
 
-   distutils-r1_python_prepare_all
-}
+#  distutils-r1_python_prepare_all
+#}
 
 # Restrict to test phase, required because suite fails horribly without it
 src_test() {



1.6  dev-python/astroid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   31 Jul 2014 03:53:15 -  1.5
+++ ChangeLog   31 Jul 2014 07:04:04 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/astroid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.5 
2014/07/31 03:53:15 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.6 
2014/07/31 07:04:04 idella4 Exp $
+
+  31 Jul 2014; Ian Delaney idel...@gentoo.org astroid-1.2.0.ebuild:
+  update dep, test phase wrt Bug #518272
 
 *astroid-1.2.0 (31 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/ipython: ipython-2.1.0.ebuild ChangeLog

2014-07-31 Thread Ian Delaney (idella4)
idella4 14/08/01 03:25:26

  Modified: ChangeLog
  Added:ipython-2.1.0.ebuild
  Log:
  major version bump: extensive re-write; add py3.4 support, drop keywords arm 
ia64 ppc ppc64 (which will be requested for re-addition), re-write of doc 
build, test phase, patch by cel1, thanks to cel1 for cross testing, fixes Bug 
507410
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.139dev-python/ipython/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.139view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.139content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.138r2=1.139

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   6 Jul 2014 12:44:54 -   1.138
+++ ChangeLog   1 Aug 2014 03:25:26 -   1.139
@@ -1,6 +1,15 @@
 # ChangeLog for dev-python/ipython
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.138 
2014/07/06 12:44:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.139 
2014/08/01 03:25:26 idella4 Exp $
+
+*ipython-2.1.0 (01 Aug 2014)
+
+  01 Aug 2014; Ian Delaney idel...@gentoo.org
+  +files/2.1.0-disable-tests.patch, +ipython-2.1.0.ebuild:
+  major version bump: extensive re-write; add py3.4 support, drop keywords arm
+  ia64 ppc ppc64 (which will be requested for re-addition), re-write of doc
+  build, test phase, patch by cel1, thanks to cel1 for cross testing, fixes Bug
+  507410
 
   06 Jul 2014; Michał Górny mgo...@gentoo.org ipython-0.12-r1.ebuild,
   ipython-0.13.2.ebuild, ipython-1.0.0.ebuild, ipython-1.1.0-r1.ebuild,



1.1  dev-python/ipython/ipython-2.1.0.ebuild

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

Index: ipython-2.1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-2.1.0.ebuild,v 
1.1 2014/08/01 03:25:26 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE='readline,sqlite'

inherit distutils-r1 elisp-common virtualx

DESCRIPTION=Advanced interactive shell for Python
HOMEPAGE=http://ipython.org/;
SRC_URI=https://github.com/${PN}/${PN}/releases/download/rel-${PV}/${P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=doc examples matplotlib mongodb notebook nbconvert octave qt4 +smp test 
wxwidgets

PY2_USEDEP=$(python_gen_usedep python2_7)
gen_python_deps() {
local flag
for flag in $(python_gen_useflags '*'); do
echo ${flag}? ( ${1}[${flag}(-)] )
done
}

CDEPEND=
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
octave? ( dev-python/oct2py[${PYTHON_USEDEP}] )
smp? ( dev-python/pyzmq[${PYTHON_USEDEP}] )
wxwidgets? ( dev-python/wxpython[${PY2_USEDEP}] )
RDEPEND=${CDEPEND}
notebook? (
=www-servers/tornado-2.1[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pyzmq[${PYTHON_USEDEP}]
dev-libs/mathjax
$(gen_python_deps dev-python/jinja)
)
nbconvert? (
app-text/pandoc
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
$(gen_python_deps dev-python/jinja)
)
qt4? ( || ( dev-python/PyQt4[${PYTHON_USEDEP}] 
dev-python/pyside[${PYTHON_USEDEP}] )
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/pyzmq[${PYTHON_USEDEP}] )
DEPEND=${CDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/oct2py[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
net-libs/nodejs )

PY2_REQUSE=$(python_gen_useflags python2_7)
REQUIRED_USE=
wxwidgets? ( ${PY2_REQUSE} )

DISTUTILS_IN_SOURCE_BUILD=1

PATCHES=( 

[gentoo-commits] gentoo-x86 commit in dev-python/ipython/files: 2.1.0-disable-tests.patch

2014-07-31 Thread Ian Delaney (idella4)
idella4 14/08/01 03:25:26

  Added:2.1.0-disable-tests.patch
  Log:
  major version bump: extensive re-write; add py3.4 support, drop keywords arm 
ia64 ppc ppc64 (which will be requested for re-addition), re-write of doc 
build, test phase, patch by cel1, thanks to cel1 for cross testing, fixes Bug 
507410
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  dev-python/ipython/files/2.1.0-disable-tests.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/files/2.1.0-disable-tests.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/files/2.1.0-disable-tests.patch?rev=1.1content-type=text/plain

Index: 2.1.0-disable-tests.patch
===
The extension magics for oct2py and rpy live now in the oct2py and rpy2 
package. The tests shipped with ipython are broken. We should disable 
those tests and remove the magics files:

IPython/extensions/rmagic.py - rpy/ipython/rmagic.py
IPython/extension/octavemagic.py - oct2py/ipython/octavemagic.py

deleted:IPython/extensions/octavemagic.py
deleted:IPython/extensions/rmagic.py
modified:   IPython/testing/iptest.py

diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py
index 45d2c78..db0bdfe 100644
--- a/IPython/testing/iptest.py
+++ b/IPython/testing/iptest.py
@@ -250,12 +250,10 @@ sec = test_sections['extensions']
 if not have['cython']:
 sec.exclude('cythonmagic')
 sec.exclude('tests.test_cythonmagic')
-if not have['oct2py']:
-sec.exclude('octavemagic')
-sec.exclude('tests.test_octavemagic')
-if not have['rpy2'] or not have['numpy']:
-sec.exclude('rmagic')
-sec.exclude('tests.test_rmagic')
+sec.exclude('octavemagic')
+sec.exclude('tests.test_octavemagic')
+sec.exclude('rmagic')
+sec.exclude('tests.test_rmagic')
 # autoreload does some strange stuff, so move it to its own test section
 sec.exclude('autoreload')
 sec.exclude('tests.test_autoreload')







[gentoo-commits] gentoo-x86 commit in app-admin/supervisor: supervisor-3.1.0.ebuild ChangeLog

2014-08-01 Thread Ian Delaney (idella4)
idella4 14/08/02 01:38:30

  Modified: supervisor-3.1.0.ebuild ChangeLog
  Log:
  drop py2.6, unrestrict workable test phase, tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  app-admin/supervisor/supervisor-3.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild?r1=1.1r2=1.2

Index: supervisor-3.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supervisor-3.1.0.ebuild 1 Aug 2014 05:35:39 -   1.1
+++ supervisor-3.1.0.ebuild 2 Aug 2014 01:38:30 -   1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild,v 1.1 
2014/08/01 05:35:39 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/supervisor/supervisor-3.1.0.ebuild,v 1.2 
2014/08/02 01:38:30 idella4 Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 # xml.etree.ElementTree module required.
 PYTHON_REQ_USE=xml
 
@@ -26,13 +26,8 @@
 DEPEND=${RDEPEND}
test? ( dev-python/mock[${PYTHON_USEDEP}] )
 
-# package uses namespaces which makes tests use installed packages
-RESTRICT=test
-
 S=${WORKDIR}/${PN}-${MY_PV}
 
-DOCS=( CHANGES.txt TODO.txt )
-
 python_prepare_all() {
# write missing MANIFEST.in file, otherwise required files get lost due 
to
# egg_info being passed to setup.py
@@ -42,6 +37,7 @@
 recursive-include supervisor/ui *.html *.css *.gif *.png
 recursive-include supervisor/tests *.conf *.txt
 EOF
+   distutils-r1_python_prepare_all
 }
 
 python_test() {
@@ -51,4 +47,5 @@
 python_install_all() {
newinitd ${FILESDIR}/init.d-r1 supervisord
newconfd ${FILESDIR}/conf.d supervisord
+   distutils-r1_python_install_all
 }



1.15 app-admin/supervisor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/supervisor/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   1 Aug 2014 05:35:39 -   1.14
+++ ChangeLog   2 Aug 2014 01:38:30 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/supervisor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.14 
2014/08/01 05:35:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/supervisor/ChangeLog,v 1.15 
2014/08/02 01:38:30 idella4 Exp $
+
+  02 Aug 2014; Ian Delaney idel...@gentoo.org supervisor-3.1.0.ebuild:
+  drop py2.6, unrestrict workable test phase, tidy
 
 *supervisor-3.1.0 (01 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/flask-principal: flask-principal-0.4.0.ebuild ChangeLog

2014-08-01 Thread Ian Delaney (idella4)
idella4 14/08/02 01:44:26

  Modified: flask-principal-0.4.0.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/flask-principal/flask-principal-0.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild?r1=1.3r2=1.4

Index: flask-principal-0.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flask-principal-0.4.0.ebuild15 Jun 2014 02:21:54 -  1.3
+++ flask-principal-0.4.0.ebuild2 Aug 2014 01:44:26 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild,v
 1.3 2014/06/15 02:21:54 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-principal/flask-principal-0.4.0.ebuild,v
 1.4 2014/08/02 01:44:26 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -21,9 +21,8 @@
 
 RDEPEND=dev-python/flask[${PYTHON_USEDEP}]
dev-python/blinker[${PYTHON_USEDEP}]
-DEPEND=${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
+DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
)
 



1.4  dev-python/flask-principal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-principal/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   15 Jun 2014 02:21:54 -  1.3
+++ ChangeLog   2 Aug 2014 01:44:26 -   1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/flask-principal
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-principal/ChangeLog,v 1.3 
2014/06/15 02:21:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-principal/ChangeLog,v 1.4 
2014/08/02 01:44:26 idella4 Exp $
+
+  02 Aug 2014; Ian Delaney idel...@gentoo.org flask-principal-0.4.0.ebuild:
+  tidy
 
   15 Jun 2014; Ian Delaney idel...@gentoo.org flask-principal-0.4.0.ebuild:
   add py3 pypy support






[gentoo-commits] gentoo-x86 commit in dev-python/django-evolution: django-evolution-0.7.3.ebuild ChangeLog

2014-08-01 Thread Ian Delaney (idella4)
idella4 14/08/02 02:02:13

  Modified: ChangeLog
  Added:django-evolution-0.7.3.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.13 dev-python/django-evolution/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/ChangeLog?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/ChangeLog?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-evolution/ChangeLog?r1=1.12r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   5 Jun 2014 03:13:42 -   1.12
+++ ChangeLog   2 Aug 2014 02:02:13 -   1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/django-evolution
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 
1.12 2014/06/05 03:13:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-evolution/ChangeLog,v 
1.13 2014/08/02 02:02:13 idella4 Exp $
+
+*django-evolution-0.7.3 (02 Aug 2014)
+
+  02 Aug 2014; Ian Delaney idel...@gentoo.org +django-evolution-0.7.3.ebuild:
+  bump
 
 *django-evolution-0.7.2 (05 Jun 2014)
 



1.1  dev-python/django-evolution/django-evolution-0.7.3.ebuild

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

Index: django-evolution-0.7.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-evolution/django-evolution-0.7.3.ebuild,v
 1.1 2014/08/02 02:02:13 idella4 Exp $

EAPI=5

# This is NOT py3 compatible
PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
RELEASE=0.7

DESCRIPTION=A Django application that will run cron jobs for other django apps
HOMEPAGE=http://code.google.com/p/django-evolution/ 
http://pypi.python.org/pypi/django_evolution/;
SRC_URI=http://downloads.reviewboard.org/releases/${PN}/${RELEASE}/${MY_P}.tar.gz;

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

RDEPEND=dev-python/django[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )

S=${WORKDIR}/${MY_P}
DOCS=( AUTHORS NEWS docs/{evolution.txt,faq.txt} )

python_test() {
# http://code.google.com/p/django-evolution/issues/detail?id=135
# This is tested, any delay in die subsequent to (implicitly inherited) 
multiprocessing eclass
${PYTHON} tests/runtests.py || die
}






[gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.3.25.ebuild ChangeLog

2014-08-01 Thread Ian Delaney (idella4)
idella4 14/08/02 03:13:35

  Modified: ChangeLog
  Added:django-pipeline-1.3.25.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.26 dev-python/django-pipeline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   22 Jul 2014 02:51:51 -  1.25
+++ ChangeLog   2 Aug 2014 03:13:35 -   1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/django-pipeline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.25 
2014/07/22 02:51:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.26 
2014/08/02 03:13:35 idella4 Exp $
+
+*django-pipeline-1.3.25 (02 Aug 2014)
+
+  02 Aug 2014; Ian Delaney idel...@gentoo.org +django-pipeline-1.3.25.ebuild:
+  bump
 
 *django-pipeline-1.3.24 (22 Jul 2014)
 



1.1  dev-python/django-pipeline/django-pipeline-1.3.25.ebuild

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

Index: django-pipeline-1.3.25.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.25.ebuild,v
 1.1 2014/08/02 03:13:35 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=An asset packaging library for Django
HOMEPAGE=http://pypi.python.org/pypi/django-pipeline/ 
https://github.com/cyberdelia/django-pipeline;

# PyPi releases lack docs/ subdir:
# https://github.com/cyberdelia/django-pipeline/pull/254
SRC_URI=https://github.com/cyberdelia/django-pipeline/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc test

RDEPEND==dev-python/django-1.5.8[${PYTHON_USEDEP}]
dev-python/jsmin[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}] )
# As usual for test phase
DISTUTILS_IN_SOURCE_BUILD=1

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

python_test() {
PYTHONPATH=. django-admin.py test --settings=tests.settings tests \
|| die Tests failed under ${EPYTHON}
}

python_install_all() {
use doc  HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}

python_install() {
export PIPELINE_JS_COMPRESSOR = 
'pipeline.compressors.jsmin.JSMinCompressor'
distutils-r1_python_install
}






[gentoo-commits] gentoo-x86 commit in dev-python/natsort: natsort-3.4.0.ebuild ChangeLog

2014-08-01 Thread Ian Delaney (idella4)
idella4 14/08/02 03:22:07

  Modified: ChangeLog
  Added:natsort-3.4.0.ebuild
  Log:
  bump; add IUSE test, dep and phase
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/natsort/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/natsort/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   6 Jun 2014 03:13:53 -   1.2
+++ ChangeLog   2 Aug 2014 03:22:07 -   1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/natsort
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/natsort/ChangeLog,v 1.2 
2014/06/06 03:13:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/natsort/ChangeLog,v 1.3 
2014/08/02 03:22:07 idella4 Exp $
+
+*natsort-3.4.0 (02 Aug 2014)
+
+  02 Aug 2014; Ian Delaney idel...@gentoo.org +natsort-3.4.0.ebuild:
+  bump; add IUSE test, dep and phase
 
   06 Jun 2014; Ian Delaney idel...@gentoo.org natsort-3.2.0.ebuild:
   add ia64 keyword, tested by D. Schridde, see Bug 512244



1.1  dev-python/natsort/natsort-3.4.0.ebuild

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

Index: natsort-3.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/natsort/natsort-3.4.0.ebuild,v 
1.1 2014/08/02 03:22:07 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Natural sorting for Python
HOMEPAGE=https://pypi.python.org/pypi/natsort;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~ia64 ~x86
IUSE=test

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )

python_test() {
py.test || die Tests failed under ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-python/django-haystack: - New directory

2014-06-13 Thread Ian Delaney (idella4)
idella4 14/06/14 02:11:34

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/django-haystack added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-python/django-haystack: django-haystack-2.1.0.ebuild metadata.xml

2014-06-13 Thread Ian Delaney (idella4)
idella4 14/06/14 02:18:13

  Added:django-haystack-2.1.0.ebuild metadata.xml
  Log:
  new ebuild, dep to reviewboard-2.0.1, wrt Bug #508088, closes Bug #281096

Revision  ChangesPath
1.1  dev-python/django-haystack/django-haystack-2.1.0.ebuild

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

Index: django-haystack-2.1.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-haystack/django-haystack-2.1.0.ebuild,v
 1.1 2014/06/14 02:18:13 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=Pluggable search for Django
HOMEPAGE=http://haystacksearch.org/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND==dev-python/django-1.5.8[${PYTHON_USEDEP}]

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

python_install_all() {
use doc  HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}



1.1  dev-python/django-haystack/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-haystack/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpython/herd
/pkgmetadata






  1   2   3   4   5   6   7   8   9   10   >