dev-python/pyrepetierng: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 23:36:40 +01:00 committed by Andreas Billmeier
parent 283e8bbee1
commit c859d1f031
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST pyrepetierng-0.1.0.tar.gz 4429 BLAKE2B a80d9060c142682d370a121f3f6932bec29e6376eea6463ab6442db25395fbbc6159373e64119a169d0cd81d3ed4dfeab359438a4e927bbf594967ec6f834ca8 SHA512 404d2efca57b4e2fb5efb4bb90eaae91a93ad8a32961a297962d3f51afc0e1e6cbbb0e8f0ea268ad8abb5ceab15076ce4db874ce5c04874822d3f6639ef8a907
EBUILD pyrepetierng-0.1.0-r1.ebuild 716 BLAKE2B cc68d09cc82c57ac3ba55a5413622911cd1e72c193f0ff515e3b843fc0305da24611a2eecfe84933680da72d0614e302d7de74f59a8cc74c413723e4f7d1aa30 SHA512 5b87632ed5cbde635cebc5b28298f8ea28565a8769a7884813616a3cdba593aea7afd2229551041267808217d1fe2165b426f7138095fce24f5c28d9f31c83db
EBUILD pyrepetierng-0.1.0-r1.ebuild 628 BLAKE2B 14804b2a5f41d1c82f5eaf4c20d5ab30396936d531954093035d03c8582e5e3ea80de8894b89625eaf1d669e3e1699fcaffa1c0c3543ba7d4a2bc363349af74d SHA512 f2d74b9a8184e8ac6933761aca720677c3d5359872ccced5075d77444a388437f4ba74ab94bf3a6bdae62764f6d984e208a95a814b47545c0f1f54dcfcad1e00
MISC metadata.xml 524 BLAKE2B 2175a1710d054bdcd74e0ea3fd9a271ef64fdc399a286238b8f086cb0c6b8da677ecb33370d48a2becc5c9cf641152f2ffd7f3823b3d9b49e37fa4c3dedc285c SHA512 5826ed9c93ddc553c7d3519b2892750b89d0108a9fd1a3cabdb3c0f5600fe3f30c476d8fb8550694d7bd4dc2bde2595739090cfb367a04e10071757cebbc9a22

View File

@ -1,16 +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} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="A updated python Repetier-Server library based on Mtrabs library"
HOMEPAGE="https://github.com/ShadowBr0ther/pyrepetier-ng https://pypi.org/project/pyrepetierng/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"