dev-python/pymsteams: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-09 16:47:04 +02:00 committed by Andreas Billmeier
parent 7e31f1af70
commit c09a844140
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST pymsteams-0.1.12.tar.gz 6452 BLAKE2B 9fe9d0dbd12f64eddddc9f9851b7500e3cc2de8c735c4a47fb5b725f69d7cb0d47ab5688d53716a6b353240238bda84d305b13de4504d3ae71f44281ed94a687 SHA512 aeb06b6788cbf3f45f249cdbfe5ddbb00ae2d2798c0ba8f93bb0402d46171314832423acec3d26ca1c1a5216197a8cdc5cb3eafd25872c6b462a802b6fbd0ec0
EBUILD pymsteams-0.1.12.ebuild 716 BLAKE2B 811f099853bd3f27c8cf33497cc65b43118c98be0d082bd8d0eb20140b8ad75e992ab4e970c53aa36ea481cce58d9ef6d5980ab76e78f89a01e5ed3079442069 SHA512 0b05653580bbbdc7d3d9b4053bff757d0abb321fdea8be424b7ab5198ddfb530e0bfabe67c6ee7870bcec56f887007e27e38667fcd69a888a6dfa3b2154f2edc
EBUILD pymsteams-0.1.12.ebuild 661 BLAKE2B ef251e56fc42db7b6afbc2d23a2d717fd42f43cf0019a20733387025de48fe0e446465cdfe95d8e22776ceed63908c8adf9d3d4cf26cd9e0b990ec1e8b8b219d SHA512 ac9f3df6cab0535da6456c99bff0c265c622d3f85531670318b9ef3bef9e987abe6d40121e406df22193c69ab6e616a0e8840c2f10e9665d3b1c48c109d80a45
MISC metadata.xml 508 BLAKE2B 48098937f7b5a0b1201eb59bb413e89d2eef1f8921fce2ec9a978a7154bf70a31852ff93f164d4850b6ed871b69b00d933dc9cb8895ea0b3d4de28e95e5c532a SHA512 69426dc10910c0524206e1dcc0a7d7d54250f28c32d957b53754bd0354e5bf0141336d4a1a4ea7e3d80ac33c0bd812966a8638108d19d8a01f1c6a81d083d503

View File

@ -1,15 +1,14 @@
# 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="Format messages and post to Microsoft Teams."
HOMEPAGE="https://github.com/rveachkc/pymsteams https://pypi.org/project/pymsteams/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/requests-2.20.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"