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

Felix Yan felixonmars at archlinux.org
Wed Jun 16 22:04:11 UTC 2021


    Date: Wednesday, June 16, 2021 @ 22:04:10
  Author: felixonmars
Revision: 964347

upgpkg: python-path 16.0.0-1

Modified:
  python-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-16 22:01:14 UTC (rev 964346)
+++ PKGBUILD	2021-06-16 22:04:10 UTC (rev 964347)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-path
-pkgver=15.1.2
+pkgver=16.0.0
 pkgrel=1
 pkgdesc='A module wrapper for os.path'
 arch=('any')
@@ -8,16 +8,14 @@
 license=('MIT')
 url='https://github.com/jaraco/path'
 depends=('python')
-makedepends=('python-setuptools-scm')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest-black' 'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-mypy')
 replaces=('python-path.py')
 conflicts=('python-path.py')
 provides=('python-path.py')
 source=("https://github.com/jaraco/path/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a555fae28c3edfeb0f1114a205373ae3e7278373b98820877acafee6e88f4fcdf7eb2da576eafb2123fc77305e90a58b4c1b11193e092d0a5a6d2a779099faf6')
+sha512sums=('db0e400bb02980c21697ceb6eb7baaf0601c532d87b112f3962c36dc412c4337a71085762565345e0ab369000432293be2e482ceb9fd1a356182f26e4dde6d16')
 
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
 build() {
   cd path-$pkgver
   python setup.py build



More information about the arch-commits mailing list