public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.3.ebuild ChangeLog
@ 2012-05-18 14:30 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2012-05-18 14:30 UTC (permalink / raw
  To: gentoo-commits

floppym     12/05/18 14:30:19

  Modified:             ChangeLog
  Added:                pyasn1-modules-0.0.3.ebuild
  Log:
  Version bump for bug 416177. Thanks to Ian Delaney for helping with the test function.
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	2 Mar 2012 10:06:37 -0000	1.9
+++ ChangeLog	18 May 2012 14:30:19 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyasn1-modules
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.9 2012/03/02 10:06:37 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.10 2012/05/18 14:30:19 floppym Exp $
+
+*pyasn1-modules-0.0.3 (18 May 2012)
+
+  18 May 2012; Mike Gilbert <floppym@gentoo.org> +pyasn1-modules-0.0.3.ebuild:
+  Version bump for bug 416177. Thanks to Ian Delaney for helping with the test
+  function.
 
 *pyasn1-modules-0.0.2 (02 Mar 2012)
 



1.1                  dev-python/pyasn1-modules/pyasn1-modules-0.0.3.ebuild

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

Index: pyasn1-modules-0.0.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.3.ebuild,v 1.1 2012/05/18 14:30:19 floppym Exp $

EAPI="4"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"

inherit distutils

DESCRIPTION="pyasn1 modules"
HOMEPAGE="http://pyasn1.sourceforge.net/ http://pypi.python.org/pypi/pyasn1-modules"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

RDEPEND="dev-python/pyasn1"
DEPEND="${RDEPEND}
	dev-python/setuptools"

DOCS="CHANGES README"
PYTHON_MODNAME="pyasn1_modules"

src_test() {
	echoit() { echo "$@"; "$@"; }
	testing() {
		local exit_status=0
		for test in test/*.sh; do
			PATH="${S}/tools:${PATH}" PYTHONPATH="build-${PYTHON_ABI}/lib" \
				echoit sh "${test}" || exit_status=1
		done
		return ${exit_status}
	}
	python_execute_function testing
}

src_install() {
	distutils_src_install

	insinto /usr/share/doc/${PF}/tools
	doins tools/* || die "doins failed"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.3.ebuild ChangeLog
@ 2012-05-21  1:48 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2012-05-21  1:48 UTC (permalink / raw
  To: gentoo-commits

floppym     12/05/21 01:48:29

  Modified:             pyasn1-modules-0.0.3.ebuild ChangeLog
  Log:
  Declare local test.
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/pyasn1-modules/pyasn1-modules-0.0.3.ebuild

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

Index: pyasn1-modules-0.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyasn1-modules-0.0.3.ebuild	18 May 2012 14:30:19 -0000	1.1
+++ pyasn1-modules-0.0.3.ebuild	21 May 2012 01:48:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.3.ebuild,v 1.1 2012/05/18 14:30:19 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/pyasn1-modules-0.0.3.ebuild,v 1.2 2012/05/21 01:48:29 floppym Exp $
 
 EAPI="4"
 SUPPORT_PYTHON_ABIS="1"
@@ -27,7 +27,7 @@
 src_test() {
 	echoit() { echo "$@"; "$@"; }
 	testing() {
-		local exit_status=0
+		local exit_status=0 test
 		for test in test/*.sh; do
 			PATH="${S}/tools:${PATH}" PYTHONPATH="build-${PYTHON_ABI}/lib" \
 				echoit sh "${test}" || exit_status=1



1.11                 dev-python/pyasn1-modules/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 May 2012 14:30:19 -0000	1.10
+++ ChangeLog	21 May 2012 01:48:29 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyasn1-modules
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.10 2012/05/18 14:30:19 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1-modules/ChangeLog,v 1.11 2012/05/21 01:48:29 floppym Exp $
+
+  21 May 2012; Mike Gilbert <floppym@gentoo.org> pyasn1-modules-0.0.3.ebuild:
+  Declare local test.
 
 *pyasn1-modules-0.0.3 (18 May 2012)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-21  1:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 14:30 [gentoo-commits] gentoo-x86 commit in dev-python/pyasn1-modules: pyasn1-modules-0.0.3.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21  1:48 Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox