Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/sdnotify/
Date: Sun, 31 May 2020 10:17:38
Message-Id: 1590920235.9e771a69b86794e12a3f97c6b36e3c553b6da4a5.mgorny@gentoo
1 commit: 9e771a69b86794e12a3f97c6b36e3c553b6da4a5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:15:03 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:17:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e771a69
7
8 dev-python/sdnotify: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719548
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/sdnotify/Manifest | 1 -
14 dev-python/sdnotify/metadata.xml | 21 ---------------------
15 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 21 ---------------------
16 profiles/package.mask | 5 -----
17 4 files changed, 48 deletions(-)
18
19 diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
20 deleted file mode 100644
21 index 73384e07466..00000000000
22 --- a/dev-python/sdnotify/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3
26
27 diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml
28 deleted file mode 100644
29 index 8627e65a80e..00000000000
30 --- a/dev-python/sdnotify/metadata.xml
31 +++ /dev/null
32 @@ -1,21 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <!-- maintainer-needed -->
37 - <upstream>
38 - <maintainer>
39 - <email>bbethke@×××××.com</email>
40 - <name>Brett Bethke</name>
41 - </maintainer>
42 - <remote-id type="pypi">sdnotify</remote-id>
43 - <remote-id type="github">bb4242/sdnotify</remote-id>
44 - </upstream>
45 - <longdescription>
46 - This is a pure Python implementation of the systemd sd_notify
47 - protocol. This protocol can be used to inform systemd about
48 - service start-up completion, watchdog events, and other service
49 - status changes. Thus, this package can be used to write system
50 - services in Python that play nicely with systemd. sdnotify is
51 - compatible with both Python 2 and Python 3.
52 - </longdescription>
53 -</pkgmetadata>
54
55 diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
56 deleted file mode 100644
57 index 87c06d0f9ff..00000000000
58 --- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
59 +++ /dev/null
60 @@ -1,21 +0,0 @@
61 -# Copyright 1999-2020 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=6
65 -
66 -PYTHON_COMPAT=( python3_6 )
67 -
68 -inherit distutils-r1
69 -
70 -DESCRIPTION="Python implementation of systemd's service notification protocol (sd_notify)"
71 -HOMEPAGE="https://github.com/bb4242/sdnotify
72 - https://pypi.org/project/sdnotify/"
73 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="MIT"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~arm64"
78 -IUSE=""
79 -
80 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
81 -DEPEND="${RDEPEND}"
82
83 diff --git a/profiles/package.mask b/profiles/package.mask
84 index 8e889543379..a0ec42a5ec5 100644
85 --- a/profiles/package.mask
86 +++ b/profiles/package.mask
87 @@ -302,11 +302,6 @@ dev-python/txtorcon
88 # Removal in 30 days. Bug #719568.
89 dev-python/sphinxcontrib-googleanalytics
90
91 -# Michał Górny <mgorny@g.o> (2020-04-26)
92 -# Unmaintained. Stuck on py3.6. Missing tests. No revdeps.
93 -# Removal in 30 days. Bug #719548.
94 -dev-python/sdnotify
95 -
96 # Michał Górny <mgorny@g.o> (2020-04-22)
97 # Effectively unmaintained and stuck on Python 3.6.
98 #