dev-python/uplink-protobuf: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-05-29 11:31:12 +02:00
committed by Andreas Billmeier
parent bcdfec6839
commit 4876585d38
2 changed files with 6 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
DIST uplink-protobuf-0.1.0.tar.gz 7994 BLAKE2B 64b6b1eecf6853725f634ac0e1adde13cdcf9b689d41c8099b9963e3f072b1be79600de29c962612421787bee075a80137c1ba872ad1e3114169565e88f5e758 SHA512 83f46a43d6bd45eafa89acbc1e836ca3e8a6ee1b87d4f253dc62b1f324027be3dad2e3aaad4293310db5f294ed3219080e9f645e153441a3402db9c17af83f2c
EBUILD uplink-protobuf-0.1.0.ebuild 766 BLAKE2B 2ee51344c3d54913254e0486d3ba68444c082addca3cea21effb02ee69f9c42d2d3f37b0f67649e7a4c517ad99b61a81aa39068b245f4cebd75855195dc3e5f5 SHA512 e7c4eb21f17f102bf2935a507e5f4b3d6defdfaf75593d8e24d1000377c2802d381230b8831e757656584f31b9fda8e9fc35b0b30923eba610a599e643463f63
EBUILD uplink-protobuf-0.1.0.ebuild 770 BLAKE2B f9d02e690b2e2c6c051a8d0e84e65d2a9e070453c21b923b0cf1c68bf894fe3624c66d69803e0749f307df591df4b913baa0396ecf7eadf6523661f71fa03aa1 SHA512 c03ad2372776b1dfc5520ed87e4b26d2e2061212c59172777ea9df34bb173ec9c4eebfd81faca57a05406a05224568386f09f0313480058e5f6591d60c20743c
MISC metadata.xml 531 BLAKE2B e682f628d408e928878b62823d819f59369f00eaff78d0f4dda2ecba4871b7d44c76358fed99ed4978148c0b28873ebe282611ec9090a6a3cb2766453478acbb SHA512 3ac6cb8d7ab3c2bf7be393e3c8eeba43a75340ea8f887163c336e845c94620d2e789f646c9ee1c5d975ca584198c9ae2987c6f9972f13a2ae9413a96d87d2869

View File

@@ -1,15 +1,13 @@
# 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="Protocol Buffers (Protobuf) support for Uplink."
HOMEPAGE="https://github.com/prkumar/uplink-protobuf https://pypi.org/project/uplink-protobuf/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"