dev-python/apns2: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 13:22:26 +02:00 committed by Andreas Billmeier
parent 25e8dcfb52
commit 12367202ee
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST apns2-0.3.0.tar.gz 8878 BLAKE2B 14bb9039d6526c57d31fb73888a63c2070e77a02ae39749dabc33ca760b51ba46af62f621362a8e002b8f6a6418c202675332d8af5232274c4de49fb3856ef1c SHA512 038db6e5de61ed9c8a5c8a97a74f49b9d4faaccf57ae89bcd90df2f1f279b170ac72ae29a65158d5328d2d63b3ad0990bf9f0776b11f6a6bba5d2d33ede9a15f
EBUILD apns2-0.3.0.ebuild 800 BLAKE2B 703514e95525e17674dafc8a253d3e350c03de424ef6737217c970f9efeeb806a4c046da1e129c095e20beb4a080d8614f3c5c6ea85b32d76de4b81407e3e768 SHA512 75048cbd87cf985743645c68f7b3ac75bfe9f5c78a7fbed2f6784d9d3ef28b838b331ffe6f7d3a5d718bd97a16129de4cdfea9dc3552e3c9afd24eebf3c7fe91
EBUILD apns2-0.3.0.ebuild 744 BLAKE2B c7fddd8f8ff858980dc69b2fb3f57ee898064af17623f15957c2bc236918dde213e0991ee5389b669af18614cf37afe96476823cf99b2c55a889cd604a4c933e SHA512 b11e431d24b9d28af0a20909ec2622654dfa66b91afaff00b9ad3ecd386f3eaba10ded934164f2007b336ee79e4b7463f18ce043fae692b46f9738aa59214fa5
MISC metadata.xml 500 BLAKE2B 4001a5f5ec1e31059e4c37e5f9ffca10bdc8dd914745a52adf2c5de3019b9cde1e354005b886707ac608f533f477452ad01efeb0b30b001eb840cd5fe00148bc SHA512 d75aceb2e3ef1181a4bad99d285cddddfe17724ec729038e235fe3fbe0855f2f97223e4b39fa0fe5ec3784bdf8154bd198369dd8cfaaebdc8135087e6faea97b

View File

@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="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"
@ -21,7 +19,6 @@ RDEPEND=">=dev-python/pyjwt-1.4.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-1.7.2[${PYTHON_USEDEP}]
>=dev-python/hyper-0.7[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"