Gentoo Archives: gentoo-commits

From: "Alex Brandt (alunduil)" <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/monotonic: monotonic-0.3.ebuild ChangeLog
Date: Sat, 01 Aug 2015 21:10:30
Message-Id: 20150801211024.0DA4F11E@oystercatcher.gentoo.org
1 alunduil 15/08/01 21:10:24
2
3 Modified: ChangeLog
4 Added: monotonic-0.3.ebuild
5 Log:
6 add version 0.3
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
9
10 Revision Changes Path
11 1.2 dev-python/monotonic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/monotonic/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 20 Jul 2015 00:07:47 -0000 1.1
24 +++ ChangeLog 1 Aug 2015 21:10:23 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/monotonic
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/monotonic/ChangeLog,v 1.1 2015/07/20 00:07:47 alunduil Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/monotonic/ChangeLog,v 1.2 2015/08/01 21:10:23 alunduil Exp $
30 +
31 +*monotonic-0.3 (01 Aug 2015)
32 +
33 + 01 Aug 2015; Alex Brandt <alunduil@g.o> +monotonic-0.3.ebuild:
34 + add version 0.3
35
36 *monotonic-0.2 (20 Jul 2015)
37
38
39
40
41 1.1 dev-python/monotonic/monotonic-0.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/monotonic-0.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/monotonic/monotonic-0.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: monotonic-0.3.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/monotonic/monotonic-0.3.ebuild,v 1.1 2015/08/01 21:10:23 alunduil Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
54
55 inherit distutils-r1
56
57 DESCRIPTION="An implementation of time.monotonic() for Python 2 & < 3.3"
58 HOMEPAGE="https://github.com/atdt/monotonic"
59 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="Apache-2.0"
62 SLOT="0"
63 KEYWORDS="~amd64"
64 IUSE=""
65
66 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
67 RDEPEND=""