jlec        15/08/05 09:03:57

  Modified:             ChangeLog
  Added:                ldap3-0.9.8.7.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.6                  dev-python/ldap3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ldap3/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   8 Jul 2015 09:19:51 -0000       1.5
+++ ChangeLog   5 Aug 2015 09:03:57 -0000       1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/ldap3
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ldap3/ChangeLog,v 1.5 2015/07/08 
09:19:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ldap3/ChangeLog,v 1.6 2015/08/05 
09:03:57 jlec Exp $
+
+*ldap3-0.9.8.7 (05 Aug 2015)
+
+  05 Aug 2015; Justin Lecher <j...@gentoo.org> +ldap3-0.9.8.7.ebuild:
+  Version Bump
 
 *ldap3-0.9.8.6 (08 Jul 2015)
 



1.1                  dev-python/ldap3/ldap3-0.9.8.7.ebuild

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

Index: ldap3-0.9.8.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ldap3/ldap3-0.9.8.7.ebuild,v 1.1 
2015/08/05 09:03:57 jlec Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client"
HOMEPAGE="https://github.com/cannatag/ldap3 https://pypi.python.org/pypi/ldap3";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/nose[${PYTHON_USEDEP}] )
        "

python_test() {
        cd "${BUILD_DIR}" || die
        nosetests -v -s test || die
}




Reply via email to