[arch-commits] Commit in python-jsondiff/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Jan 15 18:02:17 UTC 2021


    Date: Friday, January 15, 2021 @ 18:02:16
  Author: yan12125
Revision: 821019

upgpkg: python-jsondiff 1.2.0-6; move setuptools to makedepends

Ref: https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/

Modified:
  python-jsondiff/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-15 17:37:06 UTC (rev 821018)
+++ PKGBUILD	2021-01-15 18:02:16 UTC (rev 821019)
@@ -4,12 +4,13 @@
 pkgname=python-jsondiff
 _pkgname=jsondiff
 pkgver=1.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Diff JSON and JSON-like structures in Python'
 arch=(any)
 url='https://github.com/xlwings/jsondiff'
 license=(MIT)
-depends=(python python-setuptools)
+depends=(python)
+makedepends=(python-setuptools)
 checkdepends=(python-nose python-nose-random)
 source=("https://github.com/xlwings/jsondiff/archive/v$pkgver/jsondiff-v$pkgver.tar.gz")
 sha256sums=('445b2d519c006e0ba10e1a71f596b7cb3f5d3c62849f3b9a6780b5e9653da92f')



More information about the arch-commits mailing list