Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/hypothesis: metadata.xml hypothesis-1.6.2.ebuild Manifest ChangeLog
Date: Sat, 27 Jun 2015 09:18:35
Message-Id: 20150627091820.A0A93737@oystercatcher.gentoo.org
1 idella4 15/06/27 09:18:20
2
3 Added: metadata.xml hypothesis-1.6.2.ebuild Manifest
4 ChangeLog
5 Log:
6 new dep to natsort, ebuild by me
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.1 dev-python/hypothesis/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/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 </pkgmetadata>
23
24
25
26 1.1 dev-python/hypothesis/hypothesis-1.6.2.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/hypothesis-1.6.2.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/hypothesis-1.6.2.ebuild?rev=1.1&content-type=text/plain
30
31 Index: hypothesis-1.6.2.ebuild
32 ===================================================================
33 # Copyright 1999-2015 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Header: /var/cvsroot/gentoo-x86/dev-python/hypothesis/hypothesis-1.6.2.ebuild,v 1.1 2015/06/27 09:18:20 idella4 Exp $
36
37 EAPI=5
38 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
39
40 inherit distutils-r1
41
42 DESCRIPTION="A library for property based testing"
43 HOMEPAGE="https://github.com/DRMacIver/hypothesis"
44 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45
46 LICENSE="MPL-2.0"
47 SLOT="0"
48 KEYWORDS="~amd64 ~x86"
49 IUSE=""
50
51 RDEPEND=""
52 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53
54
55
56 1.1 dev-python/hypothesis/Manifest
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/Manifest?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/Manifest?rev=1.1&content-type=text/plain
60
61 Index: Manifest
62 ===================================================================
63 DIST hypothesis-1.6.2.tar.gz 57047 SHA256 92cd990b4b4f78af338b8f7485a922616c39ddc12090a016a8a8e7faede56b4e SHA512 d4964f5f4e303c0b914435c0f5d3149be8570240bb132b7da1749c567c2a93493d619b8d59086b2b689e01d8a7ceb939c9eeccbd8de742630a4508374f1d37f5 WHIRLPOOL 83960e73d6bb5c1984b8de3157a2b8c475422c3453a2546ec8ea82fdf71e659a98079c6cdd318be600861c6fcc491b49268805ed490d6517e4b4621bda37b5db
64 EBUILD hypothesis-1.6.2.ebuild 468 SHA256 5702a4035b09d4b1be6c2c4c633ca0511a801adedc082870162722a7b44d0014 SHA512 84c13eab545a237dbe43adb2af10fe56811ce61f6241a09c64886a07cfd117ece208880d7ba90d16b6ae46d3b66eb04200e57557a61b4ca6b1e716f2b3d2b422 WHIRLPOOL 13432b6863a272bff7188f235706c96f73b88e9b84bd559fa5b01c2fbd8c884488233c18fa2f7339fe5886bd051b1ca95aa8059dce23d96c90aef855cbd0fadb
65 MISC metadata.xml 160 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512 7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628 WHIRLPOOL ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13
66
67
68
69 1.1 dev-python/hypothesis/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?rev=1.1&content-type=text/plain
73
74 Index: ChangeLog
75 ===================================================================
76 # ChangeLog for dev-python/hypothesis
77 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
78 # $Header: /var/cvsroot/gentoo-x86/dev-python/hypothesis/ChangeLog,v 1.1 2015/06/27 09:18:20 idella4 Exp $
79
80 *hypothesis-1.6.2 (27 Jun 2015)
81
82 27 Jun 2015; Ian Delaney <idella4@g.o> +hypothesis-1.6.2.ebuild,
83 +metadata.xml:
84 new dep to natsort, ebuild by me