dev-python/apprise: add 1.6.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d53aef7591
commit
278765960a
@ -1,7 +1,9 @@
|
||||
DIST apprise-1.3.0.tar.gz 1544792 BLAKE2B dfd5cfb18e86e9269a78f4300bf3430f5ec5f7e6380941a2d3aa556b235ec11f60fdd7d9d4cc21a8d9b5a4750413acf75037c9c4a1eda0650ffe23dacae2a520 SHA512 f2832a31d3db049896ab9acadcbd6f14cd9085070854777b59fd77dae19bb7406c5123e8a519c11b861e454db3fafb735a813a15c7f1425fd60909475f018f4d
|
||||
DIST apprise-1.4.0.tar.gz 1554177 BLAKE2B c06633dd5fc05afc4d1c642207bdb3a9c0724626a62c2a1dbcdb11dff1742b2176eb0afc3754ce16e728549a78826a59b096ec97173c020c5d9c42ad5debb0c3 SHA512 793a65c93f32005420159e70a4bdc8e30ea840cc4e793e6f8d22cdf6759620f007d587ce9915eec46f6c6085360216a851e19670b76c3a261e351073a25342be
|
||||
DIST apprise-1.5.0.tar.gz 1578207 BLAKE2B 0ac287bcdcd46da1d4f8f20aa44ea9df3d46044dc63969d22fcd9a5509f9050658e459d7bb36aea6351a9daa0efb4e83d00db9b5e989f89574d0466833c000bd SHA512 373721f42a10383e8ff950b91d7a511c7754924894bbe03d4925fc31e8f8119570829af99f19f37a8088493eb186f7ea004aec7973ac1955fbff332815b84827
|
||||
DIST apprise-1.6.0.tar.gz 1582966 BLAKE2B aec28c82a2e1b45341f1e67a0778be2a9149ff591172122abb7d30eeed27c7b49171556993c0f1c0d33fe12a5dcdeb4ad0ade8b9e68a8f9950a3f8b6f0638156 SHA512 572d0cb9e3464ea2bc65a101e520dd0b15ada08c158a21d1ac698adbcd454ecf5af7ad30dca6495b4d7e38b92128774c43864c011f1af26ad917699e1d50c59b
|
||||
EBUILD apprise-1.3.0.ebuild 1003 BLAKE2B b632d541ceb694dbe4185ca75439674e7cf0abe3b57ab5c89fdbfd0f64069204544d76eced859835acc12079d1d0d3bad1443c04f9ebb4896da4206cd9792f58 SHA512 9dacce607b675267ecb6980fdc56d28f648f7e4608b0b239cc43ae8a0e64f1259b93bb9d6909ae0b612d5de011d7a7b38a9bfffccaa0e2797745b2f0cb96b498
|
||||
EBUILD apprise-1.4.0.ebuild 1003 BLAKE2B b632d541ceb694dbe4185ca75439674e7cf0abe3b57ab5c89fdbfd0f64069204544d76eced859835acc12079d1d0d3bad1443c04f9ebb4896da4206cd9792f58 SHA512 9dacce607b675267ecb6980fdc56d28f648f7e4608b0b239cc43ae8a0e64f1259b93bb9d6909ae0b612d5de011d7a7b38a9bfffccaa0e2797745b2f0cb96b498
|
||||
EBUILD apprise-1.5.0.ebuild 1003 BLAKE2B 2de5f61f517efa9a53ac3e6b15a94862fee31b772e140c7e53397f87d7100dc68d221790b4897739e212ed8f1418400faa0635a7bed975b34f429819c1b669c5 SHA512 49e4f967e884e6fc75289a19c54236f91cd37b59036ed50f664020be1c4bf35626afedf4a0b862c35489c8441213fbf5d4f36699b0f9a4f7c8898610f09552ad
|
||||
EBUILD apprise-1.6.0.ebuild 1003 BLAKE2B 2de5f61f517efa9a53ac3e6b15a94862fee31b772e140c7e53397f87d7100dc68d221790b4897739e212ed8f1418400faa0635a7bed975b34f429819c1b669c5 SHA512 49e4f967e884e6fc75289a19c54236f91cd37b59036ed50f664020be1c4bf35626afedf4a0b862c35489c8441213fbf5d4f36699b0f9a4f7c8898610f09552ad
|
||||
MISC metadata.xml 506 BLAKE2B 976ec9a0b80fd7c915ca21fb9f012663d96980c0679d3a300047f0aa254f2cd048c11b92e6a7924506e71b02256e5ba411e33f27cd4d81de2faa0a0083ab4647 SHA512 78208f5ddea7a07a80037375ae3726e909bd4c38c6e524399531a19426dc49bdc5a116cac0c1a92f7c0760766dd63b91839978f2285cf4154ec96767babc5ba0
|
||||
|
34
dev-python/apprise/apprise-1.6.0.ebuild
Normal file
34
dev-python/apprise/apprise-1.6.0.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Push Notifications that work with just about every platform!"
|
||||
HOMEPAGE="https://github.com/caronc/apprise https://pypi.org/project/apprise/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
|
||||
dev-python/certifi[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-5.0[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/markdown[${PYTHON_USEDEP}]"
|
||||
BDEPEND="dev-python/Babel
|
||||
dev-python/pytest-runner[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-xdist[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user