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 9A6FC138359 for ; Wed, 7 Oct 2020 07:28:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A49BE093B; Wed, 7 Oct 2020 07:28:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 76DBEE093B for ; Wed, 7 Oct 2020 07:28:09 +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 50019340F44 for ; Wed, 7 Oct 2020 07:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB8763A9 for ; Wed, 7 Oct 2020 07:28:03 +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: <1602055672.9f6ea350701b3f79ac64c2e155524b4488d0eff5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinsane/, profiles/, profiles/updates/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyinsane/Manifest dev-python/pyinsane/metadata.xml dev-python/pyinsane/pyinsane-2.0.13.ebuild profiles/package.mask profiles/updates/4Q-2016 X-VCS-Directories: profiles/ dev-python/pyinsane/ profiles/updates/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9f6ea350701b3f79ac64c2e155524b4488d0eff5 X-VCS-Branch: master Date: Wed, 7 Oct 2020 07:28:03 +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: 1f0d40d5-2bf3-4ec5-a072-c01633c4d2e7 X-Archives-Hash: b5ea5b63e4ce4b7014ead29f668ca30a commit: 9f6ea350701b3f79ac64c2e155524b4488d0eff5 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 7 07:24:53 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 7 07:27:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6ea350 dev-python/pyinsane: Remove last-rited pkg Closes: https://bugs.gentoo.org/740100 Signed-off-by: Michał Górny gentoo.org> dev-python/pyinsane/Manifest | 1 - dev-python/pyinsane/metadata.xml | 21 ------------------- dev-python/pyinsane/pyinsane-2.0.13.ebuild | 33 ------------------------------ profiles/package.mask | 6 ------ profiles/updates/4Q-2016 | 1 - 5 files changed, 62 deletions(-) diff --git a/dev-python/pyinsane/Manifest b/dev-python/pyinsane/Manifest deleted file mode 100644 index 05751906357..00000000000 --- a/dev-python/pyinsane/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyinsane2-2.0.13.tar.gz 57172 BLAKE2B 26081f7df1d4077f2580f8968c20a88092446136f441fab16a8bc1e34ffc9d5e11221c6a3f74a111f66f839d3cea5ed7518ebe4321b563cba1f3cb3a6053bf74 SHA512 613ea6aae00df550089a691ef6cdd00ea00324ad3a02e35bcb1cd1b0723e34afe9692828100115432e5df9c7bef09f861ce3e1d06915c02c007f92bc8030a91b diff --git a/dev-python/pyinsane/metadata.xml b/dev-python/pyinsane/metadata.xml deleted file mode 100644 index 81b6fe8da17..00000000000 --- a/dev-python/pyinsane/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - voyageur@gentoo.org - Bernard Cafarelli - - -Python implementation of the Sane API (using ctypes) and abstration layer. - -The code is divided in 3 layers: - - * rawapi : Ctypes binding to the raw Sane API - * abstract : An Object-Oriented layer that simplifies the use of the Sane API and try to avoid possible misuse of the Sane API. When scanning, it also takes care of returning a Pillow image. - * abstract_th : The Sane API is not thread-safe and cannot be used in a multi-threaded environment easily. This layer solves this problem by using a fully dedicated thread. - - - pyinsane2 - openpaperwork/pyinsane - - diff --git a/dev-python/pyinsane/pyinsane-2.0.13.ebuild b/dev-python/pyinsane/pyinsane-2.0.13.ebuild deleted file mode 100644 index 2f964f56621..00000000000 --- a/dev-python/pyinsane/pyinsane-2.0.13.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -MY_PN="${PN}2" - -DESCRIPTION="Python implementation of the Sane API and abstration layer" -HOMEPAGE="https://github.com/openpaperwork/pyinsane" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="media-gfx/sane-backends - dev-python/pillow[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -RESTRICT="test" # Tests require at least one scanner with a flatbed and an ADF - -S=${WORKDIR}/${MY_PN}-${PV} - -python_prepare_all() { - sed -e "/'nose>=1.0'/d" \ - -i setup.py || die - distutils-r1_python_prepare_all -} diff --git a/profiles/package.mask b/profiles/package.mask index f209417a1f6..b0bf7cb9ee2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -570,12 +570,6 @@ dev-perl/Net-Kismet net-wireless/kismet-ubertooth (2020-09-02) -# Abandoned upstream in favor of media-libs/libinsane -# No more in-tree users -# Removal in 30 days. Bug #740100 -dev-python/pyinsane - # Arfrever Frehtes Taifersar Arahesis (2020-09-01) # Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733. # (Mask should remain after ebuilds are deleted, until 2021-03-01 or diff --git a/profiles/updates/4Q-2016 b/profiles/updates/4Q-2016 index ebf87b1be7c..8731c54eb5b 100644 --- a/profiles/updates/4Q-2016 +++ b/profiles/updates/4Q-2016 @@ -20,7 +20,6 @@ move kde-base/systemsettings kde-plasma/systemsettings move kde-base/kfilemetadata kde-frameworks/kfilemetadata move kde-base/baloo kde-frameworks/baloo move kde-base/kwin kde-plasma/kwin -slotmove dev-python/pyinsane 0 1 move media-sound/kwave kde-apps/kwave move app-misc/ddctool app-misc/ddcutil move media-libs/prison kde-frameworks/prison