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

Felix Yan felixonmars at archlinux.org
Thu Aug 16 13:02:48 UTC 2018


    Date: Thursday, August 16, 2018 @ 13:02:47
  Author: felixonmars
Revision: 331588

upgpkg: python-setuptools 1:40.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-16 12:45:13 UTC (rev 331587)
+++ PKGBUILD	2018-08-16 13:02:47 UTC (rev 331588)
@@ -5,8 +5,8 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=39.2.0
-pkgrel=3
+pkgver=40.0.0
+pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
 arch=('any')
@@ -16,9 +16,9 @@
 makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'git')
 _checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
             'pytest-runner' 'pytest-virtualenv' 'wheel')
-checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 'git')
+checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 'python-paver' 'git')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz")
-sha512sums=('94f0bbf3660d9a27464c79d256e87247f153081128480b914a9bdc2f574ca9ae209a30baf117441a5b6e8530d711b7d3949abefd0dee4d17ef5397e07fb6d9a2')
+sha512sums=('c0e956ea87cbb4608be6c76182113000997a986c10a8c44f24f329237b0b0ff1770a140bbd7d6dc4736e4e652d99637e3adb07a3dc080aa7597413c7d7dd503e')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 



More information about the arch-commits mailing list