dev-python/PySocks: New package, ebuild written by me
authorJustin Lecher <jlec@gentoo.org>
Thu, 21 Jan 2016 11:37:12 +0000 (12:37 +0100)
committerJustin Lecher <jlec@gentoo.org>
Thu, 21 Jan 2016 11:43:47 +0000 (12:43 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/PySocks/Manifest [new file with mode: 0644]
dev-python/PySocks/PySocks-1.5.6.ebuild [new file with mode: 0644]
dev-python/PySocks/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/PySocks/Manifest b/dev-python/PySocks/Manifest
new file mode 100644 (file)
index 0000000..364402e
--- /dev/null
@@ -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 (file)
index 0000000..89033cd
--- /dev/null
@@ -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 (file)
index 0000000..dab1283
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>python</herd>
+  <upstream>
+    <remote-id type="pypi">PySocks</remote-id>
+    <maintainer status="unknown">
+      <email>anorov.vorona@gmail.com</email>
+      <name>Anorov</name>
+    </maintainer>
+  </upstream>
+</pkgmetadata>