patrick     15/07/08 09:28:17

  Modified:             ChangeLog
  Added:                hypothesis-1.7.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-python/hypothesis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/hypothesis/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   27 Jun 2015 09:18:20 -0000      1.1
+++ ChangeLog   8 Jul 2015 09:28:17 -0000       1.2
@@ -1,6 +1,11 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hypothesis/ChangeLog,v 1.2 
2015/07/08 09:28:17 patrick Exp $
+
+*hypothesis-1.7.1 (08 Jul 2015)
+
+  08 Jul 2015; Patrick Lauer <patr...@gentoo.org> +hypothesis-1.7.1.ebuild:
+  Bump
 
 *hypothesis-1.6.2 (27 Jun 2015)
 



1.1                  dev-python/hypothesis/hypothesis-1.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/hypothesis-1.7.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hypothesis/hypothesis-1.7.1.ebuild?rev=1.1&content-type=text/plain

Index: hypothesis-1.7.1.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.7.1.ebuild,v 1.1 
2015/07/08 09:28:17 patrick 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}]"




Reply via email to