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

Antonio Rojas arojas at archlinux.org
Thu Jan 14 18:45:20 UTC 2021


    Date: Thursday, January 14, 2021 @ 18:45:20
  Author: arojas
Revision: 406257

Move setuptools to makedepends

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-14 18:13:38 UTC (rev 406256)
+++ PKGBUILD	2021-01-14 18:45:20 UTC (rev 406257)
@@ -2,12 +2,13 @@
 
 pkgname=sip
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
-depends=(python-setuptools python-toml)
+depends=(python-toml)
+makedepends=(python-setuptools)
 conflicts=(sip5)
 replaces=(sip5)
 source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz")



More information about the arch-commits mailing list