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

David Runge dvzrv at archlinux.org
Sun Jan 31 17:02:34 UTC 2021


    Date: Sunday, January 31, 2021 @ 17:02:33
  Author: dvzrv
Revision: 838308

upgpkg: python-nose2 0.10.0-1: Upgrade to 0.10.0.

Demote python-setuptools from depends to optdepends, as it is
only required for a plugin (seemingly).

Modified:
  python-nose2/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-31 16:53:14 UTC (rev 838307)
+++ PKGBUILD	2021-01-31 17:02:33 UTC (rev 838308)
@@ -2,19 +2,23 @@
 
 _name=nose2
 pkgname=python-nose2
-pkgver=0.9.2
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="The next generation of nicer testing for python"
 arch=('any')
 url="https://github.com/nose-devs/nose2"
 license=('BSD')
-depends=('python-coverage' 'python-setuptools' 'python-six')
+depends=('python-coverage' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
 optdepends=('python-coverage: for coverage_plugin'
+            'python-setuptools: for eggdiscovery plugin'
             'python-sphinx: for doc'
             'python-sphinx_rtd_theme: for doc'
             'python-mock: for doc')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('c1d8231decf4ab1712d7b486efcc4835df3c665d401713ac100186a513c68da4e9e1710f4289802fea1cfdbee1c5e3358c30a0e9d14554f408323efd00a1a293')
+sha512sums=('05bc26f23e2f2bd950ee7f5ff7720d3282eb27f6c147ace911bc6f1dbaa65eb076d84b3411dcbcad979a7f86e0cf97d6926de68e5ed0b0746cab58cf5773125e')
+b2sums=('1dc7c461cac4b540e99a691ba6f972b81182872d74160d158bc7dd5bb789ff8c363bdc3841e5fd89e09bcf6728e09c69635054358155413ec7c07bbc0b814742')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -29,7 +33,6 @@
   cd "${pkgname}-${pkgver}"
   python setup.py install --skip-build \
     --optimize=1 \
-    --prefix=/usr \
     --root="${pkgdir}"
   # license
   install -vDm 644 license.txt \



More information about the arch-commits mailing list