summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-21 20:29:57 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-08-21 20:29:57 -0400
commit543d2008555c3a70eda2557e31f083ea82a2d13c (patch)
treef9e69c649cf28ff229f46572875a9d3ff3873395 /dev-python/amodem/amodem-1.12.0.ebuild
parentnet-firewall/xtables-addons: version bump to 2.8 (diff)
downloadgentoo-543d2008555c3a70eda2557e31f083ea82a2d13c.tar.gz
gentoo-543d2008555c3a70eda2557e31f083ea82a2d13c.tar.bz2
gentoo-543d2008555c3a70eda2557e31f083ea82a2d13c.zip
dev-python/amodem: version bump to 1.12.0
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/amodem/amodem-1.12.0.ebuild')
-rw-r--r--dev-python/amodem/amodem-1.12.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/amodem/amodem-1.12.0.ebuild b/dev-python/amodem/amodem-1.12.0.ebuild
new file mode 100644
index 000000000000..2089e14bf656
--- /dev/null
+++ b/dev-python/amodem/amodem-1.12.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} 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"
+IUSE=""