aboutsummaryrefslogtreecommitdiff
path: root/lang/python/Mako
Commit message (Collapse)AuthorAge
* Mako: Remove packageJeffery To2022-03-18
| | | | | | | | | | | | | | | | This package (more specifically, the host version) was added for mesa in the video feed[1]; no packages in the packages feed require this package. As mesa will be updated to install Mako using host pip[2], there is no need to continue maintaining the package here. It will be imported into the abandoned packages repo[3]. [1]: https://github.com/openwrt/packages/commit/2e17cb9a1b336f4b53146bdedbc583a03092e424#commitcomment-63047904 [2]: https://github.com/openwrt/video/pull/25 [3]: https://github.com/openwrt/packages-abandoned/pull/26 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Mako: add python markup libraryDaniel Golle2021-10-07
Mako is needed for some packages to build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>