dev-python/dweepy: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST dweepy-0.3.0.tar.gz 8080 BLAKE2B eeebbc8fbc2e96c5b9d554e5632f7cb2ad47bbc9715a2a9fe8e2dd21bf9c413e2c48039e51144761648a34bbc8d86fe7ebd4a26d8d27d4c877806212ebb1375a SHA512 f190c40bbcfdbaa516fff3d2f91dc58bf8ed71096385a74476c2e1c13cfafc32c0c24645801b3fdb5116a80807b0150a4a4b0976ebf499b4fa51ebf9a5ac797e
EBUILD dweepy-0.3.0.ebuild 697 BLAKE2B 62324c74d14fe0e6371b264531dfc43fbec020f5611092e5f844d3f8a03b3fc5a75d504b44e47ddd91d90320186dfbf306501bb04d190176c9167f98baa32464 SHA512 b8500bc04aee93cfdfcf8b6b19f3870fdf124a111250f0656933ee38250c56c6f6e4f2968fd3a693c41f7d3de8d4e1bd7070fa26b8c0bd6834b99349703c42d0
EBUILD dweepy-0.3.0.ebuild 642 BLAKE2B 304cf6073c0faec5ed86f4fc2d9bb4ed8376aadae06f539ab819d9a2fac168d2d472727a9b9b63852618b3f900ea90e9689a262558b56459379ac673d1ce82a8 SHA512 9e677b7abbb8ab1c3b188b758861de64497d688f46e117cfc18af154e8f91a01e12517ed7b5338a8107c2acf600f5ba7be5430b18291b88cdb4887b7c78d025d
MISC metadata.xml 511 BLAKE2B 835fa3f3a1abb8abc9fd64579ec50681e53f8bb14cff738117f2df88b936957a0418951746390c29f1d5c155173e87fbe736ac101fb1fb3e61b5d8f43f775064 SHA512 1f43f6d9cf152566915a3e41da192899aec7e96f84fa995b33acae87818d140c79f4a965cb1a5db0b8209617c2ed520492ecf88fc2f9e2c4254406213db296f4

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="Dweepy is a Python client for dweet.io"
HOMEPAGE="https://github.com/paddycarey/dweepy https://pypi.org/project/dweepy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"