public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/tlslite: tlslite-0.4.3.ebuild ChangeLog
Date: Sun, 20 Jan 2013 12:19:59 +0000 (UTC)	[thread overview]
Message-ID: <20130120121959.E2A152171D@flycatcher.gentoo.org> (raw)

idella4     13/01/20 12:19:59

  Modified:             ChangeLog
  Added:                tlslite-0.4.3.ebuild
  Log:
  bump; tests remain restricted, on testing both tests hang, test phase added but disabled, closes req from Ago, Bug 451242
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.17                 dev-python/tlslite/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tlslite/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	25 Jun 2012 07:43:28 -0000	1.16
+++ ChangeLog	20 Jan 2013 12:19:59 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/tlslite
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tlslite/ChangeLog,v 1.16 2012/06/25 07:43:28 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tlslite/ChangeLog,v 1.17 2013/01/20 12:19:59 idella4 Exp $
+
+*tlslite-0.4.3 (20 Jan 2013)
+
+  20 Jan 2013; Ian Delaney <idella4@gentoo.org> +tlslite-0.4.3.ebuild:
+  bump; tests remain restricted, on testing both tests hang, test phase added
+  but disabled, closes req from Ago, Bug 451242
 
   25 Jun 2012; Jeff Horelick <jdhore@gentoo.org> tlslite-0.4.0.ebuild:
   marked x86 per bug 418921
@@ -66,4 +72,3 @@
   06 Feb 2006; Stefan Briesenick <sbriesen@gentoo.org> +metadata.xml,
   +tlslite-0.3.8.ebuild:
   initial commit.
-



1.1                  dev-python/tlslite/tlslite-0.4.3.ebuild

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

Index: tlslite-0.4.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/tlslite/tlslite-0.4.3.ebuild,v 1.1 2013/01/20 12:19:59 idella4 Exp $

EAPI=4

PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"

inherit distutils

DESCRIPTION="TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0/1.1"
HOMEPAGE="http://trevp.net/tlslite/ http://pypi.python.org/pypi/tlslite"
SRC_URI="http://github.com/trevp/tlslite/downloads/${P}.tar.gz"

LICENSE="BSD public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
#Refrain for now setting IUSE test and deps of test given test restricted.
IUSE="doc gmp"
RESTRICT="test"

DEPEND=">=dev-libs/cryptlib-3.3.3[python]
	|| (
		dev-python/m2crypto
		dev-python/pycrypto
	)
	gmp? ( dev-python/gmpy )"
RDEPEND="${DEPEND}"

# This would serve as a test phase if ever comes the time it passes all requirements; currently hangs
#src_test() {
#	testing() {
#		pushd $(ls -d build-"${PYTHON_ABI}"/lib/) > /dev/null
#		PYTHONPATH=. "${S}"/tests/tlstest.py client localhost:4443 .
#		PYTHONPATH=. "${S}"/tests/tlstest.py server localhost:4443 .
#		popd > /dev/null
#	}
#	python_execute_function testing
#}

src_install(){
	distutils_src_install

	use doc && dohtml -r docs/
}





             reply	other threads:[~2013-01-20 12:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-20 12:19 Ian Delaney (idella4) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-16 12:55 [gentoo-commits] gentoo-x86 commit in dev-python/tlslite: tlslite-0.4.3.ebuild ChangeLog Agostino Sarubbo (ago)
2013-05-20  8:39 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130120121959.E2A152171D@flycatcher.gentoo.org \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox