Search Criteria
Package Details: python-apt 2.9.9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-apt.git (read-only, click to copy) |
---|---|
Package Base: | python-apt |
Description: | Python binding of libapt-pkg |
Upstream URL: | https://tracker.debian.org/pkg/python-apt |
Keywords: | apt debian python |
Licenses: | GPL-2.0-or-later |
Submitter: | JonnyJD |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 12 |
Popularity: | 0.008704 |
First Submitted: | 2014-06-11 08:37 (UTC) |
Last Updated: | 2025-03-17 21:33 (UTC) |
Dependencies (6)
- apt (zypper-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-distutils-extra (make)
- python-installer (make)
- python-setuptools (make)
Required by (4)
- germinate (make)
- python-germinate
- python-germinate (make)
- reportbug
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
yochananmarqos commented on 2021-07-01 15:46 (UTC)
@tallero: If it works on other architectures, then they should be specified.
https://wiki.archlinux.org/title/PKGBUILD#arch
tallero commented on 2021-07-01 11:01 (UTC) (edited on 2021-07-01 11:01 (UTC) by tallero)
@yochananmarqos you forgot the most likely in your citation. I needed the
any
to build on armyochananmarqos commented on 2021-05-15 17:41 (UTC)
This is not an 'any' package.
https://wiki.archlinux.org/title/Python_package_guidelines#Architecture
tallero commented on 2020-10-12 01:09 (UTC)
@simona: I just built the package without any problem.
At first glance yours seems like a local problem.
I mean, I don't think this PKGBUILD should touch anything in
/usr/lib/python2.7/site-packages/html2text-2019.8.11-py2.7.egg-info
simona commented on 2020-10-10 16:20 (UTC)
IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/html2text-2019.8.11-py2.7.egg-info/PKG-INFO'
tallero commented on 2020-10-10 12:58 (UTC)
@leuko: check now
leuko commented on 2020-10-03 13:58 (UTC)
I get the following error during build:
simona commented on 2020-06-26 18:54 (UTC)
thx
tallero commented on 2020-06-26 18:51 (UTC) (edited on 2020-06-26 19:07 (UTC) by tallero)
@simona fixed upgrading to 2.1.3.
In case you have trouble upgrading
apt
, know it currently lacks theperl-pod-parser
dependency.simona commented on 2020-06-25 07:21 (UTC)
python/acquire.cc:54:58: error: ‘class pkgAcquire::Worker’ has no member named ‘CurrentSize’
54 | return MkPyNumber(GetCpp<pkgAcquire::Worker*>(self)->CurrentSize);
| ^~~~~~~~~~~
python/acquire.cc: In function ‘PyObject acquireworker_get_total_size(PyObject, void)’:
python/acquire.cc:59:58: error: ‘class pkgAcquire::Worker’ has no member named ‘TotalSize’
59 | return MkPyNumber(GetCpp<pkgAcquire::Worker*>(self)->TotalSize);
| ^~~~~~~~~
python/acquire.cc: In function ‘PyObject acquireworker_get_resumepoint(PyObject, void)’:
python/acquire.cc:64:58: error: ‘class pkgAcquire::Worker’ has no member named ‘ResumePoint’
64 | return MkPyNumber(GetCpp<pkgAcquire::Worker*>(self)->ResumePoint);
| ^~~~~~~~~~~
error: command 'gcc' failed with exit status 1
« First ‹ Previous 1 2 3 4 5 6 Next › Last »