summaryrefslogtreecommitdiff
path: root/dev-python/sdnotify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /dev-python/sdnotify
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'dev-python/sdnotify')
-rw-r--r--dev-python/sdnotify/Manifest3
-rw-r--r--dev-python/sdnotify/metadata.xml21
-rw-r--r--dev-python/sdnotify/sdnotify-0.3.2.ebuild21
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
deleted file mode 100644
index c788db01b40a..000000000000
--- a/dev-python/sdnotify/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3
-EBUILD sdnotify-0.3.2.ebuild 516 BLAKE2B 76d4fc08e8c39f292cae48a2cfe3b40a5500074d2f8f9ce6008b148af18b7ae118f7ba3d6b1ddf8dd8d47fbdceb0b5a8bc7a255c581a9bc401919abf65d1722b SHA512 43cdb15b2251042995a99aaec8b5e03f99b36b6d74ea50500fcc4ca7beb2c24b7ed983ff63a79564d0a6b1699a0db4b05a4cfe2b36e37489c493bbd2658945c6
-MISC metadata.xml 800 BLAKE2B 3841a502690a98b0fd6ab419349f359dd167899f5c7b8f53e610a7677d060fba149338196a1108ef66bdf62fc42acaea6aee03169e6020d2eea1db83b54b6cff SHA512 2ad4766fb8ef7abcd0a5444aab298d97f66fd84d5dc6e24e6e597f075fc82273d7991e5186b08a2f1ff0040675a8066b3046f1761c4a8200a4894f66990c8a3e
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}"