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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44229158091 for ; Thu, 16 Jun 2022 03:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5640FE0831; Thu, 16 Jun 2022 03:49:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 072FAE0831 for ; Thu, 16 Jun 2022 03:49:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F20C34157E for ; Thu, 16 Jun 2022 03:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D49C2D3 for ; Thu, 16 Jun 2022 03:49:08 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1655351336.a093cd608feab14a2425b1d56444616e799951cb.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pivy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pivy/Manifest dev-python/pivy/pivy-0.6.6-r1.ebuild X-VCS-Directories: dev-python/pivy/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a093cd608feab14a2425b1d56444616e799951cb X-VCS-Branch: master Date: Thu, 16 Jun 2022 03:49:08 +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: af9ee650-160d-4183-a9ae-7b43d344a8a2 X-Archives-Hash: 2c546d3b590637586c211a8586bbca13 commit: a093cd608feab14a2425b1d56444616e799951cb Author: Miroslav Šulc gentoo org> AuthorDate: Thu Jun 16 03:48:56 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jun 16 03:48:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a093cd60 dev-python/pivy: dropped obsolete 0.6.6-r1 Bug: https://bugs.gentoo.org/852005 Signed-off-by: Miroslav Šulc gentoo.org> dev-python/pivy/Manifest | 1 - dev-python/pivy/pivy-0.6.6-r1.ebuild | 47 ------------------------------------ 2 files changed, 48 deletions(-) diff --git a/dev-python/pivy/Manifest b/dev-python/pivy/Manifest index 6ed1272ceb91..ac45149907b0 100644 --- a/dev-python/pivy/Manifest +++ b/dev-python/pivy/Manifest @@ -1,2 +1 @@ -DIST pivy-0.6.6.tar.gz 6618471 BLAKE2B 5bcf2479bf26628e3dfe59c1440901368442de2f32a5680ef1af10d49239d8c73b79809495d7227937fd7784af1e1ded27f93f0255793e713add0c1cc35b8e5d SHA512 e260c6abd0aede7621d5fed66eeceb98a32634af84370ef713d70d583ec017cded4be682fd7e70e5faa19988a5e032a9d2f2308b8ae6dd9495d76e884de1d80c DIST pivy-0.6.7.tar.gz 6618410 BLAKE2B 22ebe63a75fa624b772cb3d3ff6f03336258f6c8b638613413c19fcea072f83f73396bc91d35f0e06bc27ec57471ae67965ee492e62a7e73919f7827de645175 SHA512 606eac3527b5906ad6884c25775b5625bfd2a1b1c78f75017b05e662d622c75d30e70fd5785ec2145902f5a02d99098b52cc776aee12fab02f0319762ee104b0 diff --git a/dev-python/pivy/pivy-0.6.6-r1.ebuild b/dev-python/pivy/pivy-0.6.6-r1.ebuild deleted file mode 100644 index 50ca56ff2739..000000000000 --- a/dev-python/pivy/pivy-0.6.6-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Coin3D bindings for Python" -HOMEPAGE="https://github.com/coin3d/pivy" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - PIVY_REPO_URI="https://github.com/coin3d/pivy.git" -else - SRC_URI="https://github.com/coin3d/pivy/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -LICENSE="ISC" -SLOT="0" -IUSE="+quarter soqt" - -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - || ( quarter soqt ) -" - -RDEPEND=" - >=media-libs/coin-4.0.0 - quarter? ( media-libs/quarter ) - soqt? ( >=media-libs/SoQt-1.6.0 ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-lang/swig - dev-util/cmake -" - -PATCHES=( - "${FILESDIR}"/${P}-0001-fix-CMakeLists.txt-for-distutils_cmake.patch - "${FILESDIR}"/${P}-0002-Gentoo-specific-clear-swig-deprecation-warning.patch -) - -DOCS=( AUTHORS HACKING NEWS README.md THANKS )