summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-21 12:37:12 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-21 12:43:47 +0100
commit4342a381a7bccaf06f5071347f7b2da2f5634536 (patch)
treea0d03229f0d7ddc2cbd98aeae1390bd7dbe42bd9 /dev-python/PySocks/PySocks-1.5.6.ebuild
parentFix typo repo wide (diff)
downloadgentoo-4342a381a7bccaf06f5071347f7b2da2f5634536.tar.gz
gentoo-4342a381a7bccaf06f5071347f7b2da2f5634536.tar.bz2
gentoo-4342a381a7bccaf06f5071347f7b2da2f5634536.zip
dev-python/PySocks: New package, ebuild written by me
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/PySocks/PySocks-1.5.6.ebuild')
-rw-r--r--dev-python/PySocks/PySocks-1.5.6.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/PySocks/PySocks-1.5.6.ebuild b/dev-python/PySocks/PySocks-1.5.6.ebuild
new file mode 100644
index 000000000000..89033cdf24ca
--- /dev/null
+++ b/dev-python/PySocks/PySocks-1.5.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="SOCKS client module"
+HOMEPAGE="https://github.com/Anorov/PySocks http://pypi.python.org/pypi/PySocks"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""