diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-03-17 17:01:50 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-17 17:02:03 -0400 |
commit | ee5b71ed51fe3e273da2658553b9aed1fa4f7fc8 (patch) | |
tree | 3498e71a934797704bc88d34db93da05701b5ef4 /dev-python/amodem/amodem-1.14.0.ebuild | |
parent | x11-wm/i3: Bump to 4.15 (diff) | |
download | gentoo-ee5b71ed51fe3e273da2658553b9aed1fa4f7fc8.tar.gz gentoo-ee5b71ed51fe3e273da2658553b9aed1fa4f7fc8.tar.bz2 gentoo-ee5b71ed51fe3e273da2658553b9aed1fa4f7fc8.zip |
dev-python/amodem: version bump to 1.14.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/amodem/amodem-1.14.0.ebuild')
-rw-r--r-- | dev-python/amodem/amodem-1.14.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/amodem/amodem-1.14.0.ebuild b/dev-python/amodem/amodem-1.14.0.ebuild new file mode 100644 index 000000000000..2151cf4a475c --- /dev/null +++ b/dev-python/amodem/amodem-1.14.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy 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" |