Package Details: pkgtools 25-9

Git Clone URL: https://aur.archlinux.org/pkgtools.git (read-only, click to copy)
Package Base: pkgtools
Description: A collection of scripts for Arch Linux packages
Upstream URL: https://bbs.archlinux.org/viewtopic.php?pid=384196
Licenses: GPL
Provides: newpkg, pip2arch
Submitter: farseerfc
Maintainer: farseerfc
Last Packager: farseerfc
Votes: 112
Popularity: 1.17
First Submitted: 2015-08-10 10:07 (UTC)
Last Updated: 2021-08-29 03:15 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Latest Comments

1 2 Next › Last »

RubenKelevra commented on 2022-05-28 20:06 (UTC) (edited on 2022-05-28 20:06 (UTC) by RubenKelevra)

pip2arch isn't working anymore:

Traceback (most recent call last):
  File "/usr/bin/pip2arch", line 251, in <module>
    main()
  File "/usr/bin/pip2arch", line 234, in main
    p.get_package(name=args.pkgname, pyversion= args.pyversion,
  File "/usr/bin/pip2arch", line 73, in get_package
    raw_urls = self.client.release_urls(name, version)
  File "/usr/lib/python3.10/xmlrpc/client.py", line 1122, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python3.10/xmlrpc/client.py", line 1464, in __request
    response = self.__transport.request(
  File "/usr/lib/python3.10/xmlrpc/client.py", line 1166, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/usr/lib/python3.10/xmlrpc/client.py", line 1182, in single_request
    return self.parse_response(resp)
  File "/usr/lib/python3.10/xmlrpc/client.py", line 1354, in parse_response
    return u.close()
  File "/usr/lib/python3.10/xmlrpc/client.py", line 668, in close
    raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault -32500: 'HTTPTooManyRequests: The action could not be performed because there were too many requests by the client. Limit may reset in 1 seconds.'>

I created an issue upstream:

https://github.com/lclarkmichalek/pip2arch/issues/22

ewout commented on 2022-01-07 19:26 (UTC)

upgpkg is missing from Makefile, please add a manual cp inside package().

thiagowfx commented on 2021-08-02 02:30 (UTC)

Yes, please do add pacman-contrib as a dependency. It was recently split off pacman: https://bbs.archlinux.org/viewtopic.php?id=256230

helasraizam commented on 2019-03-24 00:52 (UTC)

whoneeds needed pacman-contrib for pactree, does pacman-contrib need to be added as a dependency?

farseerfc commented on 2017-10-17 09:10 (UTC)

@cfr42 it was originally an official package, now depreciated. https://www.archlinux.org/news/deprecation-of-abs/ Deleted it from optdepends.

cfr42 commented on 2017-10-17 00:54 (UTC)

There is no abs package in either the main repository or AUR. Did you mean aps?

fordprefect commented on 2017-01-30 22:31 (UTC)

pip2arch is not working for me. apart from the mandatory https access (fixed in a later commit, no release yet) it also throws other errors. maybe poke upstream about it, also to make a new release so we get fixes?

farseerfc commented on 2016-07-09 12:36 (UTC)

@prettyvanilla Oh sorry, that's my accident. Should have fixed that.

prettyvanilla commented on 2016-07-08 17:17 (UTC)

That fixed the problem, thanks. But you also (accidentally?) committed the pkgtools source tarball, which led to conflicts when pulling the new revision. Besides, pkgfile.conf doesn't need to be in the backup array anymore.

farseerfc commented on 2016-07-08 04:37 (UTC)

@WhiteHatHacker1 @DaimyoKirby Sorry for the long wait. I have pushed a fix for whoneeds, please test whether the problem remains.