dev-python/RtmAPI: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AUX RtmAPI-0.7.2-2to3.patch 2681 BLAKE2B 606578432ac957924214f4c209ca7bf2c51d4254c1a8fe118d4af7a99d603504de17577a1dd30615450b70760a494a4913465a77f688e4a277c41c6ae9e30f1b SHA512 912cb24e13632f3fdadb0230a160890d6325e864b32f2e7c032cf6ac1372ad464d3af5185df1436a10f8384cfcd1c3f59ea915381839cdf13dbff21f2c2afdc8
|
||||
DIST RtmAPI-0.7.2.tar.gz 4088 BLAKE2B ca71115b866c6a6fff7887d199d92c55ce7bd1b319f2caedc92c3f7da90edcc111cedde1642c6493e2faca84f20b17fcfaa492ac67a1d56b9dc896b3eafc21b6 SHA512 e56b78484133664b0d101fd5023b0271ca5cee31febf5d8fc5ccdd43a592d3cbf5d0383b9d6e6b384b367f2e827c5842a0eaffd2b85093d4a017e0ceb0e891ae
|
||||
EBUILD RtmAPI-0.7.2-r2.ebuild 742 BLAKE2B 965438c9fb49a828c75132bbc98f37d302622e3c52c52786f07357158c75164a65f9636cb8326d0d594dc9dfb7f19108f16ee652c84550be86866617072e6c7e SHA512 ba69500d2b8c5b36950d63973a146a12d7b14831ffa9fa712a3a80c9c6b6fda6ec82cc43c157ef159f6039afd3a86d78e479159cdf851fe1477cecbd1d8e607d
|
||||
EBUILD RtmAPI-0.7.2-r2.ebuild 747 BLAKE2B e30808c63ca0a0e102aa7dbbd2d76bd147591b288b8bd90b244b89c27272eba28fb600f2f09a5c8c73aceff24fbfb593e2bf332b396b9ca2644fb1daebf6b3bb SHA512 cb1b98f558a6593703d993754acd8590c4d12539c0fa3d79d27d416f2f010a47234ba1e6c2e1b959f36a948f324d536cdcec3f47270a25da6e5889754340e2b2
|
||||
MISC metadata.xml 520 BLAKE2B a6b391fc755e3049196c8e468952614e2a52afcd09a4796e7e5e547c412e2b476dbe9060e43c64bdea019e495877dc4c036dedea9315f60248bb0ad2e3b69a62 SHA512 73bdbbb948229684f0ca6845d385d0c4f85c337a3955a67f4ec7a336bb2c502393a9adf23105284d8656a6847103d41c931422862be4a279293d23f6f3afc68b
|
||||
|
||||
@@ -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="API package for rememberthemilk.com"
|
||||
HOMEPAGE="https://bitbucket.org/rtmapi/rtmapi https://pypi.org/project/RtmAPI/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user