jlec 15/06/16 08:21:08
Modified: pyxattr-0.5.3.ebuild pyxattr-0.5.5.ebuild
pyxattr-9999.ebuild ChangeLog
Log:
Adjust sphinx version to support new theme names, bug #551950, bug #548486
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
E9402A79B03529A2!)
Revision Changes Path
1.14 dev-python/pyxattr/pyxattr-0.5.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.3.ebuild?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.3.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.3.ebuild?r1=1.13&r2=1.14
Index: pyxattr-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pyxattr-0.5.3.ebuild 21 May 2015 09:03:39 -0000 1.13
+++ pyxattr-0.5.3.ebuild 16 Jun 2015 08:21:08 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.3.ebuild,v
1.13 2015/05/21 09:03:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.3.ebuild,v
1.14 2015/06/16 08:21:08 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -20,14 +20,11 @@
RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ doc? ( <dev-python/sphinx-1.3[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_prepare_all() {
sed -i -e 's:, "-Werror"::' setup.py || die
- # Bug 548486
- sed -e "s:html_theme = 'default':html_theme = 'classic':" \
- -i doc/conf.py || die
distutils-r1_python_prepare_all
}
1.3 dev-python/pyxattr/pyxattr-0.5.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.5.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.5.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.5.ebuild?r1=1.2&r2=1.3
Index: pyxattr-0.5.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyxattr-0.5.5.ebuild 21 May 2015 09:03:39 -0000 1.2
+++ pyxattr-0.5.5.ebuild 16 Jun 2015 08:21:08 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.5.ebuild,v
1.2 2015/05/21 09:03:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.5.ebuild,v
1.3 2015/06/16 08:21:08 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -14,13 +14,13 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86
~amd64-linux ~arm-linux ~x86-linux"
IUSE="doc test"
RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_prepare_all() {
1.7 dev-python/pyxattr/pyxattr-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/pyxattr-9999.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/pyxattr-9999.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/pyxattr-9999.ebuild?r1=1.6&r2=1.7
Index: pyxattr-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyxattr-9999.ebuild 8 Apr 2015 08:04:59 -0000 1.6
+++ pyxattr-9999.ebuild 16 Jun 2015 08:21:08 -0000 1.7
@@ -1,25 +1,23 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-9999.ebuild,v
1.6 2015/04/08 08:04:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-9999.ebuild,v
1.7 2015/06/16 08:21:08 jlec Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-#if LIVE
-EGIT_REPO_URI="https://github.com/iustin/${PN}.git
- git://github.com/iustin/${PN}.git"
-inherit git-2
-#endif
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-inherit distutils-r1 eutils
+inherit distutils-r1 eutils git-r3
DESCRIPTION="Python interface to xattr"
HOMEPAGE="http://pyxattr.k1024.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI=""
+EGIT_REPO_URI="
+ https://github.com/iustin/${PN}.git
+ git://github.com/iustin/${PN}.git"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc
~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS=""
IUSE="test"
RDEPEND="sys-apps/attr"
@@ -27,11 +25,6 @@
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-#if LIVE
-SRC_URI=
-KEYWORDS=
-#endif
-
src_test() {
# Perform the tests in /var/tmp; that location is more likely
# to have xattr support than /tmp which is often tmpfs.
1.78 dev-python/pyxattr/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/ChangeLog?rev=1.78&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/ChangeLog?rev=1.78&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxattr/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 21 May 2015 09:03:39 -0000 1.77
+++ ChangeLog 16 Jun 2015 08:21:08 -0000 1.78
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyxattr
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.77
2015/05/21 09:03:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.78
2015/06/16 08:21:08 jlec Exp $
+
+ 16 Jun 2015; Justin Lecher <[email protected]> pyxattr-0.5.3.ebuild,
+ pyxattr-0.5.5.ebuild, pyxattr-9999.ebuild:
+ Adjust sphinx version to support new theme names, bug #551950, bug #548486
21 May 2015; Ian Delaney <[email protected]> pyxattr-0.5.3.ebuild,
pyxattr-0.5.5.ebuild: