George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-flake8
Commits: 9f8f01d7 by loqs at 2026-06-27T17:36:58+00:00 Remove from depends python-entrypoints Removed upstream in https://github.com/PyCQA/flake8/commit/d3c95f00d0ac14adcceb423173ff7106aa42d116. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -16,7 +16,6 @@ pkgbase = python-flake8 depends = python-pyflakes depends = python-mccabe depends = python-pycodestyle - depends = python-entrypoints provides = flake8 replaces = flake8 source = python-flake8::git+https://github.com/PyCQA/flake8#tag=7.3.0 ===================================== PKGBUILD ===================================== @@ -17,7 +17,6 @@ depends=( 'python-pyflakes' 'python-mccabe' 'python-pycodestyle' - 'python-entrypoints' ) makedepends=( 'git' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-flake8/-/commit/9f8f01d732aa56a28f232cdb922f781f4f83c40c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-flake8/-/commit/9f8f01d732aa56a28f232cdb922f781f4f83c40c You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
