summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-29 09:47:27 +0200
committerMichał Górny <mgorny@gentoo.org>2020-03-29 10:18:48 +0200
commitff079ec50c91a6f4dadd9b46ca9f00c2392a291b (patch)
tree15cce88757c6b69969c2707611fef5e97d272467 /dev-python/sdnotify
parentdev-python/scrypt: Remove redundant versions (diff)
downloadgentoo-ff079ec50c91a6f4dadd9b46ca9f00c2392a291b.tar.gz
gentoo-ff079ec50c91a6f4dadd9b46ca9f00c2392a291b.tar.bz2
gentoo-ff079ec50c91a6f4dadd9b46ca9f00c2392a291b.zip
dev-python/sdnotify: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sdnotify')
-rw-r--r--dev-python/sdnotify/Manifest1
-rw-r--r--dev-python/sdnotify/sdnotify-0.3.1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
index 32ca2e72290c..73384e074664 100644
--- a/dev-python/sdnotify/Manifest
+++ b/dev-python/sdnotify/Manifest
@@ -1,2 +1 @@
-DIST sdnotify-0.3.1.tar.gz 2513 BLAKE2B cbce1d3c2bae3b3a02102cfea9ac104e7c2839b784a78309cfad0a66fc8b13bba66ae4bdb8dcf1d2171378e04f2c18e3697b22545a3e3f0593edff8adcc19dc3 SHA512 765e75e727ad5128269bfffd4d3f64666df654adc50965a54f3cd622933aca583faee5453f7fec3a23b6f754f4475522dd96a86ba643984cd72a575ec082709c
DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3
diff --git a/dev-python/sdnotify/sdnotify-0.3.1.ebuild b/dev-python/sdnotify/sdnotify-0.3.1.ebuild
deleted file mode 100644
index c4f63855c609..000000000000
--- a/dev-python/sdnotify/sdnotify-0.3.1.ebuild
+++ /dev/null
@@ -1,22 +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"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"