mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
dev-util/nvchecker: New package
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
28
dev-util/nvchecker/nvchecker-2.19.ebuild
Normal file
28
dev-util/nvchecker/nvchecker-2.19.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="New version checker for software releases"
|
||||
HOMEPAGE="https://github.com/lilydjwg/nvchecker/"
|
||||
|
||||
SRC_URI="https://github.com/lilydjwg/nvchecker/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="aiohttp"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/structlog[${PYTHON_USEDEP}]
|
||||
!aiohttp? (
|
||||
dev-python/pycurl[${PYTHON_USEDEP}]
|
||||
dev-python/tornado[${PYTHON_USEDEP}]
|
||||
)
|
||||
aiohttp? (
|
||||
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user