diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-24 08:38:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-24 12:17:20 +0100 |
commit | a3eae2b8326ffbd0b8f3c11eef9ee8fdd7ac1daa (patch) | |
tree | dae6088010f826f798b459b963d96f5ce9289547 /dev-python/amodem | |
parent | dev-python/aiohttp-socks: Bump to 0.10.0 (diff) | |
download | gentoo-a3eae2b8326ffbd0b8f3c11eef9ee8fdd7ac1daa.tar.gz gentoo-a3eae2b8326ffbd0b8f3c11eef9ee8fdd7ac1daa.tar.bz2 gentoo-a3eae2b8326ffbd0b8f3c11eef9ee8fdd7ac1daa.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/Manifest | 1 | ||||
-rw-r--r-- | dev-python/amodem/amodem-1.15.4.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/amodem/Manifest b/dev-python/amodem/Manifest index b76c7b1cddc9..fe6298a62270 100644 --- a/dev-python/amodem/Manifest +++ b/dev-python/amodem/Manifest @@ -1,2 +1 @@ -DIST amodem-1.15.4.tar.gz 30661 BLAKE2B eea709db3be5a04c569de85457500d390432d78d6cdfab44780a7be9c885538715157cf5cd94c27a5d4e706d6f23f41dc6f863a72ccf8366de08956c2e50cbff SHA512 19eb8ed24ee93652b911a3a8b10fc89b7d567d8302328d93255d65d82c29c50d06855ba6e4228b2f12d50e7dcaadd4539305a34321a7e96ba87b2da9e25a3391 DIST amodem-1.15.6.tar.gz 28364 BLAKE2B c0fbcba609845cbf1f8ac488cb51a4e887c31cf19d6bf6c40cfc81dad8dc85e653666ff374c0e6b1dcf751abe7bc1320bb64b3f128f8ca72c787ad393ab0b814 SHA512 91dd64454c4e7d34eb11ee99184ca6c9614883ea72bb680cb6cff27c1167a128d14a751a275a33332d7b72cd6915c595616d3ad49d987ca0cf71cd4d786e8305 diff --git a/dev-python/amodem/amodem-1.15.4.ebuild b/dev-python/amodem/amodem-1.15.4.ebuild deleted file mode 100644 index 428777db5a1e..000000000000 --- a/dev-python/amodem/amodem-1.15.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Transmit data between two computers using audio" -HOMEPAGE=" - https://github.com/romanz/amodem/ - https://pypi.org/project/amodem/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |