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

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 3 13:54:35 UTC 2021


    Date: Sunday, October 3, 2021 @ 13:54:34
  Author: arojas
Revision: 425044

Move setuptools to depends

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-03 13:50:30 UTC (rev 425043)
+++ PKGBUILD	2021-10-03 13:54:34 UTC (rev 425044)
@@ -2,13 +2,12 @@
 
 pkgname=sip
 pkgver=6.2.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-toml python-packaging)
-makedepends=(python-setuptools)
+depends=(python-toml python-packaging python-setuptools)
 conflicts=(sip5)
 replaces=(sip5)
 source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)



More information about the arch-commits mailing list