dev-python/PySyncThru: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-09 18:54:09 +02:00 committed by Andreas Billmeier
parent 46913e49e2
commit 338854a0ca
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST PySyncThru-0.7.10.tar.gz 7016 BLAKE2B b3141a4b98a7b5febb7228de602b22553f1f0f411e0a0bf2dfdc95db179513eb423734c9f54d1e1fd7048a87590050ef0e2c522b6bc5fb3d05707d7adf1c31c1 SHA512 43a432af6d39ad7d106d0b3d2ad8e6fe8754b67c9a5e9df2d772f4f40318fd5bbef2a66038196396f7e3132dda6c061dbc04dafdecc8c184f31e5526e53973cc
EBUILD PySyncThru-0.7.10.ebuild 770 BLAKE2B 6cfaa746881cacd3969a19ef9082938bebd334d6f25919084542b612028d8a93df58c881fb9599a320ca2c8a5882f5c1b094f1ee9b9fda46e162d4a18f730beb SHA512 bace2f9dd057139fa591299ee1265e69bacf4c605b8c083c6d5245a8f52f5939666768da32b410c41556e1dd9b2a7e92b9b35b335ee9905a727b04b43bf2755f
EBUILD PySyncThru-0.7.10.ebuild 775 BLAKE2B 9798f2877d64b0ad1b3b8cbe6d62dd4453e05148e822b18d4bb325ff6e81bb3efc0138eb12f16d2209df1a9fdbd161220252a05ef0e4fc3ede3a6980f99e3924 SHA512 5c39f61a143cbd249c5fa65d64445c69435a2e0d1927069720a6ea66e59c4c13b80a82bfabf7f2ff7a5dc2ce9c21fec7d9c42f877253fbc22d9b009cc91d0861
MISC metadata.xml 511 BLAKE2B 2f57638a3836342a6ba942d53d57d34d466883cba9df14635c13e4431aad2a3d33ddb9edc7e01623c8b2346ac19d2c41c3c8d3c4e81f476e8a0fbe0e9b7666f7 SHA512 331f49236f8f3241ee90670aa84593ed42044f09c49f3cb040cb8abae594ed0921cd18405fb724dd4c5135bfe7518e759a73fe4eb46c705b85d14509b196f48e

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Automated JSON API based communication with Samsung SyncThru Web Service"
HOMEPAGE="https://github.com/nielstron/pysyncthru/ https://pypi.org/project/PySyncThru/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"