* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.8.2.ebuild ChangeLog
@ 2011-12-22 19:57 Fabian Groffen (grobian)
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-22 19:57 UTC (permalink / raw
To: gentoo-commits
grobian 11/12/22 19:57:01
Modified: ChangeLog
Added: dulwich-0.8.2.ebuild
Log:
Version bump to 0.8.2
(Portage version: 2.2.01.19981-prefix/cvs/Darwin i386)
Revision Changes Path
1.42 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 5 Dec 2011 19:14:35 -0000 1.41
+++ ChangeLog 22 Dec 2011 19:57:01 -0000 1.42
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.41 2011/12/05 19:14:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.42 2011/12/22 19:57:01 grobian Exp $
+
+*dulwich-0.8.2 (22 Dec 2011)
+
+ 22 Dec 2011; Fabian Groffen <grobian@gentoo.org> +dulwich-0.8.2.ebuild:
+ Version bump to 0.8.2
05 Dec 2011; Fabian Groffen <grobian@gentoo.org> dulwich-0.8.1.ebuild:
Marked ~sparc-solaris, ~sparc64-solaris
1.1 dev-python/dulwich/dulwich-0.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.8.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.8.2.ebuild?rev=1.1&content-type=text/plain
Index: dulwich-0.8.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.2.ebuild,v 1.1 2011/12/22 19:57:01 grobian Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols."
HOMEPAGE="http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich"
SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz"
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"
IUSE=""
DEPEND="dev-python/setuptools
test? ( || ( dev-lang/python:2.7 dev-python/unittest2 ) )"
RDEPEND=""
src_prepare() {
distutils_src_prepare
sed -e "s/test_fetch_from_dulwich(/_&/" -i dulwich/tests/compat/server_utils.py
}
distutils_src_test_pre_hook() {
local module
for module in _diff_tree _objects _pack; do
ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/dulwich/${module}.so" "dulwich/${module}.so" || die "Symlinking dulwich/${module}.so failed with $(python_get_implementation_and_version)"
done
}
src_install() {
distutils_src_install
delete_tests() {
rm -fr "${ED}$(python_get_sitedir)/dulwich/tests"
}
python_execute_function -q delete_tests
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.8.2.ebuild ChangeLog
@ 2012-01-21 17:29 Tobias Klausmann (klausman)
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-01-21 17:29 UTC (permalink / raw
To: gentoo-commits
klausman 12/01/21 17:29:34
Modified: dulwich-0.8.2.ebuild ChangeLog
Log:
Keyword 0.8.2 on alpha
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/dulwich/dulwich-0.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.8.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.8.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/dulwich-0.8.2.ebuild?r1=1.1&r2=1.2
Index: dulwich-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dulwich-0.8.2.ebuild 22 Dec 2011 19:57:01 -0000 1.1
+++ dulwich-0.8.2.ebuild 21 Jan 2012 17:29:34 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.2.ebuild,v 1.1 2011/12/22 19:57:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.2.ebuild,v 1.2 2012/01/21 17:29:34 klausman Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -16,7 +16,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="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools
1.46 dev-python/dulwich/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dulwich/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 21 Jan 2012 15:51:10 -0000 1.45
+++ ChangeLog 21 Jan 2012 17:29:34 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/dulwich
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.45 2012/01/21 15:51:10 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.46 2012/01/21 17:29:34 klausman Exp $
+
+ 21 Jan 2012; Tobias Klausmann <klausman@gentoo.org> dulwich-0.8.2.ebuild:
+ Keyword 0.8.2 on alpha
21 Jan 2012; Tobias Klausmann <klausman@gentoo.org> dulwich-0.8.1.ebuild:
Stable on alpha, bug #383751
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-21 17:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-22 19:57 [gentoo-commits] gentoo-x86 commit in dev-python/dulwich: dulwich-0.8.2.ebuild ChangeLog Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2012-01-21 17:29 Tobias Klausmann (klausman)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox