fix sseclient-py-1.7 WORKDIR

This commit is contained in:
Andreas Billmeier 2020-09-08 20:05:24 +02:00 committed by Andreas Billmeier
parent a2d0603abe
commit e59511d073
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,8 @@
* update pymysensors-0.20.1
* correct RDEP python-velbus-2.0.43
* dev-python/btlewrap patch installation of test
* zigpy replaces zogpy-homeassistant
* zigpy replaces zigpy-homeassistant
* fix sseclient-py-1.7 WORKDIR
2020-09-07
* update geopy-2.0.0.ebuild

View File

@ -1,3 +1,3 @@
DIST sseclient-py-1.7.tar.gz 8902 BLAKE2B 106873480eb20e6ea2df4a38161a1435e74098c9a1c52f83243eb885a8cf44a6802c87176c19ab6338dda9d0ce4a58c19d39b62f14270c0fc03d38408efa55c1 SHA512 0e52e91c20b33877c46a45dd81454113782ef6d0ef302c9a7702400acebd7afc1258a0eb6cbb4e3abec7dd1784614d444c7391dc4e81e8935d6a2d86d207caae
EBUILD sseclient-py-1.7.ebuild 694 BLAKE2B c34f590240ade049f0f1367f163bf23c60a9b66e4968dc15efc5720329b8a9eafc91d3b73d042dd7cdcadcd2a3727df04888404c76b0389594cad56184e43bc1 SHA512 97124dfea7ee6e51351c2afbcd661ccb8ed704669aa1f93776c3cf12c818d5f2a3cc971014d72958f564cca3d1fafcc84ab821e83ccd6a8bbd9da131df09d300
EBUILD sseclient-py-1.7.ebuild 750 BLAKE2B 26a17acd77430ad473f2bb86dbe3579f167fe301ac02e0dd8497b86d0ffc9565c111f145e055861bfe1fb6ba76c875c0c17fdedc858acde442f661326e9b269f SHA512 16c01162f03ce94436fb3e2f534939d7b931fc894930b2d91c81d33898f03abd55b8ba3ad265519c7dfd242cfaee8d3552a4a6b09b61c129d69935b8a6ee4378
MISC metadata.xml 467 BLAKE2B a3d763448d7c76c97218a3d5039f1ff51dbec673bce0d840f79cb942b74ffaf3bf2fc6091a21f887522d2def981f892dc9e21f6c95154a1907b927268b590ec2 SHA512 9c73dadcf98c8d6e15bec13fa57873c3ab82e0172787c21f21e9e80197d30b2e3cbb67b52ff4d514a88ca06d1d75fafee1c5349b5a110daae50a0a9e30f212ff

View File

@ -10,12 +10,15 @@ inherit distutils-r1
DESCRIPTION="SSE client for Python"
HOMEPAGE="https://github.com/mpetazzoni/sseclient https://pypi.org/project/sseclient-py/"
SRC_URI="https://github.com/mpetazzoni/sseclient/archive/${P}.tar.gz"
S="${WORKDIR}/sseclient-${PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.rst"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]