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

Felix Yan felixonmars at archlinux.org
Sun Mar 18 06:59:27 UTC 2018


    Date: Sunday, March 18, 2018 @ 06:59:26
  Author: felixonmars
Revision: 319566

upgpkg: python-setuptools 1:39.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-17 20:16:03 UTC (rev 319565)
+++ PKGBUILD	2018-03-18 06:59:26 UTC (rev 319566)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.6.0
+pkgver=39.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@@ -11,21 +11,17 @@
 arch=('any')
 license=('PSF')
 url="http://pypi.python.org/pypi/setuptools"
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 'python2-appdirs' 'python-pip'
-             'python2-pip')
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 'python2-appdirs')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-flake8'
               'python2-pytest-flake8' 'python-mock' 'python2-mock' 'python-pytest-fixture-config'
               'python2-pytest-fixture-config' 'python-pytest-virtualenv' 'python2-pytest-virtualenv'
-              'python-wheel' 'python2-wheel' 'git')
+              'python-wheel' 'python2-wheel' 'python-pip' 'python2-pip' 'git')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz")
-sha512sums=('7a70a33bc8c5026d1bf87a7ed3903018c03cbd472bf757fb5b8be7f0efcbeb823d0a612ddaacc67aef48f4336a1b7bb17f63336efef4cd690f91176d876c749d')
+sha512sums=('7c7aa05a994af9a0c1d308f1b75597463c5babe50cc71136d3eaf38f24527c8e3c7727dc28a6d81e3f9c2426fbb46339ff95fad7d5b6a65be86f30bb21a2e564')
 
 prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
+  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/_vendor
 
-  rm -r setuptools-$pkgver/pkg_resources/_vendor
-
   # Remove post-release tag since we are using stable tags
   sed -e '/tag_build = .post/d' \
       -e '/tag_date = 1/d' \



More information about the arch-commits mailing list