aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-evdev/Makefile
Commit message (Collapse)AuthorAge
* python-evdev: bump to version 1.7.0Alexandru Ardelean2024-03-14
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* python-packages: Replace --global-option with --build-optionJeffery To2023-05-28
| | | | | | | | | | setuptools 64.0.0 deprecated the use of --global-option to pass build parameters[1]. This replaces the use of --global-option with --build-option. [1]: https://github.com/pypa/setuptools/blob/main/CHANGES.rst#v6400 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-libraries: Update build optionsJeffery To2023-04-24
| | | | | | | | This updates the build options for these packages to work with the pyproject.toml-based build process, and removes PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-libraries: Force old build processJeffery To2023-04-24
| | | | | | | | These packages will need adjustments to work with pyproject.toml-based builds, so set PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1 to force the old build process (when pyproject.toml-based builds are in place) for now. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-evdev: bump to version 1.6.1Alexandru Ardelean2023-02-04
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* python-evdev: bump to 1.6.0Alexandru Ardelean2022-08-22
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-evdev: bump to version 1.5.0Alexandru Ardelean2022-03-30
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-evdev: bump to version 1.4.0Alexandru Ardelean2021-01-20
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-packages: Clean up MakefilesJeffery To2020-04-22
| | | | | | | | | | | | | | | | | | | This removes: * Python 3 variants (VARIANT:=python3) * "for Python3" from package titles * Package selection condition from package dependencies, e.g. +PACKAGE_python3-six:python3-light replaced with +python3-light * "Default" package information sections, e.g. Package/python-six/Default removed and package details merged into Package/python3-six * "(Variant for Python3)" from package descriptions Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-libraries: Remove Python 2 variantsJeffery To2020-04-02
| | | | | | The Python 2 variants will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-evdev: bump to version 1.3.0Alexandru Ardelean2020-01-13
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-{asn1crypto,evdev,lxml}: add -src packagesAlexandru Ardelean2019-08-12
| | | | | | | They seem to have become popular, so adding src packages for these as well. Not bumping PKG_RELEASE intentionally, since these packages are new. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-evdev: use PYTHON[3]_PKG_SETUP_GLOBAL_ARGS vars for buildAlexandru Ardelean2019-04-25
| | | | | | | This is a minor cleanup. Use PYTHON[3]_PKG_SETUP_GLOBAL_ARGS variable to specify extra build args. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-evdev: bump to version 1.2.0Alexandru Ardelean2019-04-25
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-evdev: bump to version 1.1.2Alexandru Ardelean2018-09-11
| | | | | | | | | Version 1.1.2 has been released recently. Pull newer version into the packages feed. Also, switch URL to a fixed form. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-evdev: new packagePaulo Costa2017-08-18
This build script supports both Python 2.x (python-evdev) and 3.x (python3-evdev) From the README: This package provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/. This package also comes with bindings to uinput, the userspace input subsystem. Uinput allows userspace programs to create and handle input devices that can inject events directly into the input subsystem. Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>