diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-07 11:42:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-07 11:42:03 +0100 |
commit | f70601e0934acd62f6c5d06c5ede4cc607179514 (patch) | |
tree | 0b337390375de04b950fc4b45edc0f895a4701a4 /dev-python/python-socketio | |
parent | b2be182d49eea46686b5cf2680d457df61e89dc4 (diff) |
gentoo resync : 07.07.2018
Diffstat (limited to 'dev-python/python-socketio')
-rw-r--r-- | dev-python/python-socketio/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-socketio/python-socketio-2.0.0.ebuild | 37 |
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/python-socketio/Manifest b/dev-python/python-socketio/Manifest index 49d27cb68dd6..a25e7b76aa11 100644 --- a/dev-python/python-socketio/Manifest +++ b/dev-python/python-socketio/Manifest @@ -1,5 +1,7 @@ DIST python-socketio-1.7.4.tar.gz 23298 BLAKE2B a5337e6f124018172902fbc51935e193267a8e209e9d677fa52e72ff6b71ea27e2aa5284369082fe38013c5b4b21c8561952b9046acbfd3f02c824c0837b367c SHA512 fb31072420eca42fa0349f0a9350fe9ab6bbbac7dc32cd7ae76cffa026fdeeb4197b8c441d76bfc46af55a550c5b7e81e387b67d538c500075bc5b4e8f68d5ab DIST python-socketio-1.8.0.tar.gz 23557 BLAKE2B 085035d6621f2ec351b28095086c6cc5787c4466f904568d5ece0cf37261a75fb6793be1fedd9f54f7cbeccbb668eaee8463850698aa6f2a901b3454cf63f128 SHA512 2514cbad3e429c101f5e247bdf2e4a2b5a0957c19fa97e56ebe8cd78b36e81cfb9dc4500bee367e57460be3a08bbd1e70967a5c87109034ade847ff7f559711d +DIST python-socketio-2.0.0.tar.gz 24180 BLAKE2B 33d0c2007acfe067264c670c98e2f8f6764a979b7c67d8d03217a3b2dc45dbccb699beeff151381f8ccd787610ad39bff3396d4737594ed467f29994b4b8f0a7 SHA512 285d6235aaa5914f21a883976ecf31e15947d28e396c859080cf418094e21b5f3a9c4de01361a2c3219edf43c3c587bca24c9f10ebb97be23bc12c59af79ee2b EBUILD python-socketio-1.7.4.ebuild 918 BLAKE2B 3a220660445d0b75949fdb3663f6430e8c09b8a518db03a8437cc133d9608a7d9a3eac38ae1517011edc79a1e4f35b2a2d460e69b0b2e4d74021707def6b4549 SHA512 a55ff03b935b9871cbf1d1c5a090826339de5e6c236f8505a6dfdd12a4d5da9c5ae36a4848a09b514bdb45ee192e3b4dd4cbafb0d5a2ff0dbaa78d8082f1172e EBUILD python-socketio-1.8.0.ebuild 887 BLAKE2B 9c13d81746e7343f992a1cbf72eb7ea7bd1daf05be747671c72985c481bf964655ec8b313aa5d83a7d3c7dbda7ae80e95741b525ccd1db4611c4b43d21ea9c4f SHA512 e72b2bdfe67e7131467d8f3ca1ff284369f868e11c87893a0bf3e1493b2d0c02eb7a32051dba3a859623311a9beb75ec9f71ed0ea8995884d19579f64d3c5b61 +EBUILD python-socketio-2.0.0.ebuild 887 BLAKE2B 159e33b27a20be2b1c72e85b02c8167f2ad68bc8e249f6e3c9cea8466124a87a9902752a74b5fc25d6d6ec19bc7dfc5b0dcef63f140db405bb796907ca6d3fc9 SHA512 c2a846003773bc37288992cda120b9a0b73ec963659d96ba02085d0d13298968c087352d9e66da1e31d30a0a0b6509d958b70ba6e7e7712844bdbac1e2043df6 MISC metadata.xml 466 BLAKE2B c1aee63cf2625278f18fa3f65ea008fbfb4aeaa6c4770fa944c853636c44b2c12defebd46ba8483d08be818e28731b3850920931a40c386c11b17416c281ee5f SHA512 8e46ce0f84adfe7f52c9a99df6338b78755d097702881515605adbfbe2c68af0afdf6e07b05d2ec915e089bd97b01ad38bc0fce43523eb542a0271788b38e79f diff --git a/dev-python/python-socketio/python-socketio-2.0.0.ebuild b/dev-python/python-socketio/python-socketio-2.0.0.ebuild new file mode 100644 index 000000000000..282de64e4d5f --- /dev/null +++ b/dev-python/python-socketio/python-socketio-2.0.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of the Socket.IO realtime server." +HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.org/project/${PN}" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=dev-python/python-engineio-2.2.0[${PYTHON_USEDEP}] + !dev-python/gevent-socketio" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/mock[${PYTHON_USEDEP}] + )" + +# pypi tarball does not contain tests +RESTRICT="test" + +src_prepare() { + eapply_user + distutils-r1_src_prepare +} + +python_test() { + esetup.py test || die +} |