jlec        15/06/26 12:44:16

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

Revision  Changes    Path
1.16                 dev-python/pyglet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyglet/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   3 Jun 2015 21:01:02 -0000       1.15
+++ ChangeLog   26 Jun 2015 12:44:16 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyglet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/ChangeLog,v 1.15 
2015/06/03 21:01:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/ChangeLog,v 1.16 
2015/06/26 12:44:16 jlec Exp $
+
+*pyglet-1.2.3 (26 Jun 2015)
+
+  26 Jun 2015; Justin Lecher <[email protected]> +pyglet-1.2.3.ebuild:
+  Version Bump
 
   03 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1                  dev-python/pyglet/pyglet-1.2.3.ebuild

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

Index: pyglet-1.2.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyglet/pyglet-1.2.3.ebuild,v 1.1 
2015/06/26 12:44:16 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1 virtualx

DESCRIPTION="Cross-platform windowing and multimedia library for Python"
HOMEPAGE="http://www.pyglet.org/";
SRC_URI="
        mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
        http://pyglet.googlecode.com/files/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="alsa examples gtk +openal"

RDEPEND="
        virtual/opengl
        alsa? ( media-libs/alsa-lib[alisp] )
        gtk? ( x11-libs/gtk+:2 )
        openal? ( media-libs/openal )"
DEPEND="${RDEPEND}"
#       ffmpeg? ( media-libs/avbin-bin )

# pyglet.gl.glx_info.GLXInfoException: pyglet requires an X server with GLX
RESTRICT=test

python_test() {
        python_is_python3 && return
        VIRTUALX_COMMAND="${PYTHON}"
        virtualmake tests/test.py
}

python_install_all() {
        DOCS=( NOTICE )
        use examples && EXAMPLES=( examples )
        distutils-r1_python_install_all
}




Reply via email to