[arch-commits] Commit in python-lazr.delegates/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jan 13 02:17:12 UTC 2020


    Date: Monday, January 13, 2020 @ 02:17:12
  Author: dvzrv
Revision: 552274

upgpkg: python-lazr.delegates 2.0.4-3: Adding python-nose and python-setuptools to depends.

Modified:
  python-lazr.delegates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 01:55:04 UTC (rev 552273)
+++ PKGBUILD	2020-01-13 02:17:12 UTC (rev 552274)
@@ -3,14 +3,13 @@
 _name=lazr.delegates
 pkgname=python-lazr.delegates
 pkgver=2.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Easily write objects that delegate behavior"
 arch=('any')
 url="https://launchpad.net/lazr.delegates"
 license=('GPL')
-depends=('python-zope-interface')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-nose')
+depends=('python-nose' 'python-setuptools' 'python-zope-interface')
+checkdepends=('python-pytest')
 provides=('python-lazr-delegates')
 replaces=('python-lazr-delegates')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})



More information about the arch-commits mailing list