Package Details: distro-info 1.7-2

Git Clone URL: https://aur.archlinux.org/distro-info.git (read-only, click to copy)
Package Base: distro-info
Description: provides information about the distributions' releases
Upstream URL: http://packages.debian.org/sid/distro-info
Licenses: MIT
Conflicts: perl-distro-info, python-distro-info, python3-distro-info
Provides: perl-distro-info, python-distro-info, python3-distro-info
Submitter: JonnyJD
Maintainer: Auerhuhn
Last Packager: Auerhuhn
Votes: 1
Popularity: 0.000000
First Submitted: 2013-04-09 23:10 (UTC)
Last Updated: 2024-01-02 08:24 (UTC)

Latest Comments

MarsSeed commented on 2023-08-23 19:27 (UTC)

@Auerhuhn, thank you for checking this. You are right. I must have misread something in the current Makefile. Sorry for that!

Auerhuhn commented on 2023-08-23 16:29 (UTC)

@MarsSeed Python 2 support was removed from the project in 2020. The Makefile no longer refers to Python 2.

MarsSeed commented on 2023-08-23 15:59 (UTC)

@Auerhuhn, your patch might not be enough to get rid of the unneeded Python2 installation, as it is hardcoded in Makefile. That file will also need to be changed to remove the Python2 part.

Auerhuhn commented on 2023-08-04 15:49 (UTC)

Hi Sebastian, Hi Achmed,

Upstream version 1.5 has been out for a while. Would you mind updating?

Feel free to use the patch I proposed, which also gets rid of Python 2 and adds a couple missing dependencies.

Auerhuhn commented on 2023-06-16 21:16 (UTC)

Hi Sebastian, here’s a patch that works fine for me:

diff --git a/PKGBUILD b/PKGBUILD
index b830394..9aebf08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
 # Contributor: Johannes Dewender   arch at JonnyJD dot net
 pkgname=distro-info
 _python=python3
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc="provides information about the distributions' releases"
 arch=('i686' 'x86_64')
 url="http://packages.debian.org/sid/distro-info"
 license=('MIT')
-depends=('distro-info-data>=0.56')
-makedepends=('shunit2' 'perl' 'python-setuptools' 'python2-setuptools' 'python-pylint')
+depends=('distro-info-data>=0.56' 'glibc' 'python')
+makedepends=('shunit2' 'perl' 'python-setuptools' 'python-pylint')
 provides=('python-distro-info' 'python3-distro-info' 'perl-distro-info')
 conflicts=('python-distro-info' 'python3-distro-info' 'perl-distro-info')
 options=(!emptydirs)
 source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
-sha256sums=('d5c77a199a5287fd18afb0f32377b3516d680f60e055d18a9fea423ceb2e4c27')
+sha256sums=('687669be06d39c9de533218c3df4f73b961d334665e667824ad0c1111141455e')

 build() {
   #cd "$srcdir/$pkgname-$pkgver"

Alad commented on 2014-05-31 18:17 (UTC)

Outdated/404 New version: 0.13 Fixed link: http://ftp.de.debian.org/debian/pool/main/d/distro-info/distro-info_0.13.tar.xz Please update to sha256sums also

JonnyJD commented on 2013-04-09 23:13 (UTC)

This includes the binary, the perl binding and both python bindings (version 2 and 3). This can be used with https://aur.archlinux.org/packages/bzr-builddeb/