Package Details: stapler-git 1.0.0-1

Git Clone URL: https://aur.archlinux.org/stapler-git.git (read-only, click to copy)
Package Base: stapler-git
Description: Manipulate PDF documents from the command line
Upstream URL: http://github.com/hellerbarde/stapler
Licenses: BSD
Submitter: haawda
Maintainer: Stebalien
Last Packager: Stebalien
Votes: 96
Popularity: 0.50
First Submitted: 2009-08-09 20:20 (UTC)
Last Updated: 2020-03-15 01:42 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

Stebalien commented on 2020-03-15 01:45 (UTC)

@colinkeenan, fixed.

colinkeenan commented on 2020-03-13 10:23 (UTC)

Won't build anymore due to not finding setup.py and upgrading python setuptools (sudo pip install --upgrade setuptools) doesn't fix it.

==> Making package: stapler-git 1.0.0-1 (Fri 13 Mar 2020 04:42:06 AM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating stapler git repo...
Fetching origin
==> Validating source files with md5sums...
stapler ... Skipped
==> Extracting sources...
  -> Creating working copy of stapler git repo...
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting check()...
python: can't open file 'setup.py': [Errno 2] No such file or directory
==> ERROR: A failure occurred in check().
    Aborting...
warning: could not open directory 'pkg/': Permission denied

m040601 commented on 2019-11-23 23:04 (UTC)

Please remove the python2 dependencie. Not needed anymore: https://github.com/hellerbarde/stapler/pull/55 This makes stapler Python 3 compatible while keeping compatibility with Python 2.7

Stebalien commented on 2019-11-20 17:16 (UTC)

@colinkeenan the dependencies are correct. You need to install https://aur.archlinux.org/packages/python2-pypdf2/.

colinkeenan commented on 2019-11-20 16:25 (UTC) (edited on 2019-11-20 16:27 (UTC) by colinkeenan)

Dependency list needs to be updated

==> Making package: stapler-git 0.3.2.r16.g7c153e6-1 (Wed 20 Nov 2019 10:13:48 AM CST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: python2-pypdf2
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> python2-pypdf2
  -> python2-setuptools
  -> python2-more-itertools

lahwaacz commented on 2016-10-29 18:35 (UTC)

The dependency should probably be replaced with python2-more-itertools from [community].

colinkeenan commented on 2016-10-29 18:06 (UTC)

Now that python2-more_itertools is not in the AUR anymore, how can we build this package?

xduugu commented on 2015-11-06 13:01 (UTC)

Requires more_itertools[1] since October 26: https://github.com/hellerbarde/stapler/commit/c152bb7afe8dc52c9435698227c3a097663f2f1c [1] https://aur4.archlinux.org/packages/python2-more_itertools/

Stebalien commented on 2015-09-24 20:00 (UTC)

@TrialnError. Good point; updated.

TrialnError commented on 2015-09-24 19:31 (UTC)

The README.md got renamed to README.rst so the install in package() will fail now. Edit: And the pkgver should probably be enhanced. First by adding --tags to git describe, so the latest tag will be used for version. And then additional enhance the sed command to sed 's/\([^-]*-g\)/r\1/;s/-/./g' The revision counter will get a r before, which avoids some downgrade errors