Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/semantic_version: metadata.xml semantic_version-2.4.1.ebuild ChangeLog
Date: Thu, 30 Apr 2015 18:59:05
Message-Id: 20150430185857.5ED5B9A9@oystercatcher.gentoo.org
1 prometheanfire 15/04/30 18:58:56
2
3 Added: metadata.xml semantic_version-2.4.1.ebuild
4 ChangeLog
5 Log:
6 for kilo
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
9
10 Revision Changes Path
11 1.1 dev-python/semantic_version/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>python</herd>
22 <maintainer>
23 <email>prometheanfire@g.o</email>
24 <name>Matthew Thode</name>
25 </maintainer>
26 <longdescription lang="en">
27 This small python library provides a few tools to handle SemVer in Python. It follows strictly the 2.0.0 version of the SemVer scheme.
28 </longdescription>
29 </pkgmetadata>
30
31
32
33
34 1.1 dev-python/semantic_version/semantic_version-2.4.1.ebuild
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild?rev=1.1&content-type=text/plain
38
39 Index: semantic_version-2.4.1.ebuild
40 ===================================================================
41 # Copyright 1999-2015 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: /var/cvsroot/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild,v 1.1 2015/04/30 18:58:56 prometheanfire Exp $
44
45 EAPI=5
46 PYTHON_COMPAT=( python2_7 )
47
48 inherit distutils-r1
49
50 DESCRIPTION="This small python library provides a few tools to handle SemVer in Python."
51 HOMEPAGE="https://pypi.python.org/pypi/semantic_version"
52 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
53
54 LICENSE="BSD"
55 SLOT="0"
56 KEYWORDS="~amd64 ~x86"
57 IUSE=""
58
59 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
60 RDEPEND=""
61
62
63
64 1.1 dev-python/semantic_version/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/ChangeLog?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/ChangeLog?rev=1.1&content-type=text/plain
68
69 Index: ChangeLog
70 ===================================================================
71 # ChangeLog for dev-python/semantic_version
72 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
73 # $Header: /var/cvsroot/gentoo-x86/dev-python/semantic_version/ChangeLog,v 1.1 2015/04/30 18:58:56 prometheanfire Exp $
74
75 *semantic_version-2.4.1 (30 Apr 2015)
76
77 30 Apr 2015; Matthew Thode <prometheanfire@g.o> +metadata.xml,
78 +semantic_version-2.4.1.ebuild:
79 for kilo