public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oset/files/, profiles/, dev-python/oset/
Date: Mon, 11 Oct 2021 06:34:04 +0000 (UTC)	[thread overview]
Message-ID: <1633934026.af9df6470828c56f9e499b30aa281beb2ff2e6c6.jsmolic@gentoo> (raw)

commit:     af9df6470828c56f9e499b30aa281beb2ff2e6c6
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:32:20 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 06:33:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9df647

dev-python/oset: treeclean

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

 dev-python/oset/Manifest                          |  1 -
 dev-python/oset/files/oset-0.1.3-fix-py3.10.patch | 14 --------------
 dev-python/oset/metadata.xml                      | 12 ------------
 dev-python/oset/oset-0.1.3.ebuild                 | 20 --------------------
 profiles/package.mask                             |  8 --------
 5 files changed, 55 deletions(-)

diff --git a/dev-python/oset/Manifest b/dev-python/oset/Manifest
deleted file mode 100644
index db4b815972b..00000000000
--- a/dev-python/oset/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST oset-0.1.3.tar.gz 7345 BLAKE2B 1ef3fc6e0acc0bdbabb139a968ada851a0b1f19785b30c1f65bc3205600ae868add111487404b0e71b03cb5c2fce9d3991c32c5b0034ead62da058807efabfe3 SHA512 d34d11e76740c85a41be3d055710fe08afa7de1839ae43d76c152aa5838dad5895f0a0d95c5a2625a94494fc462e08f79a7614756ee5748c35e434176ec21121

diff --git a/dev-python/oset/files/oset-0.1.3-fix-py3.10.patch b/dev-python/oset/files/oset-0.1.3-fix-py3.10.patch
deleted file mode 100644
index dbc04b40472..00000000000
--- a/dev-python/oset/files/oset-0.1.3-fix-py3.10.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/src/oset/pyoset.py
-+++ b/src/oset/pyoset.py
-@@ -13,7 +13,10 @@
-     def next(it):
-         return it.next()
- else:
--    from collections import MutableSet
-+    try:
-+        from collections.abc import MutableSet
-+    except ImportError:
-+        from collections import MutableSet
-
- KEY, PREV, NEXT = range(3)
-

diff --git a/dev-python/oset/metadata.xml b/dev-python/oset/metadata.xml
deleted file mode 100644
index 75a33318b58..00000000000
--- a/dev-python/oset/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="person">
-		<email>andrewammerlaan@gentoo.org</email>
-		<name>Andrew Ammerlaan</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="pypi">oset</remote-id>
-	</upstream>
-	<stabilize-allarches/>
-</pkgmetadata>

diff --git a/dev-python/oset/oset-0.1.3.ebuild b/dev-python/oset/oset-0.1.3.ebuild
deleted file mode 100644
index 4c6e40f367e..00000000000
--- a/dev-python/oset/oset-0.1.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Ordered Set"
-HOMEPAGE="https://pypi.org/project/oset/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
-	"${FILESDIR}/${P}-fix-py3.10.patch"
-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 43bf2f29efa..1cf6dd12468 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -293,14 +293,6 @@ media-libs/sdl-terminal
 # Removal on 2021-10-12. bug #701414, bug #739188.
 games-emulation/nestra
 
-# Arthur Zamarin <arthurzam@gentoo.org> (2021-09-11)
-# No reverse dependencies. Implements ordered set, which was needed
-# for the python 2.6 era, and since python 2.7 isn't needed and is
-# builtin in the language. Upstream isn't active at all.
-# No other distros package it anymore.
-# Removal on 2021-10-11.  Bug #812554
-dev-python/oset
-
 # Anna Vyalkova <cyber+gentoo@sysrq.in> (2021-09-07)
 # Mask backwards-incompatible version to avoid autodeletion of previous one.
 # Data migration is not supported upstream and can't be done automatically.


                 reply	other threads:[~2021-10-11  6:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1633934026.af9df6470828c56f9e499b30aa281beb2ff2e6c6.jsmolic@gentoo \
    --to=jsmolic@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox