dev-python/TravisPy: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-09 19:22:42 +02:00
committed by Andreas Billmeier
parent 2959e9406f
commit 0d492eef4c
2 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
DIST TravisPy-0.3.5.tar.gz 27180 BLAKE2B 488a4839da3f6a50d748bd57121715bc89e11e3e001716aac261e431e2bbc58af1c945534fbfc0d243e2fdad9518e3e64362bdd3498ff901e0b40af92df8b615 SHA512 16bbd0f2eb782c296403f5841411e74405fa4faf6f28e11e7c7ce19536d2cfd4a89637c57c9445c3a6e64c11a5557e6390d25ca571940fdcde3ecf344b315ad5
EBUILD TravisPy-0.3.5.ebuild 683 BLAKE2B cca4ac92cec965cd19625bfabbd1e672d7728f4a0b15945e00ec8780f6b6cc6e2695ed789c67fa6c8b05b05a7d9c492780a8a0b62c07b925c52131850ccd5b1b SHA512 857bee2ac5a2c8037b6508eb69e4df15aa897d7283fb5a5b09c64c5fe32ff7796c210b692740d4efca0e11e72f85a077c0dc6044657d2f4c89ab0a7469729d88
EBUILD TravisPy-0.3.5.ebuild 688 BLAKE2B 215c81ea0e95c8d1ca1d00d3aa34aa40df366f6a53f3e45da9958a8cf111c7bb12d51113500acb8bd4e78ad210db10e26eaf099f907818a32065c1e5e41288b8 SHA512 6c83d04b92a538ab6c5b224a541074cffc05439b93997b5d715f0c33130f16cef4e490961cd91246b6ae123cc0b1451f546a83153ff666d054fec70e3bb56fac
MISC metadata.xml 515 BLAKE2B 5a6cfac94e4b979deefc97f59158e83ed3c9c910a126caa66ceab0bfa27e9e54e091cce51474938eac5524c7e24807b055fd37616d88ebd6b3212de1728d4247 SHA512 a596e7ffb74f69c3d97a8f1b03eff81d8f04b6b159f53f249993685d121bcc959e7f560e5e583411f2a6561688141ac676ab127c220c740bca648904166f8cc8

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="Python API for Travis CI."
HOMEPAGE="https://github.com/menegazzo/travispy https://pypi.org/project/TravisPy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"