idella4 15/06/27 09:18:20
Added: metadata.xml hypothesis-1.6.2.ebuild Manifest
ChangeLog
Log:
new dep to natsort, ebuild by me
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.1 dev-python/hypothesis/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
</pkgmetadata>
1.1 dev-python/hypothesis/hypothesis-1.6.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/hypothesis-1.6.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/hypothesis-1.6.2.ebuild?rev=1.1&content-type=text/plain
Index: hypothesis-1.6.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-python/hypothesis/hypothesis-1.6.2.ebuild,v 1.1
2015/06/27 09:18:20 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="A library for property based testing"
HOMEPAGE="https://github.com/DRMacIver/hypothesis"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
1.1 dev-python/hypothesis/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST hypothesis-1.6.2.tar.gz 57047 SHA256
92cd990b4b4f78af338b8f7485a922616c39ddc12090a016a8a8e7faede56b4e SHA512
d4964f5f4e303c0b914435c0f5d3149be8570240bb132b7da1749c567c2a93493d619b8d59086b2b689e01d8a7ceb939c9eeccbd8de742630a4508374f1d37f5
WHIRLPOOL
83960e73d6bb5c1984b8de3157a2b8c475422c3453a2546ec8ea82fdf71e659a98079c6cdd318be600861c6fcc491b49268805ed490d6517e4b4621bda37b5db
EBUILD hypothesis-1.6.2.ebuild 468 SHA256
5702a4035b09d4b1be6c2c4c633ca0511a801adedc082870162722a7b44d0014 SHA512
84c13eab545a237dbe43adb2af10fe56811ce61f6241a09c64886a07cfd117ece208880d7ba90d16b6ae46d3b66eb04200e57557a61b4ca6b1e716f2b3d2b422
WHIRLPOOL
13432b6863a272bff7188f235706c96f73b88e9b84bd559fa5b01c2fbd8c884488233c18fa2f7339fe5886bd051b1ca95aa8059dce23d96c90aef855cbd0fadb
MISC metadata.xml 160 SHA256
6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512
7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628
WHIRLPOOL
ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13
1.1 dev-python/hypothesis/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-python/hypothesis
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hypothesis/ChangeLog,v 1.1
2015/06/27 09:18:20 idella4 Exp $
*hypothesis-1.6.2 (27 Jun 2015)
27 Jun 2015; Ian Delaney <[email protected]> +hypothesis-1.6.2.ebuild,
+metadata.xml:
new dep to natsort, ebuild by me