Package Details: python-apt 2.7.2-1

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: GPL2
Submitter: JonnyJD
Maintainer: tallero (HaaTa, truocolo)
Last Packager: truocolo
Votes: 11
Popularity: 0.000000
First Submitted: 2014-06-11 08:37 (UTC)
Last Updated: 2023-12-13 16:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

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:

==> Starting package_python2-apt()...
Traceback (most recent call last):
  File "setup.py", line 9, in <module>
    from setuptools import setup, Extension
ImportError: No module named setuptools
==> ERROR: A failure occurred in package_python2-apt().
    Aborting...

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 the perl-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

tallero commented on 2020-06-24 22:34 (UTC)

@trusktr done

WorMzy commented on 2020-06-23 14:47 (UTC)

I don't know why you felt the need to file a deletion request, trusktr -- the package has been outdated for so long that an orphan request was immediately accepted. Feel free to adopt and update.

trusktr commented on 2020-06-23 03:27 (UTC)

@tallero Can you take over this package and publish an update?