From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F5ED138359 for ; Fri, 18 Sep 2020 15:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09AC4E088A; Fri, 18 Sep 2020 15:30:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4BF9E088A for ; Fri, 18 Sep 2020 15:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DEC2340FEA for ; Fri, 18 Sep 2020 15:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 548B2380 for ; Fri, 18 Sep 2020 15:30:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600442983.b49fe9aa704a3d95406996284af4d4a3c880a883.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyglet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyglet/Manifest dev-python/pyglet/pyglet-1.2.4.ebuild X-VCS-Directories: dev-python/pyglet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b49fe9aa704a3d95406996284af4d4a3c880a883 X-VCS-Branch: master Date: Fri, 18 Sep 2020 15:30:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9621a7e7-ecee-49ad-a12c-967035af7cee X-Archives-Hash: 4c80b0917ffb1c65b143e70b5d9221d7 commit: b49fe9aa704a3d95406996284af4d4a3c880a883 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 18 15:29:43 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 18 15:29:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49fe9aa dev-python/pyglet: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyglet/Manifest | 1 - dev-python/pyglet/pyglet-1.2.4.ebuild | 45 ----------------------------------- 2 files changed, 46 deletions(-) diff --git a/dev-python/pyglet/Manifest b/dev-python/pyglet/Manifest index 3d5bd72bdd1..22553e3c714 100644 --- a/dev-python/pyglet/Manifest +++ b/dev-python/pyglet/Manifest @@ -1,3 +1,2 @@ -DIST pyglet-1.2.4.tar.gz 2122017 BLAKE2B 6e5e24ec78e24b9a9c8e9627791ede93d740c1af7af0176c6f75409c76981fa16752bbe14c9b5ec871438f5468b3587e7ce12194241d94ab3731d46cbbe395f1 SHA512 70cd781936db8c8c156499e524ee73520bc90c19461074264abd62a4854307ef090af5faba521686f247fb4cbee552a428892f59a5b382429acfc000f4c2e22d DIST pyglet-1.5.3.tar.gz 6356079 BLAKE2B 517b196eff334d572d4db181ce0480c3af8e2bc4a92e23e1fd7c335aedebe3afa493eb3f4745d8daffc3c7d930b9e333075014d2ba5d4303f4691c490a09f252 SHA512 12e7189272b9ab3b4bd3d713d0e979cfc1d76200fc8454b31573fca29b179f99242c34a1adb7a1c2fabb7b950cc3006cfcd8b188eb2c50ae95cca95b0e15582c DIST pyglet-1.5.7.tar.gz 6367378 BLAKE2B 68d4aa673a7463f7da0f4ccb7f413b602f32ecc423438326fc4262a4449fe22dff25a513074611ce2c77c130dfe9cc29e44e54a95169875208731f70803f1a45 SHA512 2c2a06636b1db788241028d1ef2290a774b98721ccc92ceed2b2895bcee81d4aa72b2111896091b54531936513772505b0d43003e412735d606130ed4b08f8c9 diff --git a/dev-python/pyglet/pyglet-1.2.4.ebuild b/dev-python/pyglet/pyglet-1.2.4.ebuild deleted file mode 100644 index c207ab21ecb..00000000000 --- a/dev-python/pyglet/pyglet-1.2.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{6,7} ) - -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" - -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} - dev-python/setuptools[${PYTHON_USEDEP}]" -# 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 ) - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -}