summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/sdnotify/Manifest1
-rw-r--r--dev-python/sdnotify/metadata.xml21
-rw-r--r--dev-python/sdnotify/sdnotify-0.3.2.ebuild21
-rw-r--r--profiles/package.mask5
4 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
deleted file mode 100644
index 73384e074664..000000000000
--- a/dev-python/sdnotify/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3
diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml
deleted file mode 100644
index 8627e65a80ee..000000000000
--- a/dev-python/sdnotify/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-needed -->
- <upstream>
- <maintainer>
- <email>bbethke@gmail.com</email>
- <name>Brett Bethke</name>
- </maintainer>
- <remote-id type="pypi">sdnotify</remote-id>
- <remote-id type="github">bb4242/sdnotify</remote-id>
- </upstream>
- <longdescription>
- This is a pure Python implementation of the systemd sd_notify
- protocol. This protocol can be used to inform systemd about
- service start-up completion, watchdog events, and other service
- status changes. Thus, this package can be used to write system
- services in Python that play nicely with systemd. sdnotify is
- compatible with both Python 2 and Python 3.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
deleted file mode 100644
index 87c06d0f9ffd..000000000000
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of systemd's service notification protocol (sd_notify)"
-HOMEPAGE="https://github.com/bb4242/sdnotify
- https://pypi.org/project/sdnotify/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
diff --git a/profiles/package.mask b/profiles/package.mask
index 8e8895433793..a0ec42a5ec59 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -302,11 +302,6 @@ dev-python/txtorcon
# Removal in 30 days. Bug #719568.
dev-python/sphinxcontrib-googleanalytics
-# Michał Górny <mgorny@gentoo.org> (2020-04-26)
-# Unmaintained. Stuck on py3.6. Missing tests. No revdeps.
-# Removal in 30 days. Bug #719548.
-dev-python/sdnotify
-
# Michał Górny <mgorny@gentoo.org> (2020-04-22)
# Effectively unmaintained and stuck on Python 3.6.
#