dev-embedded/esphome-glyphsets: add 0.2.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ae7a2c3812
commit
b74463ba74
@ -606,12 +606,12 @@ 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 2401 Ebuilds in total, 2383 of them have in total 2422 (44 different) licenses assigned.
|
||||
There are 2402 Ebuilds in total, 2384 of them have in total 2423 (44 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1368|
|
||||
|Apache-2.0|554|
|
||||
|Apache-2.0|555|
|
||||
|GPL-3|148|
|
||||
|BSD|127|
|
||||
|GPL-2|28|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST esphome_glyphsets-0.1.0.tar.gz 107252 BLAKE2B 3530ea526405f72b0c314084e9140d25175e1568ad7d22faa8c5a8db926b894e01f6652ba414023f398b6eda1851acc353e4ee1dbb86448ec9592fdaf1b051e0 SHA512 65f6a4c16c7faf0514355e6e2aa134d51366b197c2f3ac1453816ee2c56d4acdcd9ea816782e721e33c5dd46b759918466cd421d2007bbcc329dd45757f1f030
|
||||
EBUILD esphome-glyphsets-0.1.0.ebuild 519 BLAKE2B f935fca25fc623f1f5709f055b459382d54eab07f7e426f1a833ff191bf690d52414f447e27ebdebd5e243dc1b73110676a0cf8125f8b5e0cbf893ac2b01f209 SHA512 de2df41140c708f214c851ab1c1d9c7fe1629f7362a2cfa632ff185d653fc0ee4106034d1fa65c060ad492ba07cd93f2d54466d5958f974acd9a079d95fc4000
|
||||
DIST esphome_glyphsets-0.2.0.tar.gz 107213 BLAKE2B bcd2f6d28524ecc781a91755947412e21ff38d006dda08bedc53f931993844eb0bffa2a29aebaa4dee88bad472250db5d7e2102a97ae389fd9e987ad1d0e27f2 SHA512 8d136147f659a9e6a8d0b1adf4c5187195a1c3287035e206b9e761127a4fb4f53854696db292a7df2f15ff10cec29e8a22a0928293bcbab9ca2440a3b6ccdb20
|
||||
EBUILD esphome-glyphsets-0.1.0.ebuild 528 BLAKE2B eb500f5e9086ddd9941cedf9b4f10c3ad2be997808f86d7dd22d4818cc96429954045471f001e0a3b6c55b57ec1fed823d0dd83c5a61511c3f8f211f5b0ff3bd SHA512 ff7c40da0f0e8754d1d88eeef2267911e1b591083063addeba2b39e7caa74a1ddfa97720f68c1b20ad209a84d9a17de182809bab1b666630b2d1776c2893f8bc
|
||||
EBUILD esphome-glyphsets-0.2.0.ebuild 528 BLAKE2B eb500f5e9086ddd9941cedf9b4f10c3ad2be997808f86d7dd22d4818cc96429954045471f001e0a3b6c55b57ec1fed823d0dd83c5a61511c3f8f211f5b0ff3bd SHA512 ff7c40da0f0e8754d1d88eeef2267911e1b591083063addeba2b39e7caa74a1ddfa97720f68c1b20ad209a84d9a17de182809bab1b666630b2d1776c2893f8bc
|
||||
MISC metadata.xml 540 BLAKE2B c8dc542cd4013e15c0bf17e036c8615d9f79fe472c8ec1fc29feff9fa70fd16c664686e7df86ddaa36e0d693f25de09080427ac3dbfbc92680593dd64aead3e0 SHA512 50be6c603f2da55e168ef87c68c3796328bf4eb7aeeb3f3c64ca801334f89fb8a5878341205b9f612033dfa05981531df33cfeddb95e8e681e452d7f0f00d3bf
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A lightweight version of glyphsets for ESPHome"
|
||||
HOMEPAGE="https://pypi.org/project/esphome-glyphsets/ https://github.com/esphome/esphome-glyphsets/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user