2015-03-07 22:23:18 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-12-10 12:40:12 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2013-12-10 12:40:12 +04:00
|
|
|
|
|
|
|
EAPI=5
|
2015-04-08 16:23:29 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
|
2013-12-10 12:40:12 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
MY_PN="SocksiPy-branch"
|
|
|
|
MY_P="${MY_PN}-${PV}"
|
|
|
|
|
|
|
|
DESCRIPTION="SOCKS proxy implementation for python"
|
2015-08-25 09:05:57 +03:00
|
|
|
HOMEPAGE="http://socksipy.sourceforge.net/ https://code.google.com/p/socksipy-branch/"
|
|
|
|
SRC_URI="https://socksipy-branch.googlecode.com/files/${MY_P}.zip"
|
2013-12-10 12:40:12 +04:00
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
2015-06-07 21:06:26 +03:00
|
|
|
KEYWORDS="amd64 arm x86"
|
2013-12-10 12:40:12 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="${PYTHON_DEPS}"
|
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
|
|
|
S="${WORKDIR}/${MY_P}"
|
|
|
|
|
|
|
|
DOCS=( BUGS README )
|