1
0

app-misc/ncmlyrics: new package, add 0.1.0_alpha2

This commit is contained in:
Puqns67 2024-10-15 23:56:30 +08:00
parent fa3bec319c
commit 64318f8b6d
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST ncmlyrics-0.1.0a2.tar.gz 33186 BLAKE2B bf7ae1c11140c9d1484e4d1d127be345c03779c8a2e3ff89af46970055ab07c91915773864268bdeec37a3c9ea46dbf117a30d6af0e8785117a1c14d3074051c SHA512 169a8b569b2a7e95d612782d4e161ca5ed06b5beee84150ca2f628347800a0f7dac99db05b82fecd739e6004cd0be7c2f95f665a7a4aeae1b375bb2494b3f238

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@puqns67.icu</email>
<name>Puqns67</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/Puqns67/ncmlyrics/issues</bugs-to>
<remote-id type="github">Puqns67/ncmlyrics</remote-id>
<remote-id type="pypi">ncmlyrics</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,31 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="hatchling"
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
DESCRIPTION="No description now"
HOMEPAGE="
https://github.com/Puqns67/ncmlyrics
https://pypi.org/project/ncmlyrics/
"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
RDEPEND="
dev-python/httpx[${PYTHON_USEDEP}]
dev-python/h2[${PYTHON_USEDEP}]
dev-python/rich[${PYTHON_USEDEP}]
dev-python/brotlicffi[${PYTHON_USEDEP}]
dev-python/zstandard[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/platformdirs[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest