dev-python/todoist-python: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
4802441a73
commit
c5e6b7f1e8
@ -1,3 +1,3 @@
|
||||
DIST todoist-python-8.0.0.gh.tar.gz 23269 BLAKE2B 052a0ecff44091edf481ceef04b2cd793b724ffb9fe12ca3bc26ea77741951390443c0faa48fa7146c258fd3f920a403c3206208dfe518c75e46572e22c2ae5e SHA512 665267de1500a660985abe2bc4467029673caa4dcf40de0e39df89c520675c2e92a339ce4b04d392ac172b75ce794a0128e470379c648be43a0d96655955107d
|
||||
EBUILD todoist-python-8.0.0.ebuild 771 BLAKE2B 5c69c97e44e6f642491cf7014d2a83b9b336c4485abd7deeda0374b466ac1d800d49b212d99abdd8df30f15697788783c19e293efbd01ca481ee2e1c7970218b SHA512 75ff7ee188026d7787b19ea087ca584ff7df35133876bbbf40d229b3fd4f953d8b04aa111f4e4ad63fc5f7b1bb1a610c9d47681970afcf0c95761e5e7c0049c8
|
||||
MISC metadata.xml 453 BLAKE2B 445ae7e4b70b1c24ec0f8b7c59d81bfdd3935224e511a4845a216a1b36a207fcbed731389fc31f7da729d0dfc52efd7c8ba204c5d9c36d3e3f46af08bb921369 SHA512 81b8782d302c31fbce65c22e105b2f2d77160faadc3814b48f9b0c395fda592e59fb83972237f89cfd41ed81bf4789fea8b8df632c7c41b23d7983df1aba3260
|
||||
DIST todoist-python-8.0.0.gh.tar.gz 23176 BLAKE2B fb1a1ee41437da5067c675994188f0e5484072f5dda6763df3e069f9941b63e638eee51354c3b02aec448a026d5d747fe0d0d37a46b55bc5525d38888805737c SHA512 77103896682276f4deaaef7d9269932a8ca124d543b21376d3447f7f76c4277137757497f3f34de2759496931974659ab57a10a96863a9d3afcd3e373ad3ee65
|
||||
EBUILD todoist-python-8.0.0.ebuild 771 BLAKE2B 37f70ebeb94f53060d569dd9ba8acdd75eaa2c4950568e29f922eac3615b53237454f78cfcfbbe27d6a6e868c6379a59a3759089ff5ef7123d32611526fcdcdf SHA512 bcfbed3097deb64f11010ae27216a0520380b113fb23fa090d58e3086e6d7898ea90483a09643531caa8cefe6094895c7ee3803b8e17ee2a2269000edc8f5348
|
||||
MISC metadata.xml 515 BLAKE2B 89ee8635c02ba22037b2e5332ac43d2f64798e886ed785a88550e6ad324bfb3e6d9063f3aed5b1c9685cceec41cd62d69940d1363201fa340372831036bb4090 SHA512 9c5313fff6c20865713430dc2b5adbdb6b9a9d0bff44d96dce6c1a2d297184d30f95218bfc818012ad719d42175eb54dbdf4b12a95c3b168557b57b7b94e7bda
|
||||
|
@ -7,6 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">todoist-python</remote-id>
|
||||
<remote-id type="github">Doist/todoist-python</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>info@todoist.com</email>
|
||||
<name>Doist Team</name>
|
||||
|
@ -1,17 +1,16 @@
|
||||
# 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} )
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
MY_P=${PN/-/_}-${PV}
|
||||
|
||||
DESCRIPTION="todoist-python - The official Todoist Python API library"
|
||||
HOMEPAGE="https://github.com/Doist/todoist-python/ https://pypi.org/project/todoist-python/"
|
||||
SRC_URI="https://github.com/Doist/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
MY_P=${PN/-/_}-${PV}
|
||||
SRC_URI="https://github.com/Doist/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -23,7 +22,6 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user