* [gentoo-commits] gentoo-x86 commit in dev-python/sudsds: sudsds-1.0.1.ebuild ChangeLog
@ 2012-12-20 13:46 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-12-20 13:46 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/12/20 13:46:21
Modified: ChangeLog
Added: sudsds-1.0.1.ebuild
Log:
Version bump to latest.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Revision Changes Path
1.3 dev-python/sudsds/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sudsds/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 26 Apr 2012 08:45:22 -0000 1.2
+++ ChangeLog 20 Dec 2012 13:46:21 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/sudsds
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sudsds/ChangeLog,v 1.2 2012/04/26 08:45:22 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sudsds/ChangeLog,v 1.3 2012/12/20 13:46:21 scarabeus Exp $
+
+*sudsds-1.0.1 (20 Dec 2012)
+
+ 20 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org> +sudsds-1.0.1.ebuild:
+ Version bump to latest.
26 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> sudsds-1.0.ebuild:
Stable on amd64 and x86.
@@ -10,4 +15,3 @@
28 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> +metadata.xml,
+sudsds-1.0.ebuild:
Add new package, fork of suds by Czech NIC labs for datovka.
-
1.1 dev-python/sudsds/sudsds-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/sudsds-1.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/sudsds-1.0.1.ebuild?rev=1.1&content-type=text/plain
Index: sudsds-1.0.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sudsds/sudsds-1.0.1.ebuild,v 1.1 2012/12/20 13:46:21 scarabeus Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="Lightweight SOAP client - Czech NIC labs fork"
HOMEPAGE="https://labs.nic.cz/page/969/"
SRC_URI="http://www.nic.cz/public_media/datove_schranky/releases/src/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND="dev-python/setuptools
doc? ( dev-python/epydoc )"
RDEPEND=""
src_compile() {
distutils_src_compile
if use doc; then
einfo "Generation of documentation"
epydoc -n "Sudsds - ${DESCRIPTION}" -o doc ${PN} || die "Generation of documentation failed"
fi
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r doc/* || die "Installation of documentation failed"
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/sudsds: sudsds-1.0.1.ebuild ChangeLog
@ 2013-01-24 14:06 Ian Delaney (idella4)
0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2013-01-24 14:06 UTC (permalink / raw
To: gentoo-commits
idella4 13/01/24 14:06:13
Modified: sudsds-1.0.1.ebuild ChangeLog
Log:
Fixed build of docs, dropped un-needed die, fixes Bug #452822 by flameeyes
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.3 dev-python/sudsds/sudsds-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/sudsds-1.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/sudsds-1.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/sudsds-1.0.1.ebuild?r1=1.2&r2=1.3
Index: sudsds-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sudsds/sudsds-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sudsds-1.0.1.ebuild 7 Jan 2013 11:58:16 -0000 1.2
+++ sudsds-1.0.1.ebuild 24 Jan 2013 14:06:13 -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/sudsds/sudsds-1.0.1.ebuild,v 1.2 2013/01/07 11:58:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sudsds/sudsds-1.0.1.ebuild,v 1.3 2013/01/24 14:06:13 idella4 Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -25,16 +25,19 @@
src_compile() {
distutils_src_compile
+ buildDocs() {
+ PYTHONPATH=$(ls -d build-${PYTHON_ABI}/lib/) \
+ epydoc -n "Sudsds - ${DESCRIPTION}" -o doc ${PN} || die "Generation of documentation failed"
+ }
+
if use doc; then
einfo "Generation of documentation"
- epydoc -n "Sudsds - ${DESCRIPTION}" -o doc ${PN} || die "Generation of documentation failed"
+ python_execute_function -f buildDocs
fi
}
src_install() {
distutils_src_install
- if use doc; then
- dohtml -r doc/* || die "Installation of documentation failed"
- fi
+ use doc && dohtml -r doc/
}
1.5 dev-python/sudsds/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sudsds/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sudsds/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 7 Jan 2013 11:58:16 -0000 1.4
+++ ChangeLog 24 Jan 2013 14:06:13 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sudsds
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sudsds/ChangeLog,v 1.4 2013/01/07 11:58:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sudsds/ChangeLog,v 1.5 2013/01/24 14:06:13 idella4 Exp $
+
+ 24 Jan 2013; Ian Delaney <idella4@gentoo.org> sudsds-1.0.1.ebuild:
+ Fixed build of docs, dropped un-needed die, fixes Bug #452822 by flameeyes
07 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> -sudsds-1.0.ebuild,
sudsds-1.0.1.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-24 14:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-20 13:46 [gentoo-commits] gentoo-x86 commit in dev-python/sudsds: sudsds-1.0.1.ebuild ChangeLog Tomas Chvatal (scarabeus)
-- strict thread matches above, loose matches on Subject: below --
2013-01-24 14:06 Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox