update watchdog-2.0.3
This commit is contained in:
parent
4f35eba326
commit
28beac517f
@ -1,5 +1,6 @@
|
||||
2021-14-05
|
||||
* update astral-2.2
|
||||
* update watchdog-2.0.3
|
||||
|
||||
2021-04-24 homeassistant-2021.4.6
|
||||
* bump aiohomekit-0.2.61
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
DIST watchdog-0.8.3.tar.gz 83154 BLAKE2B d5d0635e83bbcd31544d5ea5811c2f202b0da76bd7a4086e8fc61e3293640e701b04599f95decaa82bee3705dbd6b91ad24b9dbd20edcfc329913600c8a3c932 SHA512 61f1db886e8e9a6d78b569329f4d5944c296778a5a34f94fbf115a748fb4c3be422bf4d3cc828e22fcdcd380fdf9009f5bd91a8a5edc87089afc58297a0b946f
|
||||
DIST watchdog-2.0.3.tar.gz 95524 BLAKE2B 568e9d66efbfa98c19dab704681dbc48f869b59d51d7c7ff7ce1fd7465efcc6233f871e7f9276f2732692645491f2fd197a639b17e9a3d8abb76d0148a934796 SHA512 e1c506e4ead8c3ee8d19e456b67623f3a1823007be6c1fad0d76c697205696183e7bd15e46c21bf61abce6dd16d267e55da8986633eeee337d10c609318fb958
|
||||
EBUILD watchdog-0.8.3.ebuild 1038 BLAKE2B 0355fc33f43f36ecb97c52718e5ab6ca13252f46dd2fffd473a16192804192e47cf8a98575463abff42dae3582e0dd605f078253ea8e22a4c4bc34ae567d22d5 SHA512 6d95e48fe2af83f8feb46514c49d8ea761c5e1ce25431bf82c98c4fc44c39399909b1274a765124f342d3684417f3b7d725fb91c3c932af8a2afde442b52823c
|
||||
EBUILD watchdog-2.0.3.ebuild 908 BLAKE2B 47abee092485a7b337ccebfcb88e3f02fc16f4f2e57c292ed3635f35ccc2fe7acc2fbe373ce2248bb49ada5b1b1554fba48b0d5e398068763ee2d43e5bff3901 SHA512 7f19b63689eaf86afd4ae69409b2787fa70bb6e8df984575c2bfeb2e642084fb34a864d64a7843e40cd7b634a2d11e138bd86cdcda96b9363f09a8b27f571dd2
|
||||
MISC metadata.xml 409 BLAKE2B 066a5f62332bfdbd1ee84be547214935022d96e8f51d270302fb891d8c9e438141bc4d42cda84cdf02ec65e80c5ad5dbdc8aaeffbf777bb7ee9b153c95cfdfa7 SHA512 dc751fd76505ab72f2e58c28fef326745ee464749e3640510679e852af6752906312f3d8c82b3b0220a120e0112c96e83d62738321a3bc7b71fd6aee803fea9a
|
||||
|
||||
40
dev-python/watchdog/watchdog-2.0.3.ebuild
Normal file
40
dev-python/watchdog/watchdog-2.0.3.ebuild
Normal file
@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
DESCRIPTION="Python API and shell utilities to monitor file system events"
|
||||
HOMEPAGE="https://github.com/gorakhargosh/watchdog"
|
||||
SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux"
|
||||
|
||||
CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${CDEPEND}
|
||||
dev-python/argh[${PYTHON_USEDEP}]"
|
||||
DEPEND="${CDEPEND}
|
||||
test? (
|
||||
>=dev-python/pytest-timeout-0.3[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e '/--cov/d' setup.cfg || die
|
||||
default
|
||||
}
|
||||
|
||||
python_test() {
|
||||
epytest -p no:django
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "Bash completion" dev-python/argcomplete
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user