idella4     15/08/01 04:17:16

  Modified:             bcrypt-1.1.1.ebuild ChangeLog
  Added:                bcrypt-2.0.0.ebuild
  Removed:              bcrypt-1.1.0.ebuild
  Log:
  bump; general tidy and update to deps, test phase removed due to absence of 
testsuite in tarball, rm old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/bcrypt/bcrypt-1.1.1.ebuild

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

Index: bcrypt-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bcrypt-1.1.1.ebuild 26 May 2015 16:37:17 -0000      1.1
+++ bcrypt-1.1.1.ebuild 1 Aug 2015 04:17:16 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.1.ebuild,v 1.1 
2015/05/26 16:37:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-1.1.1.ebuild,v 1.2 
2015/08/01 04:17:16 idella4 Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/cffi[${PYTHON_USEDEP}]' 'python*')
+       $(python_gen_cond_dep 'dev-python/cffi:=[${PYTHON_USEDEP}]' 'python*')
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
                dev-python/mock[${PYTHON_USEDEP}]



1.17                 dev-python/bcrypt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bcrypt/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   6 Jun 2015 20:00:19 -0000       1.16
+++ ChangeLog   1 Aug 2015 04:17:16 -0000       1.17
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/bcrypt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/ChangeLog,v 1.16 
2015/06/06 20:00:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/ChangeLog,v 1.17 
2015/08/01 04:17:16 idella4 Exp $
+
+*bcrypt-2.0.0 (01 Aug 2015)
+
+  01 Aug 2015; Ian Delaney <[email protected]> +bcrypt-2.0.0.ebuild,
+  -bcrypt-1.1.0.ebuild, bcrypt-1.1.1.ebuild:
+  bump; general tidy and update to deps, test phase removed due to absence of
+  testsuite in tarball, rm old
 
   06 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  dev-python/bcrypt/bcrypt-2.0.0.ebuild

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

Index: bcrypt-2.0.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/bcrypt/bcrypt-2.0.0.ebuild,v 1.1 
2015/08/01 04:17:16 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )

inherit distutils-r1

DESCRIPTION="Modern password hashing for software and servers"
HOMEPAGE="https://github.com/pyca/bcrypt/ https://pypi.python.org/pypi/bcrypt/";
SRC_URI="
        https://github.com/pyca/bcrypt/archive/v${PV}.tar.gz -> ${P}.tar.gz
        mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
        "

SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""

DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')
        "
RDEPEND="
        $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')
        >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
        !dev-python/py-bcrypt"

# The testsuite is not included in the tarball




Reply via email to