summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-26 12:02:32 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-26 12:15:35 +0100
commit71fa198188bd90ec5e349319477a819d40159f30 (patch)
treecb8d77ef126a6ff36babebad9bbf0e2d273abad2 /dev-python/amodem/amodem-1.14.0.ebuild
parentdev-python/alembic: Remove redundant versions (diff)
downloadgentoo-71fa198188bd90ec5e349319477a819d40159f30.tar.gz
gentoo-71fa198188bd90ec5e349319477a819d40159f30.tar.bz2
gentoo-71fa198188bd90ec5e349319477a819d40159f30.zip
dev-python/amodem: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/amodem/amodem-1.14.0.ebuild')
-rw-r--r--dev-python/amodem/amodem-1.14.0.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/amodem/amodem-1.14.0.ebuild b/dev-python/amodem/amodem-1.14.0.ebuild
deleted file mode 100644
index 99aa9b456180..000000000000
--- a/dev-python/amodem/amodem-1.14.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-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"