[arch-commits] Commit in python-setuptools/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 6 16:32:39 UTC 2017
Date: Tuesday, June 6, 2017 @ 16:32:38
Author: felixonmars
Revision: 298084
upgpkg: python-setuptools 1:36.0.1-2
removed bundled packages
Modified:
python-setuptools/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-06 16:23:46 UTC (rev 298083)
+++ PKGBUILD 2017-06-06 16:32:38 UTC (rev 298084)
@@ -5,7 +5,7 @@
pkgbase=python-setuptools
pkgname=('python-setuptools' 'python2-setuptools')
pkgver=36.0.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('any')
@@ -22,6 +22,8 @@
# Don't download and install deps
sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
+ 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