Adding latest version of pysocks
This commit is contained in:
parent
894391a8e5
commit
0bb1651159
7
dev-python/PySocks/Manifest
Normal file
7
dev-python/PySocks/Manifest
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
DIST PySocks-1.6.7.tar.gz 282874 BLAKE2B 9e4ecf57f6cb9b7690ba68e21b3e52a535a08490b78ad5d8bd90384acf26f16e6a08018eaa7e91763b94182119217404b235425fce146af7e989c5e39e5e07dc SHA512 e49ce2f4ce23fd84ce30a62a5585af3c63980db46e7d427571d8fb8f6b85f4b6aeb37066863491496dd322555a5ce261123d613b8e5819dbdcef8a4e17e5dca0
|
||||||
|
DIST PySocks-1.6.8.tar.gz 283450 BLAKE2B 72b52fcdb9f3dc3bd71ca75cdbaa159c0b35a81fd4ed9476ab043819dad3efac76615bc751fc6014e1358a13a3a735023bae7f502e2863b5e733982c16758db1 SHA512 9b544cf11464142a5f347cd5688b48422249363a425ccf3887117152f2f1969713674c4bba714242432ae85f3d62e03edeb9cb7b73ebd225ed3b47b3da6896d5
|
||||||
|
DIST PySocks-1.7.0.tar.gz 284351 BLAKE2B d6b6f6c9a3959d7d445147b6324f2c5841e316798d6d3d6c1f3ab04abd3a650ad37d086dce93d815c15b57c0d4c3796e9df0799e28cd9ffc169776b46724efe0 SHA512 cc08ecbf65b59b6c4d4a24e01490dba19d93f2deb2860a49c4fc5679a9ceaba1860f05faaf8e299cf195e184a844f11989595e5046b07e2b30f9f3c682950e52
|
||||||
|
EBUILD PySocks-1.6.7.ebuild 589 BLAKE2B c8011f5b08170b2178ed9afec1bc1e294351fb6c2f1e9cd0ae7338211ed5554db2a22a1e43a3bc5046d04b39ff1d10ba12fcd4de014ad71f801258921b6e321c SHA512 c794dbd635662a2aff633f83bfb666c0cd3c378a464400d72423c4464bf557d8937fc8681c7dae0af1fe00feed229bf10e6e270c9aa69c0e26f9dce31947130f
|
||||||
|
EBUILD PySocks-1.6.8.ebuild 931 BLAKE2B 5d81274ccb25be6d46be3fe56efb6884c400b414032b424ef8bdec67dd43324caf194edec0f9ba1c5aea1e8cf7597a153843498cdffadb6beed5deb0ca2aad8f SHA512 b273deeb9c5555988331125530b3c1ccb6eaaf8d3d6ae7a01396d3d2b6a5a3f04085ca64b20c3c0f96f824bd89dd783e48e8e88329eff9d9d9df5ed56603e98a
|
||||||
|
EBUILD PySocks-1.7.0.ebuild 931 BLAKE2B 5d81274ccb25be6d46be3fe56efb6884c400b414032b424ef8bdec67dd43324caf194edec0f9ba1c5aea1e8cf7597a153843498cdffadb6beed5deb0ca2aad8f SHA512 b273deeb9c5555988331125530b3c1ccb6eaaf8d3d6ae7a01396d3d2b6a5a3f04085ca64b20c3c0f96f824bd89dd783e48e8e88329eff9d9d9df5ed56603e98a
|
||||||
|
MISC metadata.xml 499 BLAKE2B 6eeb0c4905d8f0d6c2d276b36a74ac9e1aaf3f5066ba79ea3b821fa31440a46c4ba49f88be096850032cf8598f6abee09182d84a35345fa53e1001a05137dbe0 SHA512 ec9cc3e4f9a050f78cb0c073efd3698b47aee2ce14d438163b5037509a5d8076509b4954bec0afc7f1e05bc790f26a6a520bb671b1c8590db966456dcf53b9aa
|
19
dev-python/PySocks/PySocks-1.6.7.ebuild
Normal file
19
dev-python/PySocks/PySocks-1.6.7.ebuild
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 1999-2019 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="SOCKS client module"
|
||||||
|
HOMEPAGE="https://github.com/Anorov/PySocks https://pypi.org/project/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 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
30
dev-python/PySocks/PySocks-1.6.8.ebuild
Normal file
30
dev-python/PySocks/PySocks-1.6.8.ebuild
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 1999-2019 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="SOCKS client module"
|
||||||
|
HOMEPAGE="https://github.com/Anorov/PySocks https://pypi.org/project/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 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
|
test? (
|
||||||
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
|
)"
|
||||||
|
|
||||||
|
# Required module test-server isn't in the tree yet and once that's added
|
||||||
|
# psutil will need keywords added as well since it's used too.
|
||||||
|
RESTRICT=test
|
||||||
|
|
||||||
|
python_test() {
|
||||||
|
py.test -v || die "Tests fail with ${EPYTHON}"
|
||||||
|
}
|
30
dev-python/PySocks/PySocks-1.7.0.ebuild
Normal file
30
dev-python/PySocks/PySocks-1.7.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 1999-2019 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="SOCKS client module"
|
||||||
|
HOMEPAGE="https://github.com/Anorov/PySocks https://pypi.org/project/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 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
|
test? (
|
||||||
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
|
)"
|
||||||
|
|
||||||
|
# Required module test-server isn't in the tree yet and once that's added
|
||||||
|
# psutil will need keywords added as well since it's used too.
|
||||||
|
RESTRICT=test
|
||||||
|
|
||||||
|
python_test() {
|
||||||
|
py.test -v || die "Tests fail with ${EPYTHON}"
|
||||||
|
}
|
16
dev-python/PySocks/metadata.xml
Normal file
16
dev-python/PySocks/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="project">
|
||||||
|
<email>python@gentoo.org</email>
|
||||||
|
<name>Python</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">PySocks</remote-id>
|
||||||
|
<maintainer status="unknown">
|
||||||
|
<email>anorov.vorona@gmail.com</email>
|
||||||
|
<name>Anorov</name>
|
||||||
|
</maintainer>
|
||||||
|
<remote-id type="github">Anorov/PySocks</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user