Skip to content

Commit

Permalink
app-portage/livecheck: add 9999
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Udvare <audvare@gmail.com>
  • Loading branch information
Tatsh committed Nov 21, 2023
1 parent d74c6b0 commit 9c49fde
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-portage/livecheck/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DIST portage_livecheck-0.0.8.tar.gz 15729 BLAKE2B 1e8f4e429d8fc41a293aaf9c3d0b798a8ca5eeebedfeb01a60c60aa466d3c01a7aa5b68a31f576eac38ca1728a9b5beea9d3277993c41ddf9c1eee4ede70aba5 SHA512 d15a3328bbb1b36b631a7774eaf9c50cc4c44483f399ff8efbbd57c2d79e24a05e9d435fed9f19922288f35fc2c325d12d1bde3b4f90f164e7987faded5f26cc
EBUILD livecheck-0.0.8-r1.ebuild 536 BLAKE2B 7633e92bef468d12fed5d0615cd1818b0702178a5aa8f96e214018e73a711558ea09fd1872f1958b2dadf45d71b3e850bafdccff0a13e55a4fb2860e8aef9402 SHA512 552ce2951cfedc7f15384b7ba09cd800bbaed22b0965e9361ef7368a56a96c8162f6b8beb07b65669b591c4fd20f80a1ceeba09f3779bb3340a9014a6af24327
EBUILD livecheck-9999.ebuild 658 BLAKE2B 8480b20028e851fbe8cc945977a6997e2011207fb75e4bbcd7fedca3481f3bcc20b9f8bb89f9ba7e98265298d7a0e6cd51c6b225f06fa0273901ae7336d28871 SHA512 a7d657fd709cba5408a8c3ba1744f5ae4fb2551609aefba2c58f2aede29285bdddc0b64b3867547a3b35da8de5a146bf8e5bac68694b6a00a24e648e13795a08
MISC metadata.xml 326 BLAKE2B b8a1dc2d8c61e06687703eb3ef5f39018da43289700a9fe8cf3a7473043546c6be2d2a0c2f94074fe11c3d39d80247b3fb12927af12c139730c901aadff929e8 SHA512 88a363bc1a6ab2361d3404017ec2fd7623fff3ab4b413395516a8060f483e3c9f9941d74a817a893615f1f11cf472aa624d5db3cdb52f68cbf349fb4cd4f9625
29 changes: 29 additions & 0 deletions app-portage/livecheck/livecheck-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_1{0,1,2} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1

if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/Tatsh/livecheck.git"
inherit git-r3
else
PYPI_PN="portage-${PN}"
inherit pypi
fi

DESCRIPTION="Tool to update ebuilds."
HOMEPAGE="https://pypi.org/project/portage-livecheck/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/click[${PYTHON_USEDEP}]
dev-python/loguru[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

0 comments on commit 9c49fde

Please sign in to comment.