Package Details: pam-python 1.0.8-3

Git Clone URL: https://aur.archlinux.org/pam-python.git (read-only, click to copy)
Package Base: pam-python
Description: Python for PAM
Upstream URL: http://pam-python.sourceforge.net/
Licenses: GNU Affero General Public License
Submitter: kageurufu
Maintainer: komex (renyuneyun)
Last Packager: komex
Votes: 7
Popularity: 0.000000
First Submitted: 2019-10-24 16:27 (UTC)
Last Updated: 2021-08-10 08:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

komex commented on 2021-08-10 08:47 (UTC)

Hi, @boredland. Yes, my mistake. Now it fixed.

boredland commented on 2021-08-09 20:13 (UTC) (edited on 2021-08-09 20:20 (UTC) by boredland)

you removed the python2 dependency, but in setup.py you have the following header:

#!/usr/bin/python -W default

so I think you need to add python2 as a dependency

renyuneyun commented on 2020-11-28 11:07 (UTC) (edited on 2020-12-02 11:39 (UTC) by renyuneyun)

The new version (1.0.8) changes its source and therefore can be built without Python2 (and python2-sphinx). The prepare() function in PKGBUILD no longer need to replace all Python with Python2, at least during my build. Basically, I did the following steps:

  1. update to v1.0.8
    1. update package version to 1.0.8 (line 4)
    2. replace source with newer version (line 18)
    3. update the hash (I actually used 'SKIP') (line 20)
  2. remove everything about python 2, and replace with python 3 where necessary
    1. comment out dependency of python2 (line 11)
    2. replace make dependency python2-sphinx with python-sphinx (line 14)
    3. comment out (in prepare()) lines replacing python with python2, as well as sphinx (line 25, 26 & 28)

lgaboury commented on 2020-11-12 20:54 (UTC)

Will not install as the python2-sphinx package it depends on is no longer available.

xuanruiqi commented on 2019-11-19 04:29 (UTC)

Don't forget to update .SRCINFO ;-)

uumas commented on 2019-11-16 20:22 (UTC)

You forgot to update .SRCINFO with the 1.0.7 update.