dev-python/arcam-fmj: drop 1.2.1, 1.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-03 19:07:11 +01:00
committed by Andreas Billmeier
parent 45e4ab2b9a
commit f8a326b0dc
4 changed files with 2 additions and 78 deletions

View File

@@ -612,11 +612,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 1653 Ebuilds in total, 1642 of them have in total 1656 (40 different) licenses assigned.
There are 1651 Ebuilds in total, 1640 of them have in total 1654 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|950|
|MIT|948|
|Apache-2.0|352|
|GPL-3|96|
|BSD|95|

View File

@@ -1,7 +1,3 @@
DIST arcam-fmj-1.2.1.tar.gz 18314 BLAKE2B ab6cdf259c86cbf736612d0c70be5470f8b34cbd84dcc633ff52b689b656e730d018f91d60ef2aee5c4d22e339079153346fde9017f3eaeafdf4e54fa6a7978f SHA512 dbb1fc8acd113e9901702c2917866df961b56484f64689cbbc437a0252fe6e6a4f612daf9647c5948d2e12451b11da255bd7af71d018e492535507c806e2385c
DIST arcam-fmj-1.3.0.tar.gz 18317 BLAKE2B 4998db9f1645f883cf75ebdb29a7b2a7bd101913475c692c9ac9905b2120d8ce0fb797702011fc0831883fd1623339879ef7cfad26d29110f1f10d80fd1b4101 SHA512 0c6bf27063c2350f6e6144a9993128ee16de820575e5494af125635736f290a49ceb1f61b1d3bdc4fbd075a62136d641adc5899941edefb17a6426bff7274b33
DIST arcam-fmj-1.4.0.tar.gz 18650 BLAKE2B d66a491f2b038da9ae89f7b2ae4a4f306038a4b665a00934f773d925bab81dad400be38c539a1d9c170ca6193c0076c7c94452098482dad0d428e71294a58ccb SHA512 b4403f10f43c8334d348e9abe31eeda3a9b8b991277e83e382f00308dafa35a672c53a400797688af4b48870f15a1d00e67de4e6a7f92f2454826d183268352d
EBUILD arcam-fmj-1.2.1.ebuild 882 BLAKE2B f85e6ff04c220eb5d40d19ff15629713e74b15c74a843a6d4e109d82f63f8182b387516a4a3d4663fdd5ce4b72c9f0d1522c7b1753ff8588b35ef1dd64b02b7f SHA512 b550445aee8939c3c0e2e8ddc6b564bfcb8087ceba0389eaace0ca10f2c91cd023fbcf193f81a50632bcd5ebb0c7ae26dbd8b1745c805cb16a05543668877103
EBUILD arcam-fmj-1.3.0.ebuild 882 BLAKE2B f85e6ff04c220eb5d40d19ff15629713e74b15c74a843a6d4e109d82f63f8182b387516a4a3d4663fdd5ce4b72c9f0d1522c7b1753ff8588b35ef1dd64b02b7f SHA512 b550445aee8939c3c0e2e8ddc6b564bfcb8087ceba0389eaace0ca10f2c91cd023fbcf193f81a50632bcd5ebb0c7ae26dbd8b1745c805cb16a05543668877103
EBUILD arcam-fmj-1.4.0.ebuild 882 BLAKE2B f85e6ff04c220eb5d40d19ff15629713e74b15c74a843a6d4e109d82f63f8182b387516a4a3d4663fdd5ce4b72c9f0d1522c7b1753ff8588b35ef1dd64b02b7f SHA512 b550445aee8939c3c0e2e8ddc6b564bfcb8087ceba0389eaace0ca10f2c91cd023fbcf193f81a50632bcd5ebb0c7ae26dbd8b1745c805cb16a05543668877103
MISC metadata.xml 386 BLAKE2B 469a0f30165e7b32177f6394ee5820971a50a55ee9c633326dea83f9a1654e6a30e3e0b361b8f92d81704ea6e8278002c34b3058e3ec77913f8eed3ce743bd33 SHA512 a1e8cb4edc820c4377fc03866482d94cbc5aff84490e99a08b5623dca353d2b538630f55e19c033b987798d2e9ab9b50e6755bb4088ce94a52bbb77ec352767d

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A python library for speaking to Arcam receivers"
HOMEPAGE="https://github.com/elupus/arcam_fmj https://pypi.org/project/arcam-fmj/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/attrs-18.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/coveralls[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A python library for speaking to Arcam receivers"
HOMEPAGE="https://github.com/elupus/arcam_fmj https://pypi.org/project/arcam-fmj/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/attrs-18.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/asynctest[${PYTHON_USEDEP}]
dev-python/coveralls[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest