summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-14 05:31:19 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-14 05:31:19 +0100
commitc0f216159238590aed8c443ded981679f3d068f9 (patch)
tree3c955ce8e31f6e845857ca9a7791334e5d2fe760 /dev-python/amodem
parentdev-python/ament_package: Remove old (diff)
downloadgentoo-c0f216159238590aed8c443ded981679f3d068f9.tar.gz
gentoo-c0f216159238590aed8c443ded981679f3d068f9.tar.bz2
gentoo-c0f216159238590aed8c443ded981679f3d068f9.zip
dev-python/amodem: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/amodem')
-rw-r--r--dev-python/amodem/amodem-1.15.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/amodem/amodem-1.15.3.ebuild b/dev-python/amodem/amodem-1.15.3.ebuild
deleted file mode 100644
index f69e8b501e11..000000000000
--- a/dev-python/amodem/amodem-1.15.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Transmit data between two computers using audio"
-HOMEPAGE="https://github.com/romanz/amodem"
-SRC_URI="https://github.com/romanz/amodem/archive/v${PV}.tar.gz -> ${P}.tar.gz
- mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest