* [gentoo-commits] gentoo-x86 commit in dev-python/graph-tool: graph-tool-9999.ebuild ChangeLog graph-tool-2.2.21.ebuild
@ 2013-01-10 23:45 Tim Harder (radhermit)
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2013-01-10 23:45 UTC (permalink / raw
To: gentoo-commits
radhermit 13/01/10 23:45:59
Modified: graph-tool-9999.ebuild ChangeLog
Added: graph-tool-2.2.21.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha150/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.2 dev-python/graph-tool/graph-tool-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?r1=1.1&r2=1.2
Index: graph-tool-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- graph-tool-9999.ebuild 4 Jan 2013 01:18:49 -0000 1.1
+++ graph-tool-9999.ebuild 10 Jan 2013 23:45:59 -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/graph-tool/graph-tool-9999.ebuild,v 1.1 2013/01/04 01:18:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.2 2013/01/10 23:45:59 radhermit Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
@@ -71,7 +71,7 @@
prune_libtool_files --modules
# remove unwanted extra docs
- rm -r "${ED}"/usr/usr || die
+ rm -r "${ED}"/usr/share/doc/${PN} || die
}
run_in_build_dir() {
1.2 dev-python/graph-tool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 4 Jan 2013 01:18:49 -0000 1.1
+++ ChangeLog 10 Jan 2013 23:45:59 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/graph-tool
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.1 2013/01/04 01:18:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.2 2013/01/10 23:45:59 radhermit Exp $
+
+*graph-tool-2.2.21 (10 Jan 2013)
+
+ 10 Jan 2013; Tim Harder <radhermit@gentoo.org> +graph-tool-2.2.21.ebuild,
+ graph-tool-9999.ebuild:
+ Version bump.
*graph-tool-9999 (04 Jan 2013)
*graph-tool-2.2.19 (04 Jan 2013)
1.1 dev-python/graph-tool/graph-tool-2.2.21.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?rev=1.1&content-type=text/plain
Index: graph-tool-2.2.21.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v 1.1 2013/01/10 23:45:59 radhermit Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit eutils toolchain-funcs python-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.skewed.de/graph-tool"
inherit git-2
KEYWORDS=""
else
SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs"
HOMEPAGE="http://graph-tool.skewed.de/"
LICENSE="GPL-3"
SLOT="0"
IUSE="+cairo openmp"
CDEPEND=">=dev-libs/boost-1.46.0[python]
dev-libs/expat
dev-python/numpy
sci-libs/scipy
sci-mathematics/cgal
cairo? (
dev-cpp/cairomm
dev-python/pycairo
)"
RDEPEND="${CDEPEND}
dev-python/matplotlib
media-gfx/graphviz[python]"
DEPEND="${CDEPEND}
dev-cpp/sparsehash
virtual/pkgconfig"
# most machines don't have enough ram for parallel builds
MAKEOPTS="${MAKEOPTS} -j1"
pkg_pretend() {
if use openmp ; then
tc-has-openmp || die "Please switch to an openmp compatible compiler"
fi
}
src_prepare() {
>py-compile
python_copy_sources
}
src_configure() {
python_foreach_impl run_in_build_dir \
econf \
--disable-static \
--disable-optimization \
$(use_enable openmp) \
$(use_enable cairo)
}
src_compile() {
python_foreach_impl run_in_build_dir default
}
src_install() {
python_foreach_impl run_in_build_dir default
prune_libtool_files --modules
# remove unwanted extra docs
rm -r "${ED}"/usr/share/doc/${PN} || die
}
run_in_build_dir() {
pushd "${BUILD_DIR}" > /dev/null
"$@"
popd > /dev/null
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/graph-tool: graph-tool-9999.ebuild ChangeLog graph-tool-2.2.21.ebuild
@ 2013-01-31 9:30 Tim Harder (radhermit)
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2013-01-31 9:30 UTC (permalink / raw
To: gentoo-commits
radhermit 13/01/31 09:30:06
Modified: graph-tool-9999.ebuild ChangeLog
graph-tool-2.2.21.ebuild
Log:
Add check for sufficient disk space (bug #453544).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.3 dev-python/graph-tool/graph-tool-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?r1=1.2&r2=1.3
Index: graph-tool-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- graph-tool-9999.ebuild 10 Jan 2013 23:45:59 -0000 1.2
+++ graph-tool-9999.ebuild 31 Jan 2013 09:30:05 -0000 1.3
@@ -1,16 +1,15 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.2 2013/01/10 23:45:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.3 2013/01/31 09:30:05 radhermit Exp $
-EAPI="5"
+EAPI=5
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
-inherit eutils toolchain-funcs python-r1
+inherit check-reqs eutils toolchain-funcs python-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.skewed.de/graph-tool"
inherit git-2
- KEYWORDS=""
else
SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
@@ -42,10 +41,14 @@
# most machines don't have enough ram for parallel builds
MAKEOPTS="${MAKEOPTS} -j1"
+# bug 453544
+CHECKREQS_DISK_BUILD="6G"
+
pkg_pretend() {
if use openmp ; then
tc-has-openmp || die "Please switch to an openmp compatible compiler"
fi
+ check-reqs_pkg_pretend
}
src_prepare() {
1.4 dev-python/graph-tool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 31 Jan 2013 09:03:02 -0000 1.3
+++ ChangeLog 31 Jan 2013 09:30:05 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/graph-tool
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.3 2013/01/31 09:03:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.4 2013/01/31 09:30:05 radhermit Exp $
+
+ 31 Jan 2013; Tim Harder <radhermit@gentoo.org> graph-tool-2.2.21.ebuild,
+ graph-tool-9999.ebuild:
+ Add check for sufficient disk space (bug #453544).
31 Jan 2013; Tim Harder <radhermit@gentoo.org> -graph-tool-2.2.19.ebuild:
Remove old.
1.2 dev-python/graph-tool/graph-tool-2.2.21.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?r1=1.1&r2=1.2
Index: graph-tool-2.2.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- graph-tool-2.2.21.ebuild 10 Jan 2013 23:45:59 -0000 1.1
+++ graph-tool-2.2.21.ebuild 31 Jan 2013 09:30:05 -0000 1.2
@@ -1,16 +1,15 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v 1.1 2013/01/10 23:45:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v 1.2 2013/01/31 09:30:05 radhermit Exp $
-EAPI="5"
+EAPI=5
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
-inherit eutils toolchain-funcs python-r1
+inherit check-reqs eutils toolchain-funcs python-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.skewed.de/graph-tool"
inherit git-2
- KEYWORDS=""
else
SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
@@ -42,10 +41,14 @@
# most machines don't have enough ram for parallel builds
MAKEOPTS="${MAKEOPTS} -j1"
+# bug 453544
+CHECKREQS_DISK_BUILD="6G"
+
pkg_pretend() {
if use openmp ; then
tc-has-openmp || die "Please switch to an openmp compatible compiler"
fi
+ check-reqs_pkg_pretend
}
src_prepare() {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/graph-tool: graph-tool-9999.ebuild ChangeLog graph-tool-2.2.21.ebuild
@ 2013-02-10 11:06 Tim Harder (radhermit)
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2013-02-10 11:06 UTC (permalink / raw
To: gentoo-commits
radhermit 13/02/10 11:06:44
Modified: graph-tool-9999.ebuild ChangeLog
graph-tool-2.2.21.ebuild
Log:
Add more PYTHON_USEDEP coverage on recently converted deps and drop python3 support until sci herd reinstates it for scipy (fixes bug #456188).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.4 dev-python/graph-tool/graph-tool-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?r1=1.3&r2=1.4
Index: graph-tool-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- graph-tool-9999.ebuild 31 Jan 2013 09:30:05 -0000 1.3
+++ graph-tool-9999.ebuild 10 Feb 2013 11:06:44 -0000 1.4
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.3 2013/01/31 09:30:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.4 2013/02/10 11:06:44 radhermit Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
+# python3 dropped until scipy reinstates support
+PYTHON_COMPAT=( python2_7 )
inherit check-reqs eutils toolchain-funcs python-r1
@@ -24,15 +25,15 @@
CDEPEND=">=dev-libs/boost-1.46.0[python]
dev-libs/expat
- dev-python/numpy
- sci-libs/scipy
+ dev-python/numpy[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]
sci-mathematics/cgal
cairo? (
dev-cpp/cairomm
- dev-python/pycairo
+ dev-python/pycairo[${PYTHON_USEDEP}]
)"
RDEPEND="${CDEPEND}
- dev-python/matplotlib
+ dev-python/matplotlib[${PYTHON_USEDEP}]
media-gfx/graphviz[python]"
DEPEND="${CDEPEND}
dev-cpp/sparsehash
1.5 dev-python/graph-tool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 31 Jan 2013 09:30:05 -0000 1.4
+++ ChangeLog 10 Feb 2013 11:06:44 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/graph-tool
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.4 2013/01/31 09:30:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.5 2013/02/10 11:06:44 radhermit Exp $
+
+ 10 Feb 2013; Tim Harder <radhermit@gentoo.org> graph-tool-2.2.21.ebuild,
+ graph-tool-9999.ebuild:
+ Add more PYTHON_USEDEP coverage on recently converted deps and drop python3
+ support until sci herd reinstates it for scipy (fixes bug #456188).
31 Jan 2013; Tim Harder <radhermit@gentoo.org> graph-tool-2.2.21.ebuild,
graph-tool-9999.ebuild:
1.3 dev-python/graph-tool/graph-tool-2.2.21.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild?r1=1.2&r2=1.3
Index: graph-tool-2.2.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- graph-tool-2.2.21.ebuild 31 Jan 2013 09:30:05 -0000 1.2
+++ graph-tool-2.2.21.ebuild 10 Feb 2013 11:06:44 -0000 1.3
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v 1.2 2013/01/31 09:30:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.21.ebuild,v 1.3 2013/02/10 11:06:44 radhermit Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
+# python3 dropped until scipy reinstates support
+PYTHON_COMPAT=( python2_7 )
inherit check-reqs eutils toolchain-funcs python-r1
@@ -24,15 +25,15 @@
CDEPEND=">=dev-libs/boost-1.46.0[python]
dev-libs/expat
- dev-python/numpy
- sci-libs/scipy
+ dev-python/numpy[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]
sci-mathematics/cgal
cairo? (
dev-cpp/cairomm
- dev-python/pycairo
+ dev-python/pycairo[${PYTHON_USEDEP}]
)"
RDEPEND="${CDEPEND}
- dev-python/matplotlib
+ dev-python/matplotlib[${PYTHON_USEDEP}]
media-gfx/graphviz[python]"
DEPEND="${CDEPEND}
dev-cpp/sparsehash
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-10 11:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 23:45 [gentoo-commits] gentoo-x86 commit in dev-python/graph-tool: graph-tool-9999.ebuild ChangeLog graph-tool-2.2.21.ebuild Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2013-01-31 9:30 Tim Harder (radhermit)
2013-02-10 11:06 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox