* [gentoo-commits] gentoo-x86 commit in dev-python/icalendar: icalendar-3.4.ebuild ChangeLog
@ 2013-05-02 6:08 Patrick Lauer (patrick)
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2013-05-02 6:08 UTC (permalink / raw
To: gentoo-commits
patrick 13/05/02 06:08:43
Modified: ChangeLog
Added: icalendar-3.4.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.25 dev-python/icalendar/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 9 Mar 2013 07:32:15 -0000 1.24
+++ ChangeLog 2 May 2013 06:08:43 -0000 1.25
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/icalendar
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.24 2013/03/09 07:32:15 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.25 2013/05/02 06:08:43 patrick Exp $
+
+*icalendar-3.4 (02 May 2013)
+
+ 02 May 2013; Patrick Lauer <patrick@gentoo.org> +icalendar-3.4.ebuild:
+ Bump
09 Mar 2013; Ian Delaney <idella4@gentoo.org> icalendar-3.3.ebuild:
pypy support added
1.1 dev-python/icalendar/icalendar-3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?rev=1.1&content-type=text/plain
Index: icalendar-3.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild,v 1.1 2013/05/02 06:08:43 patrick Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} )
inherit distutils-r1
MY_PN="collective-${PN}"
DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 2445)."
HOMEPAGE="http://github.com/collective/icalendar"
SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="doc test"
DOCS="README.rst"
RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx
dev-python/pytz )
test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}] )"
python_compile_all() {
if use doc; then
pushd docs > /dev/null
emake text
popd > /dev/null
DOCS=( ${DOCS} docs/_build/text/*.txt )
fi
}
python_test() {
nosetests -v src/icalendar/tests
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/icalendar: icalendar-3.4.ebuild ChangeLog
@ 2013-06-23 16:52 Ian Delaney (idella4)
0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-06-23 16:52 UTC (permalink / raw
To: gentoo-commits
idella4 13/06/23 16:52:41
Modified: icalendar-3.4.ebuild ChangeLog
Log:
upgrade ebuild re eclass
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/icalendar/icalendar-3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?r1=1.1&r2=1.2
Index: icalendar-3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icalendar-3.4.ebuild 2 May 2013 06:08:43 -0000 1.1
+++ icalendar-3.4.ebuild 23 Jun 2013 16:52:41 -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/icalendar/icalendar-3.4.ebuild,v 1.1 2013/05/02 06:08:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild,v 1.2 2013/06/23 16:52:41 idella4 Exp $
EAPI="5"
@@ -22,8 +22,8 @@
RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx
- dev-python/pytz )
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}] )
test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}] )"
@@ -37,5 +37,5 @@
}
python_test() {
- nosetests -v src/icalendar/tests
+ nosetests -v src/icalendar/tests || die "Tests failed under ${EPYTHON}"
}
1.27 dev-python/icalendar/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 16 Jun 2013 09:34:01 -0000 1.26
+++ ChangeLog 23 Jun 2013 16:52:41 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/icalendar
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.26 2013/06/16 09:34:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.27 2013/06/23 16:52:41 idella4 Exp $
+
+ 23 Jun 2013; Ian Delaney <idella4@gentoo.org> icalendar-3.4.ebuild:
+ upgrade ebuild re eclass
16 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due #79409
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/icalendar: icalendar-3.4.ebuild ChangeLog
@ 2013-07-08 7:56 Ian Delaney (idella4)
0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-07-08 7:56 UTC (permalink / raw
To: gentoo-commits
idella4 13/07/08 07:56:07
Modified: icalendar-3.4.ebuild ChangeLog
Log:
Shift deps to RDEPEND, fixes Bug #475824
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.3 dev-python/icalendar/icalendar-3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild?r1=1.2&r2=1.3
Index: icalendar-3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icalendar-3.4.ebuild 23 Jun 2013 16:52:41 -0000 1.2
+++ icalendar-3.4.ebuild 8 Jul 2013 07:56:07 -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/icalendar/icalendar-3.4.ebuild,v 1.2 2013/06/23 16:52:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.4.ebuild,v 1.3 2013/07/08 07:56:07 idella4 Exp $
EAPI="5"
@@ -20,12 +20,11 @@
IUSE="doc test"
DOCS="README.rst"
-RDEPEND=""
+RDEPEND=">=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
+ dev-python/pytz[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}] )
- test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}] )"
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
python_compile_all() {
if use doc; then
1.28 dev-python/icalendar/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/icalendar/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 23 Jun 2013 16:52:41 -0000 1.27
+++ ChangeLog 8 Jul 2013 07:56:07 -0000 1.28
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/icalendar
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.27 2013/06/23 16:52:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/ChangeLog,v 1.28 2013/07/08 07:56:07 idella4 Exp $
+
+ 08 Jul 2013; Ian Delaney <idella4@gentoo.org> icalendar-3.4.ebuild:
+ Shift deps to RDEPEND, fixes Bug #475824
23 Jun 2013; Ian Delaney <idella4@gentoo.org> icalendar-3.4.ebuild:
upgrade ebuild re eclass
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-08 7:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-23 16:52 [gentoo-commits] gentoo-x86 commit in dev-python/icalendar: icalendar-3.4.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2013-07-08 7:56 Ian Delaney (idella4)
2013-05-02 6:08 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox