Package Details: python-flake8-polyfill 1.0.2.r18.gb98e6f4-2

Git Clone URL: https://aur.archlinux.org/python-flake8-polyfill.git (read-only, click to copy)
Package Base: python-flake8-polyfill
Description: Polyfill package for Flake8 plugins
Upstream URL: https://github.com/PyCQA/flake8-polyfill
Licenses: LicenseRef-MIT
Submitter: SpotlightKid
Maintainer: gesh
Last Packager: gesh
Votes: 6
Popularity: 0.48
First Submitted: 2016-10-21 14:19 (UTC)
Last Updated: 2024-04-30 16:56 (UTC)

Pinned Comments

gesh commented on 2024-03-27 12:35 (UTC)

Pushed the update, however it broke the build, so I backported a few of the fixes from the Github repo. To ease future maintenance, the last commit effectively turns this into a -git package to pull in the automatic fixes published by Github. This isn't necessary for most usecases -- if the PKGBUILD looks intimidatingly complex to you, you can always git checkout master^ to use the conceptually-simpler backport.

Latest Comments

« First ‹ Previous 1 2 3

gesh commented on 2024-03-28 13:17 (UTC)

Can't reproduce -- can you post the output of

read -r target repo commit < <(sed -n '/source.*git/{s/source = \(.*\)::git+\(.*\)#commit=\(.*\)/\1\t\2\t\3/;p}' .SRCINFO)
git clone "$repo" "$target"
git show "$commit"

The commit should be

commit b98e6f4f6cc90334f4d7040745aee91b4021cc42 (HEAD -> main, origin/main, origin/HEAD)
Merge: 5321277 821f15d
Author: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
Date:   Mon Apr 11 19:40:26 2022 -0500

    Merge pull request #20 from PyCQA/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate

petaramesh commented on 2024-03-28 06:03 (UTC)

Hello, Currently broken, doesn't build :

Construction de python-flake8-polyfill... ==> Création du paquet python-flake8-polyfill 1.0.2.r18.gb98e6f4-1 (jeu. 28 mars 2024 06:58:31) ==> Vérification des dépendances pour l’exécution… ==> Vérification des dépendances pour la compilation… ==> Récupération des sources… -> Mise à jour du dépôt python-flake8-polyfill git… -> fix-tests.patch trouvé -> version.sh trouvé ==> Validation des fichiers source avec sha256sums… python-flake8-polyfill ... INTROUVABLE fix-tests.patch ... Réussite version.sh ... Réussite ==> ERREUR : Un ou plusieurs fichiers ne sont pas valides ! Impossible de construire python-flake8-polyfill

gesh commented on 2024-03-27 12:35 (UTC)

Pushed the update, however it broke the build, so I backported a few of the fixes from the Github repo. To ease future maintenance, the last commit effectively turns this into a -git package to pull in the automatic fixes published by Github. This isn't necessary for most usecases -- if the PKGBUILD looks intimidatingly complex to you, you can always git checkout master^ to use the conceptually-simpler backport.

gesh commented on 2024-03-25 13:24 (UTC)

Please update to PEP517 installs -- directly invoking setup.py is deprecated nowadays.

SpotlightKid commented on 2020-03-04 06:31 (UTC)

@je-vv: Done. This was a left-over from previous versions of the package.

je-vv commented on 2020-03-03 22:00 (UTC)

Can you remove python2-setuptools as a makedepend? The package doesn't install python2 modules any ways...

SpotlightKid commented on 2019-10-24 00:40 (UTC)

@actionless: Fixed. Thanks for the report.

actionless commented on 2019-10-24 00:20 (UTC)

==> ERROR: pkgbase should not be an array