update apprise-0.9.4

This commit is contained in:
Andreas Billmeier 2021-08-28 08:52:39 +02:00 committed by Andreas Billmeier
parent f90a85ece6
commit e64bfa6171
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 6 additions and 43 deletions

View File

@ -1,7 +1,5 @@
DIST apprise-0.8.8.tar.gz 1264117 BLAKE2B 5269cc845db287788e4c41d262e6ac4e93498946d3d4c66c98730398f525d92285e26086b4ab75e921cf705ada688fe851c0f692e147abb9e6d44d9e080b9603 SHA512 d75000e7114c3a7aa657f1fc514bf87a3bb6427901fc79790f8e8adc3b8e9f99a252160ff73fd428e0fa93a74526fbf6700b23ec9dad7ffdf17828f9e60f4d58
DIST apprise-0.8.9.tar.gz 1282408 BLAKE2B bdaf9f763b085e6d1a0d902e96ea0202039b8dcd2fceb8d1f06261f22a2d5db8e221e65efcdc01671947e6a12d07ac0971335cffcb801c58c2af46e1e5ba0c19 SHA512 4bcda3d23ec98b2c7eebaa01ebacf4ff0dd74a8e6f9c55e694ad28ab7a3cf1639fa50714cbe02e286a1f2250b538f5691242b4f4461760be27502474043f4df6
DIST apprise-0.9.3.tar.gz 1348099 BLAKE2B 58e621b48ad3e947a6489a01d714b013bc67d7b0ebae81fde17b199e25841cdc4ef1ece842f21c89d7e1c7548958af27194cf83513111def758bc793d0b1ee96 SHA512 c33c95ac1f1063d648184f75817e75469ce9096c4341f2a67f5d8618477726a43f4fbbff8e78789705a7f9d9c11bed01d8e47f41df28051d044f96fcea505dce
EBUILD apprise-0.8.8.ebuild 1007 BLAKE2B ec482412671151b3517c6ed9afd37ef69193a9ea7f9941723900385bc25b4754b164381d5d6b819f16b484d0f5310810b228f45121922edc059cd2dd04846278 SHA512 02f5afeac277095df2513dcc02182ac337545639cee39c8b10e5ba204b77804fc368611bd062fe9c3b6f286a16c412ee1551822b6d97477023e56a2670433330
EBUILD apprise-0.8.9.ebuild 1007 BLAKE2B ec482412671151b3517c6ed9afd37ef69193a9ea7f9941723900385bc25b4754b164381d5d6b819f16b484d0f5310810b228f45121922edc059cd2dd04846278 SHA512 02f5afeac277095df2513dcc02182ac337545639cee39c8b10e5ba204b77804fc368611bd062fe9c3b6f286a16c412ee1551822b6d97477023e56a2670433330
DIST apprise-0.9.4.tar.gz 1356201 BLAKE2B bf80b43c275e4f77c6dffc9d09352ec4a31888d6616976887645f4a28f8411500b4583f4524386cadd33a02e343681d55be0a4069ffdd539c5157666eaf77f78 SHA512 934d110296f1ac8f1c40081d8711fc080a78f2a94953aeaf77536934d3b5972fda855ad8a77aa7c0b3373dd81bf07bb2270553a5295272ec869b6914c22d53ea
EBUILD apprise-0.9.3.ebuild 1051 BLAKE2B 3943fb16428bdf7e4b558c773d8f535ba5da6714001df3d0ddd56806ece148cb94066b01d3e0d293fdc5cbe332d8ed4ff9baf38a555d87ee660d8b0c32ccb9dc SHA512 732ed6e65e8075b5d0913d7bfe16aade4e09775fa52e29d8e12201b65b3e11322b66963af17c9e4a8b07835d92d1b31262d724baf798861bca24700635be1a85
EBUILD apprise-0.9.4.ebuild 1051 BLAKE2B 3943fb16428bdf7e4b558c773d8f535ba5da6714001df3d0ddd56806ece148cb94066b01d3e0d293fdc5cbe332d8ed4ff9baf38a555d87ee660d8b0c32ccb9dc SHA512 732ed6e65e8075b5d0913d7bfe16aade4e09775fa52e29d8e12201b65b3e11322b66963af17c9e4a8b07835d92d1b31262d724baf798861bca24700635be1a85
MISC metadata.xml 450 BLAKE2B 308bbd96403d135d44badc58b8c18b1e1bac80dca3034779f5f9ee539259a2d2222dc6326a9c52d128f564302f113020cabb58e43fe922b6fa776933ff06752b SHA512 340e5b18c8967789d7308d0aa8287555172f88338f49197e75700fb12d8944da6aa014d88ad1da16349acbfa02a46c85fdea77a476a0bc0fc591124f523dfd07

View File

@ -1,36 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Push Notifications that work with just about every platform!"
HOMEPAGE="https://github.com/caronc/apprise https://pypi.org/project/apprise/"
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"
BDEPEND="dev-python/Babel
dev-python/pytest-runner[${PYTHON_USEDEP}]"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/click-5.0[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/markdown[${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,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
BDEPEND="dev-python/Babel
dev-python/pytest-runner[${PYTHON_USEDEP}]"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/click-5.0[${PYTHON_USEDEP}]