summaryrefslogtreecommitdiff
path: root/dev-python/daemonize
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-06-03 18:09:38 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2024-06-04 01:23:30 +0100
commitadfb03b4b888154b22925f41d07002774b0318ae (patch)
tree97e13531fe522ed4c57a1b6d0b8ad6677d306d3b /dev-python/daemonize
parentBump deswappify-auth and powerline-gitstatus python_compat (diff)
downloadportage-adfb03b4b888154b22925f41d07002774b0318ae.tar.bz2
portage-adfb03b4b888154b22925f41d07002774b0318ae.tar.xz
portage-adfb03b4b888154b22925f41d07002774b0318ae.zip
Remove unrequired python things
Diffstat (limited to 'dev-python/daemonize')
-rw-r--r--dev-python/daemonize/Manifest2
-rw-r--r--dev-python/daemonize/daemonize-2.5.0.ebuild18
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest
deleted file mode 100644
index 28f928b..0000000
--- a/dev-python/daemonize/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST daemonize-2.5.0.tar.gz 10126 BLAKE2B 10e13f93825309d48ef67d0725ed53dcca2220b3940b3b81e1e7f29cf7b6d89af40f94488a2398bec74c0f6235ef8b1626871bda4fb33c233a872a9ccea47558 SHA512 c17a14c073e22fc98b3663da207238d183c12e95750f14cddcf90419c51c95ebc36251bb95d0bb4db84a2fb243499329473e7d14172d855d3ee204757a2a1a65
-EBUILD daemonize-2.5.0.ebuild 434 BLAKE2B 0ce82e05db0123402a7f13fa0ccb745d400219fcd25ea14686f6e3e084059ae2b4b2e0257bcee20e01fc2ec3f1e92d9b9bde77db98f398b3d4550af5ff76e25a SHA512 474e031d767ac44eb51e018b785a99d3f42080f8f7c0582c2038ecac419d45fd1413e5bc81c8ef018243137cf9acd541a4c4e78ddd9e81d4668735c7c1e45668
diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild b/dev-python/daemonize/daemonize-2.5.0.ebuild
deleted file mode 100644
index 04bd72b..0000000
--- a/dev-python/daemonize/daemonize-2.5.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for writing system daemons in Python"
-HOMEPAGE="https://github.com/thesharp/daemonize"
-SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests nose