public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pycdio: pycdio-0.17.ebuild ChangeLog
@ 2010-11-01  0:43 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-11-01  0:43 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/11/01 00:43:45

  Modified:             ChangeLog
  Added:                pycdio-0.17.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/pycdio/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycdio/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	24 Dec 2009 23:23:49 -0000	1.6
+++ ChangeLog	1 Nov 2010 00:43:45 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pycdio
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdio/ChangeLog,v 1.6 2009/12/24 23:23:49 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdio/ChangeLog,v 1.7 2010/11/01 00:43:45 arfrever Exp $
+
+*pycdio-0.17 (01 Nov 2010)
+
+  01 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  -pycdio-0.16.ebuild, +pycdio-0.17.ebuild:
+  Version bump.
 
 *pycdio-0.16 (25 Dec 2009)
 



1.1                  dev-python/pycdio/pycdio-0.17.ebuild

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

Index: pycdio-0.17.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdio/pycdio-0.17.ebuild,v 1.1 2010/11/01 00:43:45 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
DISTUTILS_SRC_TEST="nosetests"

inherit distutils

DESCRIPTION="Python OO interface to libcdio (CD Input and Control library)"
HOMEPAGE="http://savannah.gnu.org/projects/libcdio/ http://pypi.python.org/pypi/pycdio"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

RDEPEND="dev-libs/libcdio"
DEPEND="${RDEPEND}
	dev-lang/swig
	dev-python/setuptools"

PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")

DOCS="README.txt"
PYTHON_MODNAME="cdio.py iso9660.py pycdio.py pyiso9660.py"

src_prepare() {
	distutils_src_prepare

	# Remove obsolete sys.path and adjust 'data' paths in examples.
	sed \
		-e "s:^sys.path.insert.*::" \
		-e "s:\.\./data:./data:g" \
		-i example/*.py || die "sed failed"

	# Disable failing tests.
	sed -e "s/test_get_set/_&/" -i test/test-cdtext.py || die "sed failed"
	sed -e "s/test_fs/_&/" -i test/test-isocopy.py || die "sed failed"
}

src_install(){
	distutils_src_install

	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		doins example/{README,*.py} || die "doins failed"
		doins -r data || die "doins failed"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pycdio: pycdio-0.17.ebuild ChangeLog
@ 2012-02-22  8:30 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-02-22  8:30 UTC (permalink / raw
  To: gentoo-commits

patrick     12/02/22 08:30:18

  Modified:             pycdio-0.17.ebuild ChangeLog
  Log:
  Restricting jython
  
  (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/pycdio/pycdio-0.17.ebuild

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

Index: pycdio-0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycdio/pycdio-0.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pycdio-0.17.ebuild	1 Nov 2010 00:43:45 -0000	1.1
+++ pycdio-0.17.ebuild	22 Feb 2012 08:30:18 -0000	1.2
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdio/pycdio-0.17.ebuild,v 1.1 2010/11/01 00:43:45 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdio/pycdio-0.17.ebuild,v 1.2 2012/02/22 08:30:18 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
 DISTUTILS_SRC_TEST="nosetests"
 
 inherit distutils



1.8                  dev-python/pycdio/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycdio/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 Nov 2010 00:43:45 -0000	1.7
+++ ChangeLog	22 Feb 2012 08:30:18 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pycdio
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdio/ChangeLog,v 1.7 2010/11/01 00:43:45 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdio/ChangeLog,v 1.8 2012/02/22 08:30:18 patrick Exp $
+
+  22 Feb 2012; Patrick Lauer <patrick@gentoo.org> pycdio-0.17.ebuild:
+  Restricting jython
 
 *pycdio-0.17 (01 Nov 2010)
 






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

end of thread, other threads:[~2012-02-22  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01  0:43 [gentoo-commits] gentoo-x86 commit in dev-python/pycdio: pycdio-0.17.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-22  8:30 Patrick Lauer (patrick)

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