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

Daniel M. Capella polyzen at archlinux.org
Tue Feb 9 08:34:58 UTC 2021


    Date: Tuesday, February 9, 2021 @ 08:34:57
  Author: polyzen
Revision: 850824

upgpkg: python-vobject 0.9.6.1-7: Move setuptools to makedeps

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

Modified:
  python-vobject/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 08:27:10 UTC (rev 850823)
+++ PKGBUILD	2021-02-09 08:34:57 UTC (rev 850824)
@@ -1,17 +1,20 @@
 # Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 # Contributor: Carsten Feuls <archlinux at carstenfeuls.de>
 
 _name=vobject
 pkgname=python-vobject
 pkgver=0.9.6.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Module for parsing and generating vCard and vCalendar files'
 url="https://eventable.github.io/vobject/"
 license=('Apache')
 arch=('any')
-depends=('python-dateutil' 'python-setuptools')
+depends=('python-dateutil')
+makedepends=('python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('0b299fd4ca105a063f4ac7b03b157c54a3867d6fb798f9072897939b0ba275ba0887bb001c5ed38002a8eb1c10aee710af880413c072140b855af4b62d5aff72')
+sha256sums=('96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101')
+b2sums=('74f9a7dc8058bb792492b1ac44a0310f58c603e677aedda35be0d8e94743e6e1e001a4ae888625f314f706891b7a31db77efa4c268482bbaf44ca37fff236cd6')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -20,7 +23,7 @@
 
 check() {
   cd "${_name}-${pkgver}"
-  python setup.py test
+  python tests.py
 }
 
 package() {



More information about the arch-commits mailing list