dg pyps4-2ndscreen-1.0.1
This commit is contained in:
parent
cc2df12659
commit
3f89bba29b
@ -1,5 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* dg proliphix-0.4.1
|
||||
* dg proliphix-0.4.1, pyps4-2ndscreen-1.0.1
|
||||
* dg oru-0.1.9, panasonic-viera-0.3.2, pencompy-0.0.3, piglow-1.2.4
|
||||
* dg openhomedevice-0.4.2
|
||||
* dg pynx584-0.4
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
DIST pyps4-2ndscreen-1.0.1.tar.gz 23272 BLAKE2B d231122ebc1ee0d5b808b5922396cae8633e7cba12aba8ce023833ea1da930db313fbb0a355fc3e940d55d432637ae8b6309180bd4649bbb95bbf61d2e3a7c93 SHA512 1acc7d88a7b8c0efaefa6ca0f1a87d3b0c6750990964181a7957cbe03291f749cd685fc00f6f16bb9f9ee17fde9a5f7615678e6842f5529a57a6c8162f851386
|
||||
DIST pyps4-2ndscreen-1.0.3.tar.gz 22894 BLAKE2B a84a21d43f7da98f46756a4486d4dfa9e6e5f35db2717805c077a7e487bf191e74be4fac87391ce9796147e0bfef1285679c4c8bfc6dcc5e4a982b9ca220044b SHA512 ffc3db1c84f9635472788d2862992e53cb6fd17ced00c89864e2587127afe72f3defa4c1d6037c3fcf1a39c53238c3a15d37074ffa113c3ebe4dbfe409929d79
|
||||
EBUILD pyps4-2ndscreen-1.0.1.ebuild 937 BLAKE2B bbe8b7addcbdc7a8ca5100152730ad76abc9828378f869ba18b899e0c4eed0884042283b435b98ab73358822281128f194685d07a1887f6881c9970faa826ba0 SHA512 18a28d8ca79424d39da088331553ac663398463b1703c73bf9cb1b1ce904afbdbe2933ec9eab96bd173486136e8bde42e1fe68dbc1f44ab162208b6b66d67eed
|
||||
EBUILD pyps4-2ndscreen-1.0.3.ebuild 937 BLAKE2B bbe8b7addcbdc7a8ca5100152730ad76abc9828378f869ba18b899e0c4eed0884042283b435b98ab73358822281128f194685d07a1887f6881c9970faa826ba0 SHA512 18a28d8ca79424d39da088331553ac663398463b1703c73bf9cb1b1ce904afbdbe2933ec9eab96bd173486136e8bde42e1fe68dbc1f44ab162208b6b66d67eed
|
||||
MISC metadata.xml 459 BLAKE2B ada8a8afd6ef73308976a8313e30f8ec7f0555262266319113123392bcf58c6f07fe9514fb2457a5d88d2a2517504dc625e894aa9788ec5818185b5557e49ad7 SHA512 6eaae069b747afd9711364560561697c0b28195e1e298b2868db1f11e0fb464efb09a30dd459969c930675ce65b26a8e3c898f055ef86ca9109f9881d8a8836f
|
||||
|
||||
36
dev-python/pyps4-2ndscreen/pyps4-2ndscreen-1.0.1.ebuild
Normal file
36
dev-python/pyps4-2ndscreen/pyps4-2ndscreen-1.0.1.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN/-/_}
|
||||
DESCRIPTION="PS4 2nd Screen Python Library"
|
||||
HOMEPAGE="https://github.com/ktnrg45/pyps4-2ndscreen https://pypi.org/project/pyps4-2ndscreen/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/construct-2.9.45[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycryptodomex-3.7.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiohttp-3.5.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-7.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user