mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
d457c26c0dbea4c7c9e5795f898fbcd98c257ff1
Release notes: https://gitlab.nic.cz/turris/pyuci/-/tags/v0.10.0 https://gitlab.nic.cz/turris/pyuci/-/tags/v0.10.1 https://gitlab.nic.cz/turris/pyuci/-/tags/v0.10.2 https://gitlab.nic.cz/turris/pyuci/-/tags/v0.10.3 Upstream (pyuci developers) removed setup.py, I bring it back to be able to compile it despite that we do support building packages, which are using pyproject.toml, but the thing here is that their pyproject.toml requires setuptools 74.1.0 [1] [2], but Python 3.11 is using bundled setuptools and pip [3] [4]. In current version 3.11.13, there is still outdated version of setuptools, but it looks like that in the newer version, there will be new one [5]. Once, there is released Python 3.11.14 and updated in OpenWrt, these patches can be dropped. [1]240180b294/pyproject.toml (L29)[2] https://setuptools.pypa.io/en/stable/history.html#v74-1-0 [3]c94ab433ca/lang/python/python3-version.mk (L18)[4] https://github.com/python/cpython/commits/3.11/Lib/ensurepip/_bundled [5]c96ab19ae4Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
…
…
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.
Languages
Makefile
51.9%
Shell
32.7%
C
7.7%
UnrealScript
3%
C++
1.8%
Other
2.7%