* [gentoo-commits] gentoo-x86 commit in dev-python/buildutils: buildutils-0.3.ebuild ChangeLog
@ 2009-10-01 23:00 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-10-01 23:00 UTC (permalink / raw
To: gentoo-commits
arfrever 09/10/01 23:00:10
Modified: buildutils-0.3.ebuild ChangeLog
Log:
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14471-svn/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/buildutils/buildutils-0.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild?r1=1.1&r2=1.2
Index: buildutils-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildutils-0.3.ebuild 5 Apr 2008 14:51:48 -0000 1.1
+++ buildutils-0.3.ebuild 1 Oct 2009 23:00:10 -0000 1.2
@@ -1,36 +1,38 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild,v 1.1 2008/04/05 14:51:48 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild,v 1.2 2009/10/01 23:00:10 arfrever Exp $
-NEED_PYTHON=2.4
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils eutils
-KEYWORDS="~amd64 ~x86"
-
DESCRIPTION="Extensions for developing Python libraries and applications."
-HOMEPAGE="http://buildutils.lesscode.org/"
-SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="http://buildutils.lesscode.org http://pypi.python.org/pypi/buildutils"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND="dev-python/setuptools
doc? ( dev-python/pudge )"
RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
-src_unpack() {
- distutils_src_unpack
+src_prepare() {
+ distutils_src_prepare
# pudge command is disabled by default, enable it.
- epatch "${FILESDIR}"/${P}-pudge_addcommand.patch
+ epatch "${FILESDIR}/${P}-pudge_addcommand.patch"
}
src_compile() {
distutils_src_compile
- if use doc ; then
- einfo "Generating docs as requested..."
- "${python}" setup.py pudge || die "generating docs failed"
+ if use doc; then
+ einfo "Generation of documentation"
+ "${python}" setup.py pudge || die "Generation of documentation failed"
fi
}
1.6 dev-python/buildutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 5 Apr 2008 14:51:48 -0000 1.5
+++ ChangeLog 1 Oct 2009 23:00:10 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/buildutils
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v 1.5 2008/04/05 14:51:48 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v 1.6 2009/10/01 23:00:10 arfrever Exp $
+
+ 01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ buildutils-0.3.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
*buildutils-0.3 (05 Apr 2008)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/buildutils: buildutils-0.3.ebuild ChangeLog
@ 2009-10-10 11:58 Fabian Groffen (grobian)
0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-10 11:58 UTC (permalink / raw
To: gentoo-commits
grobian 09/10/10 11:58:20
Modified: buildutils-0.3.ebuild ChangeLog
Log:
Merge from Prefix
(Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)
Revision Changes Path
1.3 dev-python/buildutils/buildutils-0.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild?r1=1.2&r2=1.3
Index: buildutils-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- buildutils-0.3.ebuild 1 Oct 2009 23:00:10 -0000 1.2
+++ buildutils-0.3.ebuild 10 Oct 2009 11:58:20 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild,v 1.2 2009/10/01 23:00:10 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild,v 1.3 2009/10/10 11:58:20 grobian Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="doc"
DEPEND="dev-python/setuptools
1.7 dev-python/buildutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 1 Oct 2009 23:00:10 -0000 1.6
+++ ChangeLog 10 Oct 2009 11:58:20 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/buildutils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v 1.6 2009/10/01 23:00:10 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v 1.7 2009/10/10 11:58:20 grobian Exp $
+
+ 10 Oct 2009; Fabian Groffen <grobian@gentoo.org> buildutils-0.3.ebuild:
+ Merge from Prefix
01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
buildutils-0.3.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/buildutils: buildutils-0.3.ebuild ChangeLog
@ 2010-04-04 16:41 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-04 16:41 UTC (permalink / raw
To: gentoo-commits
arfrever 10/04/04 16:41:05
Modified: buildutils-0.3.ebuild ChangeLog
Log:
Fix building of documentation (bug #300788).
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/buildutils/buildutils-0.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild?r1=1.4&r2=1.5
Index: buildutils-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- buildutils-0.3.ebuild 6 Feb 2010 14:39:48 -0000 1.4
+++ buildutils-0.3.ebuild 4 Apr 2010 16:41:05 -0000 1.5
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild,v 1.4 2010/02/06 14:39:48 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.ebuild,v 1.5 2010/04/04 16:41:05 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
@@ -25,12 +25,15 @@
src_prepare() {
distutils_src_prepare
- # pudge command is disabled by default, enable it.
+ # Enable pudge command.
epatch "${FILESDIR}/${P}-pudge_addcommand.patch"
+
+ sed -e "s/buildutils.command.publish/buildutils.publish_command.publish/" -i buildutils/test/test_publish.py || die "sed failed"
}
src_compile() {
distutils_src_compile
+
if use doc; then
einfo "Generation of documentation"
"$(PYTHON -f)" setup.py pudge || die "Generation of documentation failed"
@@ -39,5 +42,8 @@
src_install() {
distutils_src_install
- use doc && dohtml -r doc/html/*
+
+ if use doc; then
+ dohtml -r doc/html/* || die "dohtml failed"
+ fi
}
1.8 dev-python/buildutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildutils/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 10 Oct 2009 11:58:20 -0000 1.7
+++ ChangeLog 4 Apr 2010 16:41:05 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/buildutils
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v 1.7 2009/10/10 11:58:20 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v 1.8 2010/04/04 16:41:05 arfrever Exp $
+
+ 04 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ buildutils-0.3.ebuild:
+ Fix building of documentation (bug #300788).
10 Oct 2009; Fabian Groffen <grobian@gentoo.org> buildutils-0.3.ebuild:
Merge from Prefix
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-04 16:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-01 23:00 [gentoo-commits] gentoo-x86 commit in dev-python/buildutils: buildutils-0.3.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2009-10-10 11:58 Fabian Groffen (grobian)
2010-04-04 16:41 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox