* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinsane/, profiles/, profiles/updates/
@ 2020-10-07 7:28 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-10-07 7:28 UTC (permalink / raw
To: gentoo-commits
commit: 9f6ea350701b3f79ac64c2e155524b4488d0eff5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 07:24:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
- </maintainer>
- <longdescription lang="en">
-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.
-</longdescription>
- <upstream>
- <remote-id type="pypi">pyinsane2</remote-id>
- <remote-id type="github">openpaperwork/pyinsane</remote-id>
- </upstream>
-</pkgmetadata>
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
<net-wireless/kismet-2017
-# Bernard Cafarelli <voyageur@gentoo.org> (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 <arfrever.fta@gmail.com> (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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-10-07 7:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-07 7:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinsane/, profiles/, profiles/updates/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox