add apns2 (incomplete missing 'older' depencies)

This commit is contained in:
Andreas Billmeier 2019-11-22 14:41:17 +01:00
parent 7d6bfe4b09
commit 54ffd5d47e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 86 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
DIST apns2-0.3.0.tar.gz 8878 BLAKE2B 14bb9039d6526c57d31fb73888a63c2070e77a02ae39749dabc33ca760b51ba46af62f621362a8e002b8f6a6418c202675332d8af5232274c4de49fb3856ef1c SHA512 038db6e5de61ed9c8a5c8a97a74f49b9d4faaccf57ae89bcd90df2f1f279b170ac72ae29a65158d5328d2d63b3ad0990bf9f0776b11f6a6bba5d2d33ede9a15f
DIST apns2-0.7.1.tar.gz 11052 BLAKE2B 784a144444a07abc9e05c7f507f5a944a6ce08d8ed031c6e1c6243e413e19644ca743d5d25f7b001789f3b33975e9e98d72512a55a4ffae4917442cb92618783 SHA512 4d03aef72651d83ce4cf64653a8e52da9a4c1c12a2feebe47d61920917949a84cb8c6041ddcde9baeb63deb61ac8dfdb9ca34cb382c58576f2351cbaf7df1fc7
EBUILD apns2-0.3.0.ebuild 853 BLAKE2B 52b9b82010ee91beedb83aead94f1dd499aa614d446a6b279b9888d4bace75ce3ebd6932b048609fab02a70ad9c283b875e7132c5660dfe48c25d30f78e9579b SHA512 73e1109c76de248dea8ac95a34339fab86ef472e93df2ed374f20003ebaa866cef44cbbe9df7c569f1ba71d0a0ab43bdaa545a759aba54915966dd87d2a3c583
EBUILD apns2-0.7.1.ebuild 853 BLAKE2B 52b9b82010ee91beedb83aead94f1dd499aa614d446a6b279b9888d4bace75ce3ebd6932b048609fab02a70ad9c283b875e7132c5660dfe48c25d30f78e9579b SHA512 73e1109c76de248dea8ac95a34339fab86ef472e93df2ed374f20003ebaa866cef44cbbe9df7c569f1ba71d0a0ab43bdaa545a759aba54915966dd87d2a3c583
MISC metadata.xml 451 BLAKE2B 6c6e60d887f2ad9428e03031e875b0c50fc6d013a8e8a1f7c7c095f461afe43fa871a8aec29c5ebee102aa7a63c55f5dfa1d55b620d617df3698febc74445874 SHA512 51a9dae9fb2eae838029368a97dc9551d10475c98a2a1d31168d776074c761558f0e9e55850157073f80c01a6c2a09da25aff7e3f5d60487cb57a7a335033c75

View File

@ -0,0 +1,32 @@
# 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="A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol"
HOMEPAGE="https://github.com/Pr0Ger/PyAPNs2 https://pypi.org/project/apns2/"
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/pyjwt-1.4.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-1.7.2[${PYTHON_USEDEP}]
>=dev-python/hyper-0.7[${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,32 @@
# 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="A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol"
HOMEPAGE="https://github.com/Pr0Ger/PyAPNs2 https://pypi.org/project/apns2/"
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/pyjwt-1.4.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-1.7.2[${PYTHON_USEDEP}]
>=dev-python/hyper-0.7[${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">apns2</remote-id>
<maintainer status="unknown">
<email>me@pr0ger.prg</email>
<name>Sergey Petrov</name>
</maintainer>
</upstream>
</pkgmetadata>