* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.9.0-r1.ebuild ChangeLog
@ 2013-06-08 23:43 Mike Gilbert (floppym)
0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2013-06-08 23:43 UTC (permalink / raw
To: gentoo-commits
floppym 13/06/08 23:43:42
Modified: dulwich-0.9.0-r1.ebuild ChangeLog
Log:
General cleanup; remove pointless sed.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.2 dev-python/dulwich/dulwich-0.9.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild?r1=1.1&r2=1.2
Index: dulwich-0.9.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dulwich-0.9.0-r1.ebuild 8 Jun 2013 13:20:59 -0000 1.1
+++ dulwich-0.9.0-r1.ebuild 8 Jun 2013 23:43:42 -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/dulwich/dulwich-0.9.0-r1.ebuild,v 1.1 2013/06/08 13:20:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v 1.2 2013/06/08 23:43:42 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
@@ -17,28 +17,21 @@
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
- dev-python/nose[${PYTHON_USEDEP}] )"
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
+ virtual/python-unittest2[${PYTHON_USEDEP}]
+ )"
RDEPEND=""
-python_prepare_all() {
- sed -e "s/test_fetch_from_dulwich(/_&/" -i dulwich/tests/compat/server_utils.py
- use test && DISTUTILS_IN_SOURCE_BUILD=1
- distutils-r1_python_prepare_all
-}
+DISTUTILS_IN_SOURCE_BUILD=1
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
- pushd "${BUILD_DIR}"/../ &> /dev/null
- local module
- for module in _diff_tree _objects _pack; do
- ln -fs "${BUILD_DIR}/lib/${PN}/${module}.so" "dulwich/${module}.so" \
- || die "Symlinking dulwich/${module}.so failed with $(python_get_implementation_and_version)"
- done
- nosetests || die || "Tests failed under ${EPYTHON}"
+ ln -s "${BUILD_DIR}"/lib/dulwich/*.so dulwich/ || die
+ nosetests || die "Tests failed under ${EPYTHON}"
}
python_install_all() {
1.66 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.65&r2=1.66
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog 8 Jun 2013 23:38:33 -0000 1.65
+++ ChangeLog 8 Jun 2013 23:43:42 -0000 1.66
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.65 2013/06/08 23:38:33 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.66 2013/06/08 23:43:42 floppym Exp $
+
+ 08 Jun 2013; Mike Gilbert <floppym@gentoo.org> dulwich-0.9.0-r1.ebuild:
+ General cleanup; remove pointless sed.
*dulwich-0.8.7 (08 Jun 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.9.0-r1.ebuild ChangeLog
@ 2013-09-23 19:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-23 19:11 UTC (permalink / raw
To: gentoo-commits
ago 13/09/23 19:11:55
Modified: dulwich-0.9.0-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #485732
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/dulwich/dulwich-0.9.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild?r1=1.2&r2=1.3
Index: dulwich-0.9.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dulwich-0.9.0-r1.ebuild 8 Jun 2013 23:43:42 -0000 1.2
+++ dulwich-0.9.0-r1.ebuild 23 Sep 2013 19:11:55 -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/dulwich/dulwich-0.9.0-r1.ebuild,v 1.2 2013/06/08 23:43:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v 1.3 2013/09/23 19:11:55 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.68 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 23 Sep 2013 11:47:52 -0000 1.67
+++ ChangeLog 23 Sep 2013 19:11:55 -0000 1.68
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.67 2013/09/23 11:47:52 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.68 2013/09/23 19:11:55 ago Exp $
+
+ 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.0-r1.ebuild:
+ Stable for amd64, wrt bug #485732
*dulwich-0.9.1 (23 Sep 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.9.0-r1.ebuild ChangeLog
@ 2013-09-30 17:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-30 17:17 UTC (permalink / raw
To: gentoo-commits
ago 13/09/30 17:17:15
Modified: dulwich-0.9.0-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #485732
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/dulwich/dulwich-0.9.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild?r1=1.3&r2=1.4
Index: dulwich-0.9.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dulwich-0.9.0-r1.ebuild 23 Sep 2013 19:11:55 -0000 1.3
+++ dulwich-0.9.0-r1.ebuild 30 Sep 2013 17:17:15 -0000 1.4
@@ -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/dulwich/dulwich-0.9.0-r1.ebuild,v 1.3 2013/09/23 19:11:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v 1.4 2013/09/30 17:17:15 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.69 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 23 Sep 2013 19:11:55 -0000 1.68
+++ ChangeLog 30 Sep 2013 17:17:15 -0000 1.69
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.68 2013/09/23 19:11:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.69 2013/09/30 17:17:15 ago Exp $
+
+ 30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.0-r1.ebuild:
+ Stable for x86, wrt bug #485732
23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> dulwich-0.9.0-r1.ebuild:
Stable for amd64, wrt bug #485732
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-30 17:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08 23:43 [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.9.0-r1.ebuild ChangeLog Mike Gilbert (floppym)
-- strict thread matches above, loose matches on Subject: below --
2013-09-23 19:11 Agostino Sarubbo (ago)
2013-09-30 17:17 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox