summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-02-02 13:32:19 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-02-02 13:32:19 +0100
commitac33bacf655959104961ac608c35ad3e164a96be (patch)
tree72d87f236e7b404f305a653b0191762ba52b4adc /dev-python/PySocks/PySocks-1.6.6.ebuild
parentdev-python/pylast: Version bump to 1.7.0 (diff)
downloadgentoo-ac33bacf655959104961ac608c35ad3e164a96be.tar.gz
gentoo-ac33bacf655959104961ac608c35ad3e164a96be.tar.bz2
gentoo-ac33bacf655959104961ac608c35ad3e164a96be.zip
dev-python/PySocks: Version bump to 1.6.6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/PySocks/PySocks-1.6.6.ebuild')
-rw-r--r--dev-python/PySocks/PySocks-1.6.6.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/PySocks/PySocks-1.6.6.ebuild b/dev-python/PySocks/PySocks-1.6.6.ebuild
new file mode 100644
index 000000000000..ff620ac19649
--- /dev/null
+++ b/dev-python/PySocks/PySocks-1.6.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+
+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=""