cleanup Pysher-1.0.1, fixes #79

This commit is contained in:
Andreas Billmeier 2021-07-15 19:02:39 +02:00 committed by Andreas Billmeier
parent 94b49db60b
commit fb3e3d0a30
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 9 additions and 79 deletions

View File

@ -1,7 +1,2 @@
DIST Pysher-1.0.1.tar.gz 9752 BLAKE2B 5284fd9da625069162a99fd65dd6707f7620308e7d66966ba7e09487a771ce13cb2a8640fcaeb28915af5ec994140ddbe735f1d7463c8bbc9eeff0812b78e25b SHA512 c81faa7813820ee6aaaf5a74015f3d04eb199f0de7c2e7ef94dd6f4225387edd5672678082af01a6ca8d8edebfe249297dadc2064ce631f1e9a23fc9e9d881f1
DIST Pysher-1.0.4.tar.gz 9795 BLAKE2B 5908525c8a1ee7a02deca5a4f0afdf0cd88228c283b0dbb5db9264c839a2b365225d345f05068bd99d7986e73f055a423eb71d6fe123ac2b201b7c89b7ea9a46 SHA512 e85d3d5aa227197602fcdcc730908f4e4265cd78f9772d72d7072a47af39cefc2df08c18d400de124c3b6d16de12d354f4ec07aa9cb9580e4e5bd03c46e942e1
DIST Pysher-1.0.6.tar.gz 8812 BLAKE2B ad092130eb75ba12d81e28e908708da7279855aebd3dd5d8ac1ce6a365fc50b796c76aacdfff802da7d273ff9873df51d8ff278e609bda939ebef1744e7f08a4 SHA512 fae00e4a23ffc2b4730703763fbff7c27faf109718a1158688b8d5dba46034e6bae91009d35c64245a9d605b3dba3b0ffe819f3834f5b5953f93d6b3f5608ff4
EBUILD Pysher-1.0.1.ebuild 1026 BLAKE2B 6c588da44c3fe3b58fa1d1af251da380abe8eb2955caa6e2fe7ec50335c020385d053177ba0f281347cf4213f1c62c8fb021a12f705daa19dbc134bc5e191007 SHA512 936c053876b91bccb5851b0172a0ce0f603edf671e4f2e7541199c34b687c4f83c9bead65d70846eb9d2e2889e2c06a3c3e0ccdc677f251e4482e895664ec048
EBUILD Pysher-1.0.4.ebuild 926 BLAKE2B 8fd7b0687ec8c22e82f9e141ee45cf8f687a851ae239926093a55d665834b2ec81fb6d52245fc876e3c4f7f1460bef77ae79216ae5757560f6f7b2014196cc18 SHA512 861f53b59ed1c00bd3f41d92021e340a25ce6a1d16bafa6f2ad5e693047dcf9a8ec270a8a81098c8d60f9bc9d66922787049d59ffde6cc116e4f12d8943291a5
EBUILD Pysher-1.0.6.ebuild 771 BLAKE2B 09c78eba28fd49e8398b49a591ee3353fb8906ef0120bd34f46155af20aca8600b677839eb0435c4fd5d945480e5debc0b893c59d19053108b4b2e091fad54bd SHA512 a69b598f8b728cd60ce33ed2ec413ecdd072b2c4b2daed84e53613a6056f6ddc22df1c0959749c40693f9866212b35dc292fb8eb2e8fcfaca18c4b15c3270802
EBUILD Pysher-1.0.1.ebuild 840 BLAKE2B 9a4d2ea4ddc03beec2979d4744230db0e1b126463461e7e88ba536992416ba4ac2415338d93f9db818044310656480da24fbd3e9cc525a05ce3f386a39c13f9e SHA512 40a5f0b96a9bb4fb0e33f736a018c51ba7988d9bd4d557c414cbedfc6d4d428c3a361fcd6b0d4a6b433438a95bc9efcf57906467b32cb34c773142870493633a
MISC metadata.xml 461 BLAKE2B c16baf898994a2cbaf2727008374ea37deff2ccb89949a84cd63491f0de10902415cd1b203e131129f2f6a5a38eb7ca275962079c3d9a50a0e659d036dcc4ea7 SHA512 d48998d1903af802aca022e09a3d20a13100fabc0b634f0c7bd3ccb0d34e13471f08d3e4e3d96e7331700a0d4b9cac760fbdbad9ce2470adb27d20b315b5287d

View File

@ -3,26 +3,24 @@
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
inherit distutils-r1 git-r3
DESCRIPTION="Pusher websocket client for python, based on Erik Kulyk's PythonPusherClient"
HOMEPAGE="https://github.com/nlsdfnbch/Pysher https://pypi.org/project/Pysher/"
#SRC_URI="https://github.com/nlsdfnbch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
# add the missing version
SRC_URI="https://github.com/onkelbeh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
EGIT_REPO_URI="https://github.com/deepbrook/Pysher.git"
EGIT_COMMIT="f73f8e5cf6f2556925030bf924e6adf9beef7943"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="~dev-python/autobahn-18.7.1[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
~dev-python/txaio-18.7.1[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.51.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
DOCS="README.md"
RDEPEND=">=dev-python/websocket-client-0.48.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Pusher websocket client for python, based on Erik Kulyk's PythonPusherClient"
HOMEPAGE="https://github.com/nlsdfnbch/Pysher https://pypi.org/project/Pysher/"
SRC_URI="https://github.com/nlsdfnbch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="~dev-python/autobahn-18.7.1[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
~dev-python/txaio-18.7.1[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.51.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,30 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Pusher websocket client for python, based on Erik Kulyk's PythonPusherClient"
HOMEPAGE="https://github.com/nlsdfnbch/Pysher https://pypi.org/project/Pysher/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/websocket-client-0.51.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}