dev-python/evdev: drop 1.4.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:19:32 +01:00 committed by Andreas Billmeier
parent 4be72a6588
commit 51dadb4bd9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -612,7 +612,7 @@ 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 1701 Ebuilds in total, 1690 of them have in total 1708 (42 different) licenses assigned.
There are 1700 Ebuilds in total, 1689 of them have in total 1707 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -635,9 +635,9 @@ There are 1701 Ebuilds in total, 1690 of them have in total 1708 (42 different)
|LGPL-2.1+|3|
|public-domain|3|
|PSF-2|3|
|BSD-4|3|
|AGPL-3+|2|
|LGPL-2+|2|
|BSD-4|2|
|LGPL-2|2|
|CC0-1.0|2|
|0BSD|1|

View File

@ -1,5 +1,3 @@
DIST evdev-1.4.0.tar.gz 26341 BLAKE2B ff4fe4650fc97b28637855dc835313ea7f85e9ae08b86f22ae79d821afc94748c528af39d3757f715e235a3f3f73724040907764d7eae7cae22f5e0f1fdaa4b4 SHA512 3ddcdfb5705d65ed32eddce5f101f9e4162a88678f08f6dedb41c6dbed1fe81531a6645d17b79754f17bbb9ddf4a4f97729336a52aca263d2c0c9918e33ddcf1
DIST evdev-1.6.1.tar.gz 26146 BLAKE2B 1c61ad8e4ac385df2552a8f72d74dc2726acf94223fafc41f4927bdc3b57fb0365503d357bdc910deb6ad4c9bdba317a31e8fef5e925b1c7cdc4061af6a70529 SHA512 7ff3e7388662d7c61a3fb1568816fad63639c9be2a8fa242630883b164f9d1f6b9ea6a8329913d5e30225ee3703730159e6cc77934a4257c04d13fa9e77cd836
EBUILD evdev-1.4.0.ebuild 600 BLAKE2B ec9f65378bbd50da55ab1c31169194ebf5dd207a994995ff7ad9cdd4fdab88096305333c5b7f10f39cc5b0183d02bee4651e4b804bf7ab72763e18888893d8b6 SHA512 e4a6b9b9983315dc126d6838c0d37cf8862909cd1ad49fd1789df27224c4f12f0bbde97ff274953b5bd5dfa633c44b03c6a8a709896e4a3f2f0f78061a30190b
EBUILD evdev-1.6.1.ebuild 600 BLAKE2B ec9f65378bbd50da55ab1c31169194ebf5dd207a994995ff7ad9cdd4fdab88096305333c5b7f10f39cc5b0183d02bee4651e4b804bf7ab72763e18888893d8b6 SHA512 e4a6b9b9983315dc126d6838c0d37cf8862909cd1ad49fd1789df27224c4f12f0bbde97ff274953b5bd5dfa633c44b03c6a8a709896e4a3f2f0f78061a30190b
MISC metadata.xml 565 BLAKE2B 546e028da2c63c5673e582f8baabc4e0435bf8db54cad43ba85dec2128b5939f5fc663e8b594721f6f28a2c74cff23fcfae87d7f0014ec848e3b53a985efa2a5 SHA512 2b527e93e3b0939b7fdbb1630fa5a315061dcfd36eecb5b04f0235379dbb7fa0d12c624beef3fff009f110254d705fe3a543a4eeced3c561d34a9ed3043b4c7e

View File

@ -1,30 +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
inherit distutils-r1 pypi
DESCRIPTION="Bindings to the Linux input handling subsystem"
HOMEPAGE="https://github.com/gvalkov/python-evdev https://pypi.org/project/evdev/"
LICENSE="BSD-4"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest