summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-15 07:29:35 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-15 08:16:18 +0100
commita299f42d7663cf5db19f16bd620efa9fc5f5deb3 (patch)
tree6a8ee997ebe449c826941f621d7d8734ad4391c2 /dev-python/simber/simber-0.2.4.ebuild
parentdev-python/google-api-python-client: Bump to 2.78.0 (diff)
downloadgentoo-a299f42d7663cf5db19f16bd620efa9fc5f5deb3.tar.gz
gentoo-a299f42d7663cf5db19f16bd620efa9fc5f5deb3.tar.bz2
gentoo-a299f42d7663cf5db19f16bd620efa9fc5f5deb3.zip
dev-python/simber: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simber/simber-0.2.4.ebuild')
-rw-r--r--dev-python/simber/simber-0.2.4.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/simber/simber-0.2.4.ebuild b/dev-python/simber/simber-0.2.4.ebuild
deleted file mode 100644
index cda45aa85d1d..000000000000
--- a/dev-python/simber/simber-0.2.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple, minimal and powerful logging library for Python"
-HOMEPAGE="https://simber.deepjyoti30.dev/"
-SRC_URI="https://github.com/deepjyoti30/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest