[arch-commits] Commit in python-setuptools-scm/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Feb 10 12:35:16 UTC 2020
Date: Monday, February 10, 2020 @ 12:35:15
Author: felixonmars
Revision: 565870
upgpkg: python-setuptools-scm 3.4.0-1
Modified:
python-setuptools-scm/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-10 12:34:56 UTC (rev 565869)
+++ PKGBUILD 2020-02-10 12:35:15 UTC (rev 565870)
@@ -3,16 +3,17 @@
pkgbase=python-setuptools-scm
pkgname=(python-setuptools-scm python2-setuptools-scm)
-pkgver=3.3.3
-pkgrel=3
+pkgver=3.4.0
+pkgrel=1
pkgdesc="Handles managing your python package versions in scm metadata."
arch=('any')
url="https://github.com/pypa/setuptools_scm"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'mercurial' 'git' 'python-pip' 'python2-pip')
+checkdepends=('python-pytest' 'python2-pytest' 'mercurial' 'git' 'python-pip' 'python2-pip'
+ 'python-toml' 'python2-toml')
source=("https://pypi.io/packages/source/s/setuptools_scm/setuptools_scm-$pkgver.tar.gz")
-sha512sums=('196d4785a1802875d89b9e54ae788e791a9c5cb685109784059955b691242984e42b96d77075116790935f56be82259bc2588d95d65ecbb101261d76daddb83c')
+sha512sums=('fc7a03fb356da3c90e8aef37eb4b22a9b36c9c2c722fe058e79b5c0afcb3fdb604e9f43ba89e310906a8470e5949b3952173b910bb05a3df450beb93587f8827')
prepare() {
cp -a setuptools_scm-$pkgver{,-py2}
More information about the arch-commits
mailing list