apprise-0.8.1

This commit is contained in:
Andreas Billmeier 2019-11-22 14:46:18 +01:00
parent 54ffd5d47e
commit 211cf86584
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 54 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* add pydroid-ipcam-0.8 & pydroid-ipcam-1.1
* add anel-pwrctrl-homeassistant-0.0.1
* add apns2 (incomplete missing 'older' depencies)
* add apprise-0.8.1
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST apprise-0.8.1.tar.gz 697460 BLAKE2B 3f81b26185a65a806c89c7d56961747442ae314de9ded47d51a4180bd59cfa31a56922eb00f992b196016aa1da4a4735445e2171fe1780d985e2271b38fc06a2 SHA512 28fcee72350141051c478c18e67c1626e2cb202a7b0bd1bc30bec743e662a8048039cb9fa88196487cff59f3fc35e8bfcfddb67c8cac73d360d861e892631112
EBUILD apprise-0.8.1.ebuild 884 BLAKE2B 58b0b497e9fc3a8145e30e772c24c8d57b61c9c2daff10058022382a01b981f6ac6dcfb7b6df9d3a6fd76d6d9131c17d4080254a4f685f7f0023e4c16f14a6fe SHA512 688983d16f32a5ddeb4c50458095a974af2f92012e9d3dd5dad05bef32865b37dd2e16d3b31e1133dbe3e9ed54b3ce2dad58ab432c90392b2924e33080768d6e
MISC metadata.xml 457 BLAKE2B 74d6af511988e2e336103aee926d6c7cd026ed65c4a60d12c45633ec07f345b75c69f1839ea182736248db45376512a6510ca7f0f9046fec29894b35fe99501e SHA512 485cebca1046a648d9495a0c621cc0fc413f0bec10044b6dd3ec7c0e40bf7dc3714771d19e9f026f0cd9685b8492f0de5d9eaa1239f5924f2231edcff3e2e484

View File

@ -0,0 +1,34 @@
# 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
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 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
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/pyaml[${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

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">apprise</remote-id>
<maintainer status="unknown">
<email>lead2gold@gmail.com</email>
<name>Chris Caron</name>
</maintainer>
</upstream>
</pkgmetadata>