* [gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.12.0.ebuild ChangeLog
@ 2013-08-12 18:22 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-08-12 18:22 UTC (permalink / raw
To: gentoo-commits
bicatali 13/08/12 18:22:55
Modified: pandas-0.12.0.ebuild ChangeLog
Log:
Fix examples directory when both doc and examples are set
(Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.2 dev-python/pandas/pandas-0.12.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild?r1=1.1&r2=1.2
Index: pandas-0.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pandas-0.12.0.ebuild 8 Aug 2013 18:08:49 -0000 1.1
+++ pandas-0.12.0.ebuild 12 Aug 2013 18:22:55 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild,v 1.1 2013/08/08 18:08:49 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild,v 1.2 2013/08/12 18:22:55 bicatali Exp $
EAPI=5
@@ -103,7 +103,7 @@
# example python modules not to be compressed
docompress -x /usr/share/doc/${PF}/examples
insinto /usr/share/doc/${PF}
- doins -r examples
+ doins -r "${S}"/examples
fi
distutils-r1_python_install_all
}
1.17 dev-python/pandas/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 8 Aug 2013 18:08:49 -0000 1.16
+++ ChangeLog 12 Aug 2013 18:22:55 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pandas
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.16 2013/08/08 18:08:49 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.17 2013/08/12 18:22:55 bicatali Exp $
+
+ 12 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> pandas-0.12.0.ebuild:
+ Fix examples directory when both doc and examples are set
*pandas-0.12.0 (08 Aug 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.12.0.ebuild ChangeLog
@ 2013-08-15 23:27 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-08-15 23:27 UTC (permalink / raw
To: gentoo-commits
bicatali 13/08/15 23:27:56
Modified: pandas-0.12.0.ebuild ChangeLog
Log:
Adjust documentation dependencies
(Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.3 dev-python/pandas/pandas-0.12.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild?r1=1.2&r2=1.3
Index: pandas-0.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pandas-0.12.0.ebuild 12 Aug 2013 18:22:55 -0000 1.2
+++ pandas-0.12.0.ebuild 15 Aug 2013 23:27:56 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild,v 1.2 2013/08/12 18:22:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild,v 1.3 2013/08/15 23:27:56 bicatali Exp $
EAPI=5
@@ -28,12 +28,21 @@
dev-python/python-dateutil[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
doc? (
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
+ dev-python/html5lib[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}]
+ dev-python/pytables[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]
dev-python/rpy[$(python_gen_usedep 'python2_7')]
+ sci-libs/scipy[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/xlrd[$(python_gen_usedep 'python2*')]
+ dev-python/xlwt[$(python_gen_usedep 'python2*')]
sci-libs/scikits_timeseries[$(python_gen_usedep 'python2*')]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- )
+ x11-misc/xclip )
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
# sci-libs/scikits_statsmodels invokes a circular dep
# hence rm from doc? ( ), again
@@ -70,12 +79,12 @@
python_compile_all() {
python_export_best
-
- # To build docs the need be located in $BUILD_DIR, else PYTHONPATH points to unusable modules.
+ # To build docs the need be located in $BUILD_DIR,
+ # else PYTHONPATH points to unusable modules.
if use doc; then
- cd "${BUILD_DIR}"/lib/ || die
+ cd "${BUILD_DIR}"/lib || die
cp -ar "${S}"/doc . && cd doc || die
- PYTHONPATH=. "${EPYTHON}" make.py html || die
+ LANG=C PYTHONPATH=. "${EPYTHON}" make.py html || die
fi
}
@@ -84,7 +93,7 @@
if [[ ${EPYTHON} == "python2.6" ]]; then
rm $(find "${BUILD_DIR}" -name test_array.py) || die
fi
- cd "${BUILD_DIR}"/lib/ || die
+ cd "${BUILD_DIR}"/lib || die
PYTHONPATH=. MPLCONFIGDIR=. HOME=. \
VIRTUALX_COMMAND="nosetests --verbosity=3 pandas" \
virtualmake || die
@@ -92,7 +101,7 @@
python_install_all() {
if use doc; then
- cd "${BUILD_DIR}"/lib/ || die
+ cd "${BUILD_DIR}"/lib || die
dohtml -r doc/build/html/*
einfo "An initial build of docs is absent of references to scikits_statsmodels"
einfo "due to circular dependency. To have them included, emerge"
1.18 dev-python/pandas/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 12 Aug 2013 18:22:55 -0000 1.17
+++ ChangeLog 15 Aug 2013 23:27:56 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pandas
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.17 2013/08/12 18:22:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.18 2013/08/15 23:27:56 bicatali Exp $
+
+ 15 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> pandas-0.12.0.ebuild:
+ Adjust documentation dependencies
12 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> pandas-0.12.0.ebuild:
Fix examples directory when both doc and examples are set
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.12.0.ebuild ChangeLog
@ 2013-10-27 8:05 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-10-27 8:05 UTC (permalink / raw
To: gentoo-commits
mgorny 13/10/27 08:05:32
Modified: pandas-0.12.0.ebuild ChangeLog
Log:
Remove redundant python_export_best (done by the eclass).
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.5 dev-python/pandas/pandas-0.12.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild?r1=1.4&r2=1.5
Index: pandas-0.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pandas-0.12.0.ebuild 20 Aug 2013 21:11:16 -0000 1.4
+++ pandas-0.12.0.ebuild 27 Oct 2013 08:05:32 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild,v 1.4 2013/08/20 21:11:16 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.12.0.ebuild,v 1.5 2013/10/27 08:05:32 mgorny Exp $
EAPI=5
@@ -78,7 +78,6 @@
}
python_compile_all() {
- python_export_best
# To build docs the need be located in $BUILD_DIR,
# else PYTHONPATH points to unusable modules.
if use doc; then
1.20 dev-python/pandas/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 20 Aug 2013 21:11:16 -0000 1.19
+++ ChangeLog 27 Oct 2013 08:05:32 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pandas
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.19 2013/08/20 21:11:16 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.20 2013/10/27 08:05:32 mgorny Exp $
+
+ 27 Oct 2013; Michał Górny <mgorny@gentoo.org> pandas-0.12.0.ebuild:
+ Remove redundant python_export_best (done by the eclass).
20 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> -pandas-0.11.0.ebuild,
pandas-0.12.0.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-27 8:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 18:22 [gentoo-commits] gentoo-x86 commit in dev-python/pandas: pandas-0.12.0.ebuild ChangeLog Sebastien Fabbro (bicatali)
-- strict thread matches above, loose matches on Subject: below --
2013-08-15 23:27 Sebastien Fabbro (bicatali)
2013-10-27 8:05 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox