* [gentoo-commits] gentoo-x86 commit in dev-python/subvertpy: ChangeLog subvertpy-0.8.8.ebuild
@ 2011-10-11 14:56 Dirkjan Ochtman (djc)
0 siblings, 0 replies; only message in thread
From: Dirkjan Ochtman (djc) @ 2011-10-11 14:56 UTC (permalink / raw
To: gentoo-commits
djc 11/10/11 14:56:10
Modified: ChangeLog
Added: subvertpy-0.8.8.ebuild
Log:
Version bump subvertpy to 0.8.8.
(Portage version: 2.1.10.24/cvs/Linux x86_64)
Revision Changes Path
1.33 dev-python/subvertpy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 7 Sep 2011 16:18:10 -0000 1.32
+++ ChangeLog 11 Oct 2011 14:56:10 -0000 1.33
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/subvertpy
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.32 2011/09/07 16:18:10 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.33 2011/10/11 14:56:10 djc Exp $
+
+*subvertpy-0.8.8 (11 Oct 2011)
+
+ 11 Oct 2011; Dirkjan Ochtman <djc@gentoo.org> +subvertpy-0.8.8.ebuild:
+ Version bump to 0.8.8.
*subvertpy-0.8.5-r1 (07 Sep 2011)
1.1 dev-python/subvertpy/subvertpy-0.8.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.8.ebuild?rev=1.1&content-type=text/plain
Index: subvertpy-0.8.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.8.ebuild,v 1.1 2011/10/11 14:56:10 djc Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="Alternative Python bindings for Subversion"
HOMEPAGE="http://samba.org/~jelmer/subvertpy/ http://pypi.python.org/pypi/subvertpy"
SRC_URI="http://samba.org/~jelmer/${PN}/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-vcs/subversion-1.4"
RDEPEND="${DEPEND}"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DOCS="NEWS AUTHORS"
distutils_src_test_pre_hook() {
local module
for module in _ra client repos wc; do
ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/subvertpy/${module}.so" "subvertpy/${module}.so" || die "Symlinking subvertpy/${module}.so failed with $(python_get_implementation) $(python_get_version)"
done
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-11 14:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 14:56 [gentoo-commits] gentoo-x86 commit in dev-python/subvertpy: ChangeLog subvertpy-0.8.8.ebuild Dirkjan Ochtman (djc)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox