From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8347858973 for ; Thu, 21 Jan 2016 11:44:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65E8D21C01C; Thu, 21 Jan 2016 11:43:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8600F21C01C for ; Thu, 21 Jan 2016 11:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEF40340831 for ; Thu, 21 Jan 2016 11:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 986EA1074 for ; Thu, 21 Jan 2016 11:43:53 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1453376627.4342a381a7bccaf06f5071347f7b2da2f5634536.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PySocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PySocks/Manifest dev-python/PySocks/PySocks-1.5.6.ebuild dev-python/PySocks/metadata.xml X-VCS-Directories: dev-python/PySocks/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4342a381a7bccaf06f5071347f7b2da2f5634536 X-VCS-Branch: master Date: Thu, 21 Jan 2016 11:43:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d976a0fa-d7f6-4ab7-a3af-b95a8b8261b6 X-Archives-Hash: 4df2fdc842f3fff45ff503a9e49f8e3f commit: 4342a381a7bccaf06f5071347f7b2da2f5634536 Author: Justin Lecher gentoo org> AuthorDate: Thu Jan 21 11:37:12 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 21 11:43:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4342a381 dev-python/PySocks: New package, ebuild written by me Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/PySocks/Manifest | 1 + dev-python/PySocks/PySocks-1.5.6.ebuild | 18 ++++++++++++++++++ dev-python/PySocks/metadata.xml | 12 ++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/PySocks/Manifest b/dev-python/PySocks/Manifest new file mode 100644 index 0000000..364402e --- /dev/null +++ b/dev-python/PySocks/Manifest @@ -0,0 +1 @@ +DIST PySocks-1.5.6.tar.gz 9189 SHA256 a62b35b13968ba3642a973d115ae6a11be886b5f5ae0841a3ecad4b4f1d7deb1 SHA512 3255591864c532f9ce3c0304d7b33165bb09c0a332fb0d126f61315e98f50e1af0f792517533166558fe457dce2d08f2b320adf9dd87b58618e0941d72daee49 WHIRLPOOL fd2b797c863aef1258b7f3e9f8e1abfa83df8d9387274f084cf731e5ae7b5d01230eb793d5d0f60734bdf178761eaec47a6c87634943c90f6a1fab7cca9d82df 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 0000000..89033cd --- /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="" diff --git a/dev-python/PySocks/metadata.xml b/dev-python/PySocks/metadata.xml new file mode 100644 index 0000000..dab1283 --- /dev/null +++ b/dev-python/PySocks/metadata.xml @@ -0,0 +1,12 @@ + + + + python + + PySocks + + anorov.vorona@gmail.com + Anorov + + +