dev-python/casttube: new package, add 0.2.1-r2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-25 13:50:45 +01:00
parent 11436cf1f2
commit 972bb8e78e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 44 additions and 2 deletions

View File

@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1821 Ebuilds in total, 1810 of them have in total 1829 (42 different) licenses assigned.
There are 1822 Ebuilds in total, 1811 of them have in total 1830 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1032|
|MIT|1033|
|Apache-2.0|410|
|GPL-3|120|
|BSD|103|

View File

@ -0,0 +1,3 @@
DIST casttube-0.2.1.tar.gz 5182 BLAKE2B 0cd279da67aa59ddaa82913ef40815d28884b078448804742dfa3a6242a666c86cdaecf30cdf1ea913188d61953b5f38e133311d11491db443b55ae78b186558 SHA512 0b077b1f622c1029e9cff949a1d1cd4f380d9110324ca6211eb4d6bc97fbf3aa4d7be47cb692c2a7628ab62b309fd9957ee6392060f27e06d030691ad8cde00f
EBUILD casttube-0.2.1-r2.ebuild 529 BLAKE2B 5589d531d86c29f32fe0be42ac97910b11363f2ac1a885be558c047de4873b4d8b5e1ca36b204564a7cc079eb0330e437f763343060a2047fa7aef4c0db7bd60 SHA512 4d51962dea583c6656b9c1f27032e42452df5a51d782f9002eab8ec3cd15a63fb0b5b7d5a730955cb9508ee978d84c44f38475987718315df2408cb7b2a1e974
MISC metadata.xml 505 BLAKE2B df9dc8630443ca6c228051d32c0b1dd49ac610b4e31507c2d9609e8b27508e0ab7036ba426c831b06e4b7e3a831186d20a68eefcc4a1509c707df3034a7de56b SHA512 733c3a3e0d22b6cc64664166b16571192ab9efc7bd1fa1554b673c5902169971409b460f7a821d21a86d22512df83c5ec05be6b09b708d75072d1524c1665417

View File

@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="casttube provides a way to interact with the Youtube Chromecast api"
HOMEPAGE="https://github.com/ur1katz/casttube"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
src_prepare() {
sed -e '/data_files/d' -i setup.py || die
distutils-r1_src_prepare
}

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">casttube</remote-id>
<remote-id type="github">ur1katz/casttube</remote-id>
<maintainer status="unknown">
<email>4urikatz@gmail.com</email>
<name>Uri Katz</name>
</maintainer>
</upstream>
</pkgmetadata>