[arch-commits] Commit in python-distro/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Jan 15 01:32:11 UTC 2018
Date: Monday, January 15, 2018 @ 01:32:10
Author: anthraxx
Revision: 282299
upgpkg: python-distro 1.2.0-2 (remove wrong dependency)
Modified:
python-distro/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-15 01:28:47 UTC (rev 282298)
+++ PKGBUILD 2018-01-15 01:32:10 UTC (rev 282299)
@@ -4,13 +4,13 @@
pkgbase=python-distro
pkgname=('python-distro' 'python2-distro')
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Linux OS platform information API'
url='https://github.com/nir0s/distro'
arch=('any')
license=('Apache')
-makedepends=('python-setuptools' 'python-sphinx' 'python-idna'
- 'python2-setuptools' 'python2-sphinx' 'python2-idna')
+makedepends=('python-setuptools' 'python-sphinx'
+ 'python2-setuptools' 'python2-sphinx')
checkdepends=('python-pytest' 'python2-pytest')
options=('!makeflags')
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/nir0s/distro/archive/v${pkgver}.tar.gz)
@@ -42,7 +42,7 @@
}
package_python-distro() {
- depends=('python' 'python-setuptools' 'python-idna')
+ depends=('python' 'python-setuptools')
cd distro-${pkgver}
python setup.py install -O1 --root="${pkgdir}" --skip-build
install -Dm 644 build_docs/man/ld.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
@@ -50,7 +50,7 @@
}
package_python2-distro() {
- depends=('python2' 'python2-setuptools' 'python2-idna')
+ depends=('python2' 'python2-setuptools')
cd distro-${pkgver}-py2
python2 setup.py install -O1 --root="${pkgdir}" --skip-build
install -Dm 644 build_docs/man/ld.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
More information about the arch-commits
mailing list