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

Felix Yan felixonmars at archlinux.org
Sun Jul 29 03:32:43 UTC 2018


    Date: Sunday, July 29, 2018 @ 03:32:43
  Author: felixonmars
Revision: 363953

upgpkg: python-pluggy 0.7.1-1

Modified:
  python-pluggy/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-29 03:31:50 UTC (rev 363952)
+++ PKGBUILD	2018-07-29 03:32:43 UTC (rev 363953)
@@ -3,19 +3,21 @@
 
 pkgbase=python-pluggy
 pkgname=(python-pluggy python2-pluggy)
-pkgver=0.6.0
-pkgrel=3
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="Plugin and hook calling mechanisms for python"
 arch=('any')
 url="https://www.pluggypayments.com/docs/python"
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pluggy/archive/$pkgver.tar.gz")
-sha512sums=('ed8fe81907c7dc476ebfbf0f7e0f902577323d64014765e7d7bfe22c2dc7e4977e1ce7ad55ce7f4e923ae23d206d6c3bcc6663de760c877fce82298cc21079db')
+sha512sums=('0b5e905bffeeb7627fa0c20203194c5b648376605c28d00fa3299bbfba4783901bb1b49d0279cd79474bfb015e0dfb7cdb9baf1673bb6f085ba08d13534a1fa4')
 
 prepare() {
   cp -a pluggy-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 }
 
 build() {



More information about the arch-commits mailing list