commit:     6ee9d1747f314077b4a5e7e637ad15601a3d3c86
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 06:31:12 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 06:36:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee9d174

dev-python/nose_warnings_filters: treeclean

Closes: https://bugs.gentoo.org/877369
Closes: https://bugs.gentoo.org/798243
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/nose_warnings_filters/Manifest          |  1 -
 ...ngs_filters-0.1.5-setuptools-newline-desc.patch | 13 ------------
 dev-python/nose_warnings_filters/metadata.xml      | 12 -----------
 .../nose_warnings_filters-0.1.5-r3.ebuild          | 23 ----------------------
 profiles/package.mask                              |  5 -----
 5 files changed, 54 deletions(-)

diff --git a/dev-python/nose_warnings_filters/Manifest 
b/dev-python/nose_warnings_filters/Manifest
deleted file mode 100644
index de4dcd39a455..000000000000
--- a/dev-python/nose_warnings_filters/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nose_warnings_filters-0.1.5.tar.gz 3895 BLAKE2B 
90fe9d0255227159cb4465648f45aa33623bf31b2182a7579d2f7f17687a832b2c96e9c2b3f0b5c477d808907d92bc8567d2aeed6bd13dcd28878394e9726fb6
 SHA512 
7ada463840bb2e3a1c7e357c231f9c7d4c7ce9f24fe7fe1e33404df41711663c8232001f9a258898f49ce89bb542a942240cf7312ee41bc75f86ca2015378405

diff --git 
a/dev-python/nose_warnings_filters/files/nose_warnings_filters-0.1.5-setuptools-newline-desc.patch
 
b/dev-python/nose_warnings_filters/files/nose_warnings_filters-0.1.5-setuptools-newline-desc.patch
deleted file mode 100644
index de05a2f5d26b..000000000000
--- 
a/dev-python/nose_warnings_filters/files/nose_warnings_filters-0.1.5-setuptools-newline-desc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 1f9ac02..829c5e8 100644
---- a/setup.py
-+++ b/setup.py
-@@ -17,7 +17,7 @@ from setuptools import setup
- 
- setup(name='nose_warnings_filters',
-       version='0.1.5',
--      description='Allow to inject warning filters during 
``nosetest``.\n\nPut the same arguments as ``warnings.filterwarnings`` in 
``setup.cfg``\nat the root of your project. Separated each argument by pipes 
``|``, one\nfilter per line. Whitespace are stripped.\n\nfor example:\n\n::\n\n 
   [nosetests]\n    warningfilters=default         |.*            
|DeprecationWarning |notebook.*\n                   ignore          
|.*metadata.*  |DeprecationWarning |notebook.*\n                   once         
   |.*schema.*    |UserWarning        |nbfor.*\n                   error        
   |.*warn.*      |DeprecationWarning 
|notebook.services.contents.manager*\n\nIf you prefer another name for the 
configuration file, you can tell nose\nto load the configuration using the 
``-c`` flag: run the tests with\n``nosetests -c nose.cfg``.\n\ndetails 
configuration.\n======================\n\nEach line of warning filter is 
separated in maximum 4 sections, that\nmatch the first 4 sections of 
``filterwarn
 ings``:\n\n.. code:: python\n\n    filterwarnings(action, message="", 
category=Warning, module="", lineno=0, append=False)\n\nfields 2 to 4 can be 
omitted, ie to say 1 line can be of the following\nform:\n\n::\n\n    action\n  
  action| message\n    action| message | category\n    action| message | 
category | module\n\nthe value of each fields is treated the same as for 
``filterwarnigns``\nexcept: - whitespace are trimmed. - if the ``category`` has 
dots, the\ncorresponding class try to be imported. If it does not have dots, 
the\nname is looked up in ``builtins`` or ``__builtins__``\n\ntest are 
failing\n================\n\nFor some reasons in some systems tests are 
failing; it seem that this\npackage have difficulty to self-test. That\'s 
likely due to the fact that\nthe tested package need to be in different 
namespaces, and by\nself-testing we break this assumption.\n',
-+      description='Allow to inject warning filters during ``nosetest``',
-       url='https://github.com/Carreau/nose_warnings_filters',
-       author='Matthias Bussonnier',
-       author_email='bussonniermatth...@gmail.com',

diff --git a/dev-python/nose_warnings_filters/metadata.xml 
b/dev-python/nose_warnings_filters/metadata.xml
deleted file mode 100644
index d74e7290804d..000000000000
--- a/dev-python/nose_warnings_filters/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <upstream>
-               <remote-id 
type="github">Carreau/nose_warnings_filters</remote-id>
-               <remote-id type="pypi">nose_warnings_filters</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git 
a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild 
b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
deleted file mode 100644
index 624c566790e8..000000000000
--- a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A python module to inject warning filters during nosetest"
-HOMEPAGE="https://github.com/Carreau/nose_warnings_filters";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.1.5-setuptools-newline-desc.patch
-)
-
-distutils_enable_tests nose

diff --git a/profiles/package.mask b/profiles/package.mask
index b3601f76330c..3d9efb88a790 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -452,11 +452,6 @@ dev-python/eventlet
 # Removal on 2022-11-16.  Bug #877375.
 dev-python/case
 
-# Michał Górny <mgo...@gentoo.org> (2022-10-17)
-# dev-python/nose plugin.  No revdeps left.
-# Removal on 2022-11-16.  Bug #877369.
-dev-python/nose_warnings_filters
-
 # John Helmert III <a...@gentoo.org> (2022-10-16)
 # <OpenSSL-1.1.1 are EOL and contain known vulnerabilities. Users should
 # migrate to a newer branch.

Reply via email to