diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-08-01 23:42:48 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-08-01 23:42:48 -0400 |
commit | 0e53d481486ea74ea9058d27f527b3fe6aca5e0f (patch) | |
tree | 64ae4d351177e9d2deaa93eb46f11943d5064988 /dev-python/amodem | |
parent | package.mask: last-rite app-arch/{cfv,ipkg-utils} (diff) | |
download | gentoo-0e53d481486ea74ea9058d27f527b3fe6aca5e0f.tar.gz gentoo-0e53d481486ea74ea9058d27f527b3fe6aca5e0f.tar.bz2 gentoo-0e53d481486ea74ea9058d27f527b3fe6aca5e0f.zip |
dev-python/amodem: bump to 1.15.1
* bump EAPI
* add py3_{7..9}
Closes: https://bugs.gentoo.org/718858
Signed-off-by: Aaron Bauman <bman@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.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/amodem/Manifest b/dev-python/amodem/Manifest index 19732d3149c8..2d2ec5660a31 100644 --- a/dev-python/amodem/Manifest +++ b/dev-python/amodem/Manifest @@ -1 +1,2 @@ DIST amodem-1.15.0.tar.gz 28779 BLAKE2B abc2afbce47cf5e3b2ae34bd54228618e887b3f0b919d421114ce5e56e3e8a14477f130f03d77851c1e256afb22d4b657367c8e59954438dec72f3059278de64 SHA512 5d39e08d47410a55c218ed2dc5a413cbbba602fe1049d3e8824ca62b439d029c42294b2a17e4077b2c746336b1471a4a94ffa19b9eb3145869dfc158404bcad8 +DIST amodem-1.15.1.tar.gz 30482 BLAKE2B 964cb6b6e674044650898d1f9ae67b3b181f836a4c52caad08046841ea222a0b8e7aab23789ca440b5ae98c1b5f20ce6a7f31707032471fe3543397f2818d731 SHA512 16d1ab37146181432da5388f5a387e477979578a656c73efca18d721ba90dc47ced28ef054c589ea693dcf1bf2744317ddc22110cc61b9330ff8665b9f209240 diff --git a/dev-python/amodem/amodem-1.15.1.ebuild b/dev-python/amodem/amodem-1.15.1.ebuild new file mode 100644 index 000000000000..6936d0183c30 --- /dev/null +++ b/dev-python/amodem/amodem-1.15.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} 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" + +DISTUTILS_USE_SETUPTOOLS=rdepend |