dev-python/epsonprinter: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 11:01:35 +02:00 committed by Andreas Billmeier
parent e16c582924
commit 9f97103179
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST epsonprinter-0.0.9.tar.gz 2002 BLAKE2B 4b8bac8da0def2721198ccde96d690dd4741a362df7657a0e5de0f384377665ce2387cd46b96d4b82cc8023dbee86edff0ac801e266966025bfa84de48e0947c SHA512 573f25f12f76b53bde3a68efa56153ee3afcea7a4455abca1de8930966800857ca64cc1e3f78a39e758e033c20387166be77c4ac92f6ed56bacc6dbfc2a3a0d5
EBUILD epsonprinter-0.0.9.ebuild 669 BLAKE2B 020f773240a3a530c0a235e9e8c797f8471383f7d7182a33c51d27df0e55415f6c98a023e049d196f04e95f570092d2ae08ef87c0c0459f79503cb84ef0624d6 SHA512 45a2a1e5c4eef8e9d318a7530a8f98f2d3cae78c536ff64030396fb433a073d3106e0b4e5926fcc8e0e4e5792378a565417ecc66b3a6c250dd7ec1d3cba4fe23
EBUILD epsonprinter-0.0.9.ebuild 614 BLAKE2B 8481054e2c5aef140c392b30b29ac63198eaa04a85019dee9b2299139dae70ccbd0d4d05c2c428937d0a9c753ad6926040820d79c0955d69345b8e8a515f3bf0 SHA512 d7d0e735b9816cf72744bce2e8b71234f572673fe00c5ed06d19e07e48cc076aaaa69b4e2849f4f7b5769eb0e9ba94a937d89e581c22a3b0e9b548c81e07affa
MISC metadata.xml 518 BLAKE2B b650bc4997d01b7724741a650cab74e76ed7d18b2891926421e0d34f0603a1350386c1dcb1f65b73397cbd1ef6c2c47184aeededbcfe7ef2a8e13c660cedca8a SHA512 575e786344bf91de289c259f891a7e8a92b292941f82045eb6887ee3bdb7c2f460a9e8fd481912f86fb6c07879948eeeeb26d773868b5eaae4309093ab15b9c9

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="Communication package for Epson Workforce printer"
HOMEPAGE="https://github.com/ThaStealth/epsonprinter-api https://pypi.org/project/epsonprinter/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"