* [gentoo-commits] gentoo-x86 commit in dev-python/iso8601: iso8601-0.1.9.ebuild ChangeLog
@ 2014-04-20 23:17 Matt Thode (prometheanfire)
0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2014-04-20 23:17 UTC (permalink / raw
To: gentoo-commits
prometheanfire 14/04/20 23:17:31
Modified: ChangeLog
Added: iso8601-0.1.9.ebuild
Log:
initial commit of iso8601-1.9
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.19 dev-python/iso8601/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iso8601/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iso8601/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iso8601/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 2 Apr 2014 20:45:27 -0000 1.18
+++ ChangeLog 20 Apr 2014 23:17:31 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/iso8601
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.18 2014/04/02 20:45:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/ChangeLog,v 1.19 2014/04/20 23:17:31 prometheanfire Exp $
+
+*iso8601-0.1.9 (20 Apr 2014)
+
+ 20 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> +iso8601-0.1.9.ebuild:
+ initial commit of iso8601-1.9
02 Apr 2014; Tim Harder <radhermit@gentoo.org> iso8601-0.1.10.ebuild:
Add python3_4 support, sync keywords.
1.1 dev-python/iso8601/iso8601-0.1.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iso8601/iso8601-0.1.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/iso8601/iso8601-0.1.9.ebuild?rev=1.1&content-type=text/plain
Index: iso8601-0.1.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/iso8601/iso8601-0.1.9.ebuild,v 1.1 2014/04/20 23:17:31 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
DESCRIPTION="Simple module to parse ISO 8601 dates"
HOMEPAGE="http://code.google.com/p/pyiso8601/ http://pypi.python.org/pypi/iso8601"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )"
RDEPEND=""
python_test() {
"${PYTHON}" -m py.test --verbose iso8601 || die "Tests fail with ${EPYTHON}"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-20 23:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 23:17 [gentoo-commits] gentoo-x86 commit in dev-python/iso8601: iso8601-0.1.9.ebuild ChangeLog Matt Thode (prometheanfire)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox