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

2020-12-21 Thread Felix Yan via arch-commits
Date: Monday, December 21, 2020 @ 18:07:45
  Author: felixonmars
Revision: 404738

upgpkg: python-setuptools 1:51.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 18:04:08 UTC (rev 404737)
+++ PKGBUILD2020-12-21 18:07:45 UTC (rev 404738)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=51.0.0
+pkgver=51.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('8374f94a409a1e4ac80fcb413cacfa7e9aa40946060ebef4ea2d7d6e4f8635c027f7cd904e2bf3b626e918a55304df4567c702e5cf62c95563f9a0604307bcff')
+sha512sums=('a1aab18b5056ed99d848bb6d70fbfdc7c93134ff247b09167ec8230a76935f5e21f4d267e593141378f00f3ca2d022eb90acf962bed54262c603665cabb9f45a')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-12-07 Thread Felix Yan via arch-commits
Date: Monday, December 7, 2020 @ 20:57:55
  Author: felixonmars
Revision: 403088

upgpkg: python-setuptools 1:51.0.0-1: add workaround for packaging 20.5 
(https://github.com/pypa/setuptools/issues/2466)

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 20:49:47 UTC (rev 403087)
+++ PKGBUILD2020-12-07 20:57:55 UTC (rev 403088)
@@ -3,8 +3,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.3.2
-pkgrel=4
+pkgver=51.0.0
+pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('f7845856cc563be628753bc875c36905ce75f14ff6e98a8460cfaa42b1afca27873d0ef331f027a6b5f7259043c4a66f4b3b04898e955a865bfed50d13e15514')
+sha512sums=('8374f94a409a1e4ac80fcb413cacfa7e9aa40946060ebef4ea2d7d6e4f8635c027f7cd904e2bf3b626e918a55304df4567c702e5cf62c95563f9a0604307bcff')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
@@ -40,8 +40,9 @@
   {} +
   done
 
-  # Fix for flake8
-  sed -i 's/import six, ordered_set/import six\nimport ordered_set/' 
setuptools-$pkgver/setuptools/command/sdist.py
+  # https://github.com/pypa/setuptools/issues/2466
+  sed -i '/ignore:lib2to3 package is deprecated:DeprecationWarning/a \
ignore:Creating a LegacyVersion has been deprecated and will be removed in the 
next major release:DeprecationWarning' \
+  setuptools-$pkgver/pytest.ini
 
   # Remove post-release tag since we are using stable tags
   sed -e '/tag_build = .post/d' \


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

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:06
  Author: felixonmars
Revision: 400231

upgpkg: python-setuptools 1:50.3.2-4: Python 3.9 rebuild

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:53:15 UTC (rev 400230)
+++ PKGBUILD2020-11-11 06:54:06 UTC (rev 400231)
@@ -4,7 +4,7 @@
 
 pkgname=python-setuptools
 pkgver=50.3.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 12:04:50
  Author: felixonmars
Revision: 399694

upgpkg: python-setuptools 1:50.3.2-3: Python 3.9 rebuild

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 12:03:12 UTC (rev 399693)
+++ PKGBUILD2020-11-09 12:04:50 UTC (rev 399694)
@@ -4,7 +4,7 @@
 
 pkgname=python-setuptools
 pkgver=50.3.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 11:56:33
  Author: felixonmars
Revision: 399689

undo vendoring

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 11:55:34 UTC (rev 399688)
+++ PKGBUILD2020-11-09 11:56:33 UTC (rev 399689)
@@ -23,7 +23,7 @@
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
 prepare() {
-  # rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
+  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
 
   # Upstream devendoring logic is badly broken, see:
   # https://bugs.archlinux.org/task/58670
@@ -31,14 +31,14 @@
   # https://github.com/pypa/setuptools/issues/1383
   # The simplest fix is to simply rewrite import paths to use the canonical
   # location in the first place
-  # for _module in setuptools pkg_resources '' ; do
-  # find setuptools-$pkgver -name \*.py -exec sed -i \
-  # -e 's/from '$_module.extern' import/import/' \
-  # -e 's/from '$_module.extern'./from /' \
-  # -e 's/import '$_module.extern'./import /' \
-  # -e "s/__import__('$_module.extern./__import__('/" \
-  # {} +
-  # done
+  for _module in setuptools pkg_resources '' ; do
+  find setuptools-$pkgver -name \*.py -exec sed -i \
+  -e 's/from '$_module.extern' import/import/' \
+  -e 's/from '$_module.extern'./from /' \
+  -e 's/import '$_module.extern'./import /' \
+  -e "s/__import__('$_module.extern./__import__('/" \
+  {} +
+  done
 
   # Fix for flake8
   sed -i 's/import six, ordered_set/import six\nimport ordered_set/' 
setuptools-$pkgver/setuptools/command/sdist.py


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 11:54:35
  Author: felixonmars
Revision: 399685

upgpkg: python-setuptools 1:50.3.2-2: bootstrap for python 3.9

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 11:49:28 UTC (rev 399684)
+++ PKGBUILD2020-11-09 11:54:35 UTC (rev 399685)
@@ -4,7 +4,7 @@
 
 pkgname=python-setuptools
 pkgver=50.3.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -23,7 +23,7 @@
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
 prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
+  # rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
 
   # Upstream devendoring logic is badly broken, see:
   # https://bugs.archlinux.org/task/58670
@@ -31,14 +31,14 @@
   # https://github.com/pypa/setuptools/issues/1383
   # The simplest fix is to simply rewrite import paths to use the canonical
   # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
+  # for _module in setuptools pkg_resources '' ; do
+  # find setuptools-$pkgver -name \*.py -exec sed -i \
+  # -e 's/from '$_module.extern' import/import/' \
+  # -e 's/from '$_module.extern'./from /' \
+  # -e 's/import '$_module.extern'./import /' \
+  # -e "s/__import__('$_module.extern./__import__('/" \
+  # {} +
+  # done
 
   # Fix for flake8
   sed -i 's/import six, ordered_set/import six\nimport ordered_set/' 
setuptools-$pkgver/setuptools/command/sdist.py


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

2020-10-17 Thread Felix Yan via arch-commits
Date: Saturday, October 17, 2020 @ 23:21:20
  Author: felixonmars
Revision: 398553

upgpkg: python-setuptools 1:50.3.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 23:18:48 UTC (rev 398552)
+++ PKGBUILD2020-10-17 23:21:20 UTC (rev 398553)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.3.1
+pkgver=50.3.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('fd81ea610c75e123765a5f31ee878fb7f126985a8875e1a007ffc52ee415fa7c076a44caecc7980af38c0668a7ab982554181b804ee458ddbc7cad1f7ec2811b')
+sha512sums=('f7845856cc563be628753bc875c36905ce75f14ff6e98a8460cfaa42b1afca27873d0ef331f027a6b5f7259043c4a66f4b3b04898e955a865bfed50d13e15514')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-10-15 Thread Felix Yan via arch-commits
Date: Thursday, October 15, 2020 @ 17:27:56
  Author: felixonmars
Revision: 398406

upgpkg: python-setuptools 1:50.3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-15 17:07:50 UTC (rev 398405)
+++ PKGBUILD2020-10-15 17:27:56 UTC (rev 398406)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.3.0
+pkgver=50.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('d4c9191049faa187516634f54a33ce63a547e960800f7855561811f2fff41c9aa32049a0dc755baf0992bd15f02ed89d5e6caa829a35da4440056de03f921502')
+sha512sums=('fd81ea610c75e123765a5f31ee878fb7f126985a8875e1a007ffc52ee415fa7c076a44caecc7980af38c0668a7ab982554181b804ee458ddbc7cad1f7ec2811b')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 21:18:25
  Author: felixonmars
Revision: 395501

upgpkg: python-setuptools 1:50.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 21:15:11 UTC (rev 395500)
+++ PKGBUILD2020-09-05 21:18:25 UTC (rev 395501)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.2.0
+pkgver=50.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('16fcd16843d30a73f88fbd7e1298041843e73cb9e92c2744dbfb6eeb78a4dc9f78c591310a5e77ae2c47e02e263d3b52d8f53f97eb9d443d59ba3226a2a7ee70')
+sha512sums=('d4c9191049faa187516634f54a33ce63a547e960800f7855561811f2fff41c9aa32049a0dc755baf0992bd15f02ed89d5e6caa829a35da4440056de03f921502')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-09-04 Thread Felix Yan via arch-commits
Date: Friday, September 4, 2020 @ 19:54:58
  Author: felixonmars
Revision: 395441

upgpkg: python-setuptools 1:50.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-04 17:41:52 UTC (rev 395440)
+++ PKGBUILD2020-09-04 19:54:58 UTC (rev 395441)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.1.0
+pkgver=50.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('ab9ba7a19f599403c6517e437bd12be11c112234eb4f1ecff29637ca08fc456a7800a27e0f6981f5a819c56d643d9d978b49ef5aa8664afea65c2d0417f08eab')
+sha512sums=('16fcd16843d30a73f88fbd7e1298041843e73cb9e92c2744dbfb6eeb78a4dc9f78c591310a5e77ae2c47e02e263d3b52d8f53f97eb9d443d59ba3226a2a7ee70')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-09-03 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:54:00
  Author: felixonmars
Revision: 395154

upgpkg: python-setuptools 1:50.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 05:38:14 UTC (rev 395153)
+++ PKGBUILD2020-09-03 06:54:00 UTC (rev 395154)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.0.3
+pkgver=50.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('745247050ffb0372ec9fcbe4b0ba78a848005056d7388d8374574708756a66b3d2ed91754d2aaa42b2c88b9ff36bddecade710941cc6933752c1386e5048aa40')
+sha512sums=('ab9ba7a19f599403c6517e437bd12be11c112234eb4f1ecff29637ca08fc456a7800a27e0f6981f5a819c56d643d9d978b49ef5aa8664afea65c2d0417f08eab')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 11:15:27
  Author: felixonmars
Revision: 395133

upgpkg: python-setuptools 1:50.0.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 10:00:23 UTC (rev 395132)
+++ PKGBUILD2020-09-02 11:15:27 UTC (rev 395133)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.0.2
+pkgver=50.0.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('b6feb15409727e29fb5d2b65d4581c7be1adb51dc702f5340514e6e6ea283e1a74e963938077e116a6e01b74700ecd7ca5b986f64474aa8cd7cd709856039adf')
+sha512sums=('745247050ffb0372ec9fcbe4b0ba78a848005056d7388d8374574708756a66b3d2ed91754d2aaa42b2c88b9ff36bddecade710941cc6933752c1386e5048aa40')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-09-01 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 00:14:18
  Author: felixonmars
Revision: 395114

upgpkg: python-setuptools 1:50.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-01 21:47:28 UTC (rev 395113)
+++ PKGBUILD2020-09-02 00:14:18 UTC (rev 395114)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.0.1
+pkgver=50.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('d21a49dd8ac1a62df4292fc6b0b745aa80ff25011c47e413e8fd071a5e3c169a6cb833a1396e6f88a2506ec048b78edb720d706736d2181d7b488daf26fdc5aa')
+sha512sums=('b6feb15409727e29fb5d2b65d4581c7be1adb51dc702f5340514e6e6ea283e1a74e963938077e116a6e01b74700ecd7ca5b986f64474aa8cd7cd709856039adf')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-09-01 Thread Felix Yan via arch-commits
Date: Tuesday, September 1, 2020 @ 21:40:03
  Author: felixonmars
Revision: 395110

upgpkg: python-setuptools 1:50.0.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-01 20:22:03 UTC (rev 395109)
+++ PKGBUILD2020-09-01 21:40:03 UTC (rev 395110)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.0.0
+pkgver=50.0.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a1974679f5575756b29965385b3860fc68a17f6acca491dc3889a1e80e90349d91a1e581c26504096ea684c1db94ae18d65f4e7d0d831fd2360df636e8957b24')
+sha512sums=('d21a49dd8ac1a62df4292fc6b0b745aa80ff25011c47e413e8fd071a5e3c169a6cb833a1396e6f88a2506ec048b78edb720d706736d2181d7b488daf26fdc5aa')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-09-01 Thread Felix Yan via arch-commits
Date: Tuesday, September 1, 2020 @ 09:26:40
  Author: felixonmars
Revision: 395033

upgpkg: python-setuptools 1:50.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-01 09:24:35 UTC (rev 395032)
+++ PKGBUILD2020-09-01 09:26:40 UTC (rev 395033)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.6.0
+pkgver=50.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a3dd9627addb146342f5739b9e9e5aab0ea13c5ce63bef119060d51f0c00eb504429fb5cf40f2fd320599dac2757d9cc7a19272fcf1b72bd43b8f90fcc3374e8')
+sha512sums=('a1974679f5575756b29965385b3860fc68a17f6acca491dc3889a1e80e90349d91a1e581c26504096ea684c1db94ae18d65f4e7d0d831fd2360df636e8957b24')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Sunday, August 16, 2020 @ 08:38:25
  Author: felixonmars
Revision: 394307

upgpkg: python-setuptools 1:49.6.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-16 08:30:58 UTC (rev 394306)
+++ PKGBUILD2020-08-16 08:38:25 UTC (rev 394307)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.5.0
+pkgver=49.6.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('872f1295b40a6aedba326a17ac675355d86e87dfdf2b8d8455935d39280bba593f345b9b649a620028dcfc98694b6c672b37edb286d541dd59d8db754f3911b5')
+sha512sums=('a3dd9627addb146342f5739b9e9e5aab0ea13c5ce63bef119060d51f0c00eb504429fb5cf40f2fd320599dac2757d9cc7a19272fcf1b72bd43b8f90fcc3374e8')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-08-15 Thread Felix Yan via arch-commits
Date: Saturday, August 15, 2020 @ 19:21:46
  Author: felixonmars
Revision: 394286

upgpkg: python-setuptools 1:49.5.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-15 19:03:15 UTC (rev 394285)
+++ PKGBUILD2020-08-15 19:21:46 UTC (rev 394286)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.4.0
+pkgver=49.5.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('ae3773c3255365a1877fa9c7ae929b5ab9d048b90087aa034e64732e52c8649b381ef65693b0fb6679e9a9769fe29052ed6f1b2edf300cbb418af5c86f7124e0')
+sha512sums=('872f1295b40a6aedba326a17ac675355d86e87dfdf2b8d8455935d39280bba593f345b9b649a620028dcfc98694b6c672b37edb286d541dd59d8db754f3911b5')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-08-15 Thread Felix Yan via arch-commits
Date: Saturday, August 15, 2020 @ 07:26:40
  Author: felixonmars
Revision: 394277

upgpkg: python-setuptools 1:49.4.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-15 02:51:32 UTC (rev 394276)
+++ PKGBUILD2020-08-15 07:26:40 UTC (rev 394277)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.3.2
+pkgver=49.4.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('49a22aedd17ee4324d2667124c438b24245cd72ab6628fa7615b69382b51a4b8510918072576c1e820879a35a37ff5893e60462ad13c1e8eaaf3d4176818aff7')
+sha512sums=('ae3773c3255365a1877fa9c7ae929b5ab9d048b90087aa034e64732e52c8649b381ef65693b0fb6679e9a9769fe29052ed6f1b2edf300cbb418af5c86f7124e0')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-08-14 Thread Felix Yan via arch-commits
Date: Friday, August 14, 2020 @ 20:12:10
  Author: felixonmars
Revision: 394045

upgpkg: python-setuptools 1:49.3.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 14:17:38 UTC (rev 394044)
+++ PKGBUILD2020-08-14 20:12:10 UTC (rev 394045)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.3.1
+pkgver=49.3.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a7081f11e81bf131128ea06b2f947af2342da6938572f534b066d2a81d3b34b63559d4299a7307f08138f28f4a0064ac56f9ddb206d9354963afc1fb8f3cba26')
+sha512sums=('49a22aedd17ee4324d2667124c438b24245cd72ab6628fa7615b69382b51a4b8510918072576c1e820879a35a37ff5893e60462ad13c1e8eaaf3d4176818aff7')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-08-14 Thread Felix Yan via arch-commits
Date: Friday, August 14, 2020 @ 08:15:35
  Author: felixonmars
Revision: 394025

upgpkg: python-setuptools 1:49.3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 01:22:18 UTC (rev 394024)
+++ PKGBUILD2020-08-14 08:15:35 UTC (rev 394025)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.3.0
+pkgver=49.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('ec652940d2c0378b0063c296aa248c867db7508020f9ba23e2b5daa4962b9d57f3daa9149eb5f5b04ea9ac7cf0a1116dd67d44386f4bc624ec5fe6a91894277a')
+sha512sums=('a7081f11e81bf131128ea06b2f947af2342da6938572f534b066d2a81d3b34b63559d4299a7307f08138f28f4a0064ac56f9ddb206d9354963afc1fb8f3cba26')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-08-13 Thread Felix Yan via arch-commits
Date: Thursday, August 13, 2020 @ 14:56:26
  Author: felixonmars
Revision: 393587

upgpkg: python-setuptools 1:49.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 14:00:22 UTC (rev 393586)
+++ PKGBUILD2020-08-13 14:56:26 UTC (rev 393587)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.2.1
+pkgver=49.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -12,12 +12,13 @@
 url="https://pypi.org/project/setuptools/;
 depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
 makedepends=('git')
-checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
-  'python-pytest-virtualenv' 'python-wheel' 'python-paver' 
'python-pytest-cov')
+checkdepends=('python-jaraco.envs' 'python-mock' 'python-pip' 
'python-pytest-fixture-config'
+  'python-pytest-flake8' 'python-pytest-virtualenv' 'python-wheel' 
'python-paver'
+  'python-pytest-cov')
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('4764ec7f73fe442885a1818a879a87976ff8cec7cd06db7a484b07892645ceb892b0ae897ad63648c4d2d4ae43bc6d526b0faa4559d3c10e7f175c80d9a3')
+sha512sums=('ec652940d2c0378b0063c296aa248c867db7508020f9ba23e2b5daa4962b9d57f3daa9149eb5f5b04ea9ac7cf0a1116dd67d44386f4bc624ec5fe6a91894277a')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
@@ -76,7 +77,7 @@
   export PYTHONDONTWRITEBYTECODE=1
 
   cd setuptools-$pkgver
-  python -m pytest
+  python -m pytest --deselect setuptools/tests/test_distutils_adoption.py
 )}
 
 package() {


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

2020-08-03 Thread Felix Yan via arch-commits
Date: Monday, August 3, 2020 @ 06:41:40
  Author: felixonmars
Revision: 393075

upgpkg: python-setuptools 1:49.2.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-02 20:59:37 UTC (rev 393074)
+++ PKGBUILD2020-08-03 06:41:40 UTC (rev 393075)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.2.0
+pkgver=49.2.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('0d6ed572eb958d016c071e9f4a61d55cf426fc0309487c804086cd44e2385c1898021048129454c6a35413fb9aee97b69dfaa8c8bf1c3b6a673141b2c6f50033')
+sha512sums=('4764ec7f73fe442885a1818a879a87976ff8cec7cd06db7a484b07892645ceb892b0ae897ad63648c4d2d4ae43bc6d526b0faa4559d3c10e7f175c80d9a3')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-07-13 Thread Felix Yan via arch-commits
Date: Monday, July 13, 2020 @ 16:55:40
  Author: felixonmars
Revision: 391860

upgpkg: python-setuptools 1:49.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-13 10:58:49 UTC (rev 391859)
+++ PKGBUILD2020-07-13 16:55:40 UTC (rev 391860)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.1.3
+pkgver=49.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('f52d39cf7addff51c2435a63530760a7817147e85f1443ac897d1e5e08b9888c08efbafa72dc2592918dab96d28b53c8508169f687e5328a85a6e31f1993604b')
+sha512sums=('0d6ed572eb958d016c071e9f4a61d55cf426fc0309487c804086cd44e2385c1898021048129454c6a35413fb9aee97b69dfaa8c8bf1c3b6a673141b2c6f50033')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-07-12 Thread Felix Yan via arch-commits
Date: Sunday, July 12, 2020 @ 13:02:22
  Author: felixonmars
Revision: 391753

upgpkg: python-setuptools 1:49.1.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 12:11:52 UTC (rev 391752)
+++ PKGBUILD2020-07-12 13:02:22 UTC (rev 391753)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.1.2
+pkgver=49.1.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('918169c139e731c334e40539a79626c7717e1d6904e706e024ea835236f11f10d10a9f16c8dc22b9beb4edceba7585583e543245bd62c17ba8d45333839d2c18')
+sha512sums=('f52d39cf7addff51c2435a63530760a7817147e85f1443ac897d1e5e08b9888c08efbafa72dc2592918dab96d28b53c8508169f687e5328a85a6e31f1993604b')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-07-11 Thread Felix Yan via arch-commits
Date: Saturday, July 11, 2020 @ 10:50:11
  Author: felixonmars
Revision: 391643

upgpkg: python-setuptools 1:49.1.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-11 07:22:45 UTC (rev 391642)
+++ PKGBUILD2020-07-11 10:50:11 UTC (rev 391643)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.1.1
+pkgver=49.1.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a961d3fdf2158da8285b662a5b953b6b9960db8c2d054ffb710a9440265f09480e3609d0612dc5b6991405ede30344a0674e64d35422f5c4b981af4699296827')
+sha512sums=('918169c139e731c334e40539a79626c7717e1d6904e706e024ea835236f11f10d10a9f16c8dc22b9beb4edceba7585583e543245bd62c17ba8d45333839d2c18')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-07-10 Thread Felix Yan via arch-commits
Date: Friday, July 10, 2020 @ 21:50:20
  Author: felixonmars
Revision: 391544

upgpkg: python-setuptools 1:49.1.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-10 19:45:35 UTC (rev 391543)
+++ PKGBUILD2020-07-10 21:50:20 UTC (rev 391544)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.1.0
+pkgver=49.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('55c22bc170ebc887d70a657f9cd6060c749c7709b2ae079e46953bd2f96c540b6d02538066070a69c8887d6e5d9fb2f631ade76e4f69388bdc2445feea3daeb6')
+sha512sums=('a961d3fdf2158da8285b662a5b953b6b9960db8c2d054ffb710a9440265f09480e3609d0612dc5b6991405ede30344a0674e64d35422f5c4b981af4699296827')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-07-04 Thread Felix Yan via arch-commits
Date: Saturday, July 4, 2020 @ 12:14:34
  Author: felixonmars
Revision: 390823

upgpkg: python-setuptools 1:49.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 08:51:01 UTC (rev 390822)
+++ PKGBUILD2020-07-04 12:14:34 UTC (rev 390823)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=49.0.0
+pkgver=49.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('e52818b892f5f0548e110e1d457d816d7058dd747fc4623574e73b13fa415f97e5f5780b51f09a56ed9f844004303352edbba5939ffe7cdc86d2531d8ee15aa3')
+sha512sums=('55c22bc170ebc887d70a657f9cd6060c749c7709b2ae079e46953bd2f96c540b6d02538066070a69c8887d6e5d9fb2f631ade76e4f69388bdc2445feea3daeb6')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-07-04 Thread Felix Yan via arch-commits
Date: Saturday, July 4, 2020 @ 08:50:52
  Author: felixonmars
Revision: 390821

upgpkg: python-setuptools 1:49.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 00:34:47 UTC (rev 390820)
+++ PKGBUILD2020-07-04 08:50:52 UTC (rev 390821)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=48.0.0
+pkgver=49.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('6d48d6072002f9b68febbda3366299f2e982c87eac7c81c9ee2cf3f8d88e5ff1fafb75a6d9362120889cd9714dca1684b7f28c99888a6770216da53898c9ee55')
+sha512sums=('e52818b892f5f0548e110e1d457d816d7058dd747fc4623574e73b13fa415f97e5f5780b51f09a56ed9f844004303352edbba5939ffe7cdc86d2531d8ee15aa3')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:49:12
  Author: felixonmars
Revision: 390817

upgpkg: python-setuptools 1:48.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 20:29:27 UTC (rev 390816)
+++ PKGBUILD2020-07-03 20:49:12 UTC (rev 390817)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=47.3.2
+pkgver=48.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('55331a7b69ae272cf19e65943c7275e33120dadd9643065af50ff1b4f2f73a4a134c81222138c6d78e26355ffce89a6693e719ce27081b81dd0163d0663fcc40')
+sha512sums=('6d48d6072002f9b68febbda3366299f2e982c87eac7c81c9ee2cf3f8d88e5ff1fafb75a6d9362120889cd9714dca1684b7f28c99888a6770216da53898c9ee55')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:40:13
  Author: felixonmars
Revision: 390774

upgpkg: python-setuptools 1:47.3.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:32:44 UTC (rev 390773)
+++ PKGBUILD2020-07-03 09:40:13 UTC (rev 390774)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=47.3.1
+pkgver=47.3.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -13,11 +13,11 @@
 depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
 makedepends=('git')
 checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
-  'python-pytest-virtualenv' 'python-wheel' 'python-paver')
+  'python-pytest-virtualenv' 'python-wheel' 'python-paver' 
'python-pytest-cov')
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a414194c850e7df38b3b5c5ce11f73a4c08386b55265f1b7da2ad51619b6d6c0f9a3de9f52a83176bfa85d224d6a5659d59542da5add2bf5da619ed19d4300f9')
+sha512sums=('55331a7b69ae272cf19e65943c7275e33120dadd9643065af50ff1b4f2f73a4a134c81222138c6d78e26355ffce89a6693e719ce27081b81dd0163d0663fcc40')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-06-16 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 05:40:45
  Author: felixonmars
Revision: 389391

upgpkg: python-setuptools 1:47.3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 05:33:44 UTC (rev 389390)
+++ PKGBUILD2020-06-17 05:40:45 UTC (rev 389391)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=47.3.0
+pkgver=47.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cc4be53792ea9c80d7cc9b8e3e0b19dad33095fa9758bed145adf083be6a74227f23a931b9ff8c188e4785fcb83615beb34b72fceaf8e534e67ffdf2c9c1a70c')
+sha512sums=('a414194c850e7df38b3b5c5ce11f73a4c08386b55265f1b7da2ad51619b6d6c0f9a3de9f52a83176bfa85d224d6a5659d59542da5add2bf5da619ed19d4300f9')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-06-15 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 02:33:57
  Author: felixonmars
Revision: 389289

upgpkg: python-setuptools 1:47.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 01:13:16 UTC (rev 389288)
+++ PKGBUILD2020-06-16 02:33:57 UTC (rev 389289)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=47.2.0
+pkgver=47.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('0fb14654d5f1f4b62f7f4137060c45b2042e2942be8bc69ece287e56b9f5c910189cb9c2c5acfa1ca265aa54cc1f2668a568315fd03883a2164a295358644f7a')
+sha512sums=('cc4be53792ea9c80d7cc9b8e3e0b19dad33095fa9758bed145adf083be6a74227f23a931b9ff8c188e4785fcb83615beb34b72fceaf8e534e67ffdf2c9c1a70c')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-06-15 Thread Felix Yan via arch-commits
Date: Monday, June 15, 2020 @ 16:29:56
  Author: felixonmars
Revision: 389283

upgpkg: python-setuptools 1:47.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-15 09:24:13 UTC (rev 389282)
+++ PKGBUILD2020-06-15 16:29:56 UTC (rev 389283)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=47.1.1
+pkgver=47.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('fad8a81f4f5650248f56f4f656957f047caed724e696507d602246fbc002ff893776fef41b7861197e20210dbbc4f076558679dce0c37e5860fb3d4bcc1be130')
+sha512sums=('0fb14654d5f1f4b62f7f4137060c45b2042e2942be8bc69ece287e56b9f5c910189cb9c2c5acfa1ca265aa54cc1f2668a568315fd03883a2164a295358644f7a')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-05-28 Thread Felix Yan via arch-commits
Date: Friday, May 29, 2020 @ 03:01:53
  Author: felixonmars
Revision: 387795

upgpkg: python-setuptools 1:47.1.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 02:44:04 UTC (rev 387794)
+++ PKGBUILD2020-05-29 03:01:53 UTC (rev 387795)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=47.1.0
+pkgver=47.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a6118d18d318eca90ec1113f32b56bddb4ea4511cec4f6599d0b48f11ab8dfd4b382b7a9bc57dc8b21c5d492b42977656af226fb4321005156b2af02e8409450')
+sha512sums=('fad8a81f4f5650248f56f4f656957f047caed724e696507d602246fbc002ff893776fef41b7861197e20210dbbc4f076558679dce0c37e5860fb3d4bcc1be130')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-05-28 Thread Felix Yan via arch-commits
Date: Thursday, May 28, 2020 @ 17:10:33
  Author: felixonmars
Revision: 38

upgpkg: python-setuptools 1:47.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-28 16:54:43 UTC (rev 387776)
+++ PKGBUILD2020-05-28 17:10:33 UTC (rev 38)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=47.0.0
+pkgver=47.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cf1c7c50c609c5f1aa628e8e8ea32b86eefac1c56d78d7e526baeff7a7166f65e53e3edb96b83d902b03dcedafdba579a99d87a0f782c63c79b4bf075f6706c7')
+sha512sums=('a6118d18d318eca90ec1113f32b56bddb4ea4511cec4f6599d0b48f11ab8dfd4b382b7a9bc57dc8b21c5d492b42977656af226fb4321005156b2af02e8409450')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-05-28 Thread Felix Yan via arch-commits
Date: Thursday, May 28, 2020 @ 13:35:22
  Author: felixonmars
Revision: 387769

upgpkg: python-setuptools 1:47.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-28 13:04:24 UTC (rev 387768)
+++ PKGBUILD2020-05-28 13:35:22 UTC (rev 387769)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.4.0
+pkgver=47.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('312b59e78fa801e2d1437b0c306b1287f1e97e4a588141674b6b08ab8340480ae24f9725253f065b31a435179efcb0f48cd1398c14521079502d13a3961508cd')
+sha512sums=('cf1c7c50c609c5f1aa628e8e8ea32b86eefac1c56d78d7e526baeff7a7166f65e53e3edb96b83d902b03dcedafdba579a99d87a0f782c63c79b4bf075f6706c7')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-05-17 Thread Felix Yan via arch-commits
Date: Sunday, May 17, 2020 @ 18:43:23
  Author: felixonmars
Revision: 385442

upgpkg: python-setuptools 1:46.4.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-17 18:19:49 UTC (rev 385441)
+++ PKGBUILD2020-05-17 18:43:23 UTC (rev 385442)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.3.1
+pkgver=46.4.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('bbe399f7e79e1c827c0614f2affb93fa9cc6cf01825fd3e0f0ef93f086b59eb99c11e299af01482dfb0677bf08af80a74b6cbff4970e0a80ccce7816d0cc0606')
+sha512sums=('312b59e78fa801e2d1437b0c306b1287f1e97e4a588141674b6b08ab8340480ae24f9725253f065b31a435179efcb0f48cd1398c14521079502d13a3961508cd')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-05-15 Thread Felix Yan via arch-commits
Date: Friday, May 15, 2020 @ 18:06:55
  Author: felixonmars
Revision: 383704

upgpkg: python-setuptools 1:46.3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-15 17:00:57 UTC (rev 383703)
+++ PKGBUILD2020-05-15 18:06:55 UTC (rev 383704)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.3.0
+pkgver=46.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('69e3a5283bdcfdadd2cb0ab88dc5bd66cbe0b6d6306d0f4c2248d0567c7453b9ea29940f145d2959a910e0f8de43856ff0b8059ccbc3f3d033f5ed6f2d983a35')
+sha512sums=('bbe399f7e79e1c827c0614f2affb93fa9cc6cf01825fd3e0f0ef93f086b59eb99c11e299af01482dfb0677bf08af80a74b6cbff4970e0a80ccce7816d0cc0606')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-05-13 Thread Felix Yan via arch-commits
Date: Thursday, May 14, 2020 @ 05:32:44
  Author: felixonmars
Revision: 383344

upgpkg: python-setuptools 1:46.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-14 00:20:28 UTC (rev 383343)
+++ PKGBUILD2020-05-14 05:32:44 UTC (rev 383344)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.2.0
+pkgver=46.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('c73c70ea8ea7e67d217229c4bd0914afcf6ff1db146515f89cf542077edaec26f5a02ba16ff34e1439510a13afbe338b799522ae80718aacb59e660f23e8')
+sha512sums=('69e3a5283bdcfdadd2cb0ab88dc5bd66cbe0b6d6306d0f4c2248d0567c7453b9ea29940f145d2959a910e0f8de43856ff0b8059ccbc3f3d033f5ed6f2d983a35')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
@@ -58,9 +58,6 @@
   -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
   -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
   
-  # Fix 2to3 warning
-  sed -i '/2081/i \ignore:2to3 support is 
deprecated:setuptools.SetuptoolsDeprecationWarning' 
setuptools-$pkgver/pytest.ini
-
   cd "$srcdir"/setuptools-$pkgver
   sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
 }


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

2020-05-11 Thread Felix Yan via arch-commits
Date: Monday, May 11, 2020 @ 18:40:14
  Author: felixonmars
Revision: 383224

upgpkg: python-setuptools 1:46.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-11 18:40:12 UTC (rev 383223)
+++ PKGBUILD2020-05-11 18:40:14 UTC (rev 383224)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.1.3
+pkgver=46.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('863dfde80d522c899102a51500b2ade49a6f80a7c41715dbcec7ed92681e24ad044bffb04c2c6673ccdc9865ad9749911fd0d598a1651a2d3ef0625b19425f55')
+sha512sums=('c73c70ea8ea7e67d217229c4bd0914afcf6ff1db146515f89cf542077edaec26f5a02ba16ff34e1439510a13afbe338b799522ae80718aacb59e660f23e8')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
@@ -57,6 +57,9 @@
   -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
   -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
   -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
+  
+  # Fix 2to3 warning
+  sed -i '/2081/i \ignore:2to3 support is 
deprecated:setuptools.SetuptoolsDeprecationWarning' 
setuptools-$pkgver/pytest.ini
 
   cd "$srcdir"/setuptools-$pkgver
   sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 21:21:15
  Author: felixonmars
Revision: 378494

upgpkg: python-setuptools 1:46.1.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 19:30:09 UTC (rev 378493)
+++ PKGBUILD2020-03-25 21:21:15 UTC (rev 378494)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.1.2
+pkgver=46.1.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('c6359f5176eeb9d1b39d1e78f684312b372df64989d2f69a63148e27f7eb5f2c276d0359054fa315d77574567e7acfc6204e007a5b839336848bc1d559df7542')
+sha512sums=('863dfde80d522c899102a51500b2ade49a6f80a7c41715dbcec7ed92681e24ad044bffb04c2c6673ccdc9865ad9749911fd0d598a1651a2d3ef0625b19425f55')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-03-25 Thread Felix Yan via arch-commits
Date: Wednesday, March 25, 2020 @ 17:52:09
  Author: felixonmars
Revision: 378486

upgpkg: python-setuptools 1:46.1.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 16:47:48 UTC (rev 378485)
+++ PKGBUILD2020-03-25 17:52:09 UTC (rev 378486)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.1.1
+pkgver=46.1.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('5a8ab2726f3ef8c96057bf43b394ad9a0fee4418de11b7574b7a056ad882da0d5a48ef1f427b823a5f9931992887de6f34a004913e973bb1fcd0c4da71026c90')
+sha512sums=('c6359f5176eeb9d1b39d1e78f684312b372df64989d2f69a63148e27f7eb5f2c276d0359054fa315d77574567e7acfc6204e007a5b839336848bc1d559df7542')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-03-21 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 00:08:05
  Author: felixonmars
Revision: 378293

upgpkg: python-setuptools 1:46.1.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 19:34:54 UTC (rev 378292)
+++ PKGBUILD2020-03-22 00:08:05 UTC (rev 378293)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=46.0.0
+pkgver=46.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('063283879df82fa739df4f356e174a73ae49209e1c868e02e6fa48bd41d3943d290e5e7347955230ee542b4603fa8a9ce0ed630ec04da4c1fd452faa6d8180dd')
+sha512sums=('5a8ab2726f3ef8c96057bf43b394ad9a0fee4418de11b7574b7a056ad882da0d5a48ef1f427b823a5f9931992887de6f34a004913e973bb1fcd0c4da71026c90')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 10:58:18
  Author: felixonmars
Revision: 377204

upgpkg: python-setuptools 1:46.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 10:49:41 UTC (rev 377203)
+++ PKGBUILD2020-03-09 10:58:18 UTC (rev 377204)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=45.3.0
+pkgver=46.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('6b287b8e5f0d0f9bf10536c5e910255a1aa53d12c1a76019478fbf56cd99a6bbc995e959c1e4d7951c50e0a725901f3ad4bdeb8c97bd64a68b4c7f78f37ca2c4')
+sha512sums=('063283879df82fa739df4f356e174a73ae49209e1c868e02e6fa48bd41d3943d290e5e7347955230ee542b4603fa8a9ce0ed630ec04da4c1fd452faa6d8180dd')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-03-08 Thread Felix Yan via arch-commits
Date: Sunday, March 8, 2020 @ 09:42:48
  Author: felixonmars
Revision: 377130

upgpkg: python-setuptools 1:45.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 08:13:45 UTC (rev 377129)
+++ PKGBUILD2020-03-08 09:42:48 UTC (rev 377130)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=45.2.0
+pkgver=45.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('68a2b600e67dfd1ba25efadd852ed99fff3073ee73959b183ffd8b5c44935628a9eff2f56ac921f4d8d903a389f167ddc2295f031b9b0f7fa9f91970516e4658')
+sha512sums=('6b287b8e5f0d0f9bf10536c5e910255a1aa53d12c1a76019478fbf56cd99a6bbc995e959c1e4d7951c50e0a725901f3ad4bdeb8c97bd64a68b4c7f78f37ca2c4')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-02-10 Thread Felix Yan via arch-commits
Date: Monday, February 10, 2020 @ 12:30:51
  Author: felixonmars
Revision: 375245

upgpkg: python-setuptools 1:45.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-10 07:52:31 UTC (rev 375244)
+++ PKGBUILD2020-02-10 12:30:51 UTC (rev 375245)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=45.1.0
+pkgver=45.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('231c142aaa59ef0a63b9f3a42d4f8343d1aae07b4b9e8f0e48df7e6b2be3708a2d2205fff47d4f32bd36de80243fac9781d09db18f85dc0270afa9621735ed6e')
+sha512sums=('68a2b600e67dfd1ba25efadd852ed99fff3073ee73959b183ffd8b5c44935628a9eff2f56ac921f4d8d903a389f167ddc2295f031b9b0f7fa9f91970516e4658')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
@@ -39,6 +39,9 @@
   {} +
 done
 
+  # Fix for flake8
+  sed -i 's/import six, ordered_set/import six\nimport ordered_set/' 
setuptools-$pkgver/setuptools/command/sdist.py
+
   # Remove post-release tag since we are using stable tags
   sed -e '/tag_build = .post/d' \
   -e '/tag_date = 1/d' \
@@ -45,7 +48,7 @@
   -i setuptools-$pkgver/setup.cfg
 
   # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
+  sed -i '/^def test_clean_env_install/i @pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
 
   # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
   # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*


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

2020-02-09 Thread Felix Yan via arch-commits
Date: Monday, February 10, 2020 @ 07:52:23
  Author: felixonmars
Revision: 375243

upgpkg: python-setuptools 1:45.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |   51 ++-
 1 file changed, 14 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-10 07:48:49 UTC (rev 375242)
+++ PKGBUILD2020-02-10 07:52:23 UTC (rev 375243)
@@ -2,9 +2,8 @@
 # Maintainer: Felix Yan 
 # Contributor: Eli Schwartz 
 
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=45.0.0
+pkgname=python-setuptools
+pkgver=45.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -11,13 +10,14 @@
 arch=('any')
 license=('PSF')
 url="https://pypi.org/project/setuptools/;
-_deps=('appdirs' 'packaging' 'ordered-set')
-makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'git')
-_checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
-'pytest-runner' 'pytest-virtualenv' 'wheel')
-checkdepends=("${_checkdeps[@]/#/python-}" 'python-paver' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('710cb0be5e3ec49ac1e0e7669612861c9c3a133ae7c3aaba9b4adc2559f595dbfa77f75bff1556f3526a41746605c72d9c7f51e1453db3b7fe06052f2faefba2')
+depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
+makedepends=('git')
+checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
+  'python-pytest-virtualenv' 'python-wheel' 'python-paver')
+provides=('python-distribute')
+replaces=('python-distribute')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
+sha512sums=('231c142aaa59ef0a63b9f3a42d4f8343d1aae07b4b9e8f0e48df7e6b2be3708a2d2205fff47d4f32bd36de80243fac9781d09db18f85dc0270afa9621735ed6e')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
@@ -55,23 +55,14 @@
   -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
   -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
 
-  cp -a setuptools-$pkgver{,-py2}
-
   cd "$srcdir"/setuptools-$pkgver
   sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
 }
 
 build() {
-  cd "$srcdir"/setuptools-$pkgver
+  cd setuptools-$pkgver
   python bootstrap.py
   python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
 }
 
 check() { (
@@ -82,24 +73,10 @@
   export PYTHONDONTWRITEBYTECODE=1
 
   cd setuptools-$pkgver
-  python setup.py pytest
+  python -m pytest
 )}
 
-package_python-setuptools() {
-  depends=("${_deps[@]/#/python-}")
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
+package() {
+  cd setuptools-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
 }
-
-package_python2-setuptools() {
-  depends=("${_deps[@]/#/python2-}")
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}


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

2020-01-15 Thread Felix Yan via arch-commits
Date: Wednesday, January 15, 2020 @ 16:25:49
  Author: felixonmars
Revision: 373521

upgpkg: python-setuptools 1:45.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 16:10:28 UTC (rev 373520)
+++ PKGBUILD2020-01-15 16:25:49 UTC (rev 373521)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=44.0.0
+pkgver=45.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" 'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('48febee840612a56c7f4cb0bc3983bf61a6a08c53dfcb95403f6631061481ba391fc0472d608ea6c0078fda8bcc7bb9f6dd8b73d473f5e4349d6eaeb2ab0050b')
+sha512sums=('710cb0be5e3ec49ac1e0e7669612861c9c3a133ae7c3aaba9b4adc2559f595dbfa77f75bff1556f3526a41746605c72d9c7f51e1453db3b7fe06052f2faefba2')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 10:37:32
  Author: felixonmars
Revision: 372820

upgpkg: python-setuptools 1:44.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 10:33:50 UTC (rev 372819)
+++ PKGBUILD2020-01-08 10:37:32 UTC (rev 372820)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=43.0.0
+pkgver=44.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" 'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('886a1e2e218da91aed69678f5fd7e8295fac5e65607c9be963f1bfcc59423c221ac02c12dd2b40ad23ab12d3378c2f6b1572fd0718974fe1565820ebb2606680')
+sha512sums=('48febee840612a56c7f4cb0bc3983bf61a6a08c53dfcb95403f6631061481ba391fc0472d608ea6c0078fda8bcc7bb9f6dd8b73d473f5e4349d6eaeb2ab0050b')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-01-02 Thread Felix Yan via arch-commits
Date: Friday, January 3, 2020 @ 04:47:05
  Author: felixonmars
Revision: 372496

upgpkg: python-setuptools 1:43.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-02 23:44:16 UTC (rev 372495)
+++ PKGBUILD2020-01-03 04:47:05 UTC (rev 372496)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=42.0.2
+pkgver=43.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" 'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('3ef85e38e02e7d4178f4ca1e84577392a5682e569bdba40fc4b87440d8a4a7769fa4eca5b3f457febf1cf16de0cdc7ddb8d1ddedc92fd4af0bae3b15abe2b7bc')
+sha512sums=('886a1e2e218da91aed69678f5fd7e8295fac5e65607c9be963f1bfcc59423c221ac02c12dd2b40ad23ab12d3378c2f6b1572fd0718974fe1565820ebb2606680')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-12-11 Thread Felix Yan via arch-commits
Date: Wednesday, December 11, 2019 @ 08:21:57
  Author: felixonmars
Revision: 370652

upgpkg: python-setuptools 1:42.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-11 07:39:32 UTC (rev 370651)
+++ PKGBUILD2019-12-11 08:21:57 UTC (rev 370652)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=41.6.0
+pkgver=42.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" 'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('27dd6762afb7cc5cf302c4086d5142490d90fcba1d4886a6c9d3c7d4bf35cd7670081f103f6f6218b5fdce13a1c461ae7b9d917d0dc60669860e581f1945478a')
+sha512sums=('3ef85e38e02e7d4178f4ca1e84577392a5682e569bdba40fc4b87440d8a4a7769fa4eca5b3f457febf1cf16de0cdc7ddb8d1ddedc92fd4af0bae3b15abe2b7bc')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-11-23 Thread Felix Yan via arch-commits
Date: Sunday, November 24, 2019 @ 06:51:32
  Author: felixonmars
Revision: 369690

upgpkg: python-setuptools 1:41.6.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 06:22:53 UTC (rev 369689)
+++ PKGBUILD2019-11-24 06:51:32 UTC (rev 369690)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=41.4.0
+pkgver=41.6.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" 'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('399512d01788a669248a68b1f1eccf940b9255a7ccdbfc0575abcbe9866477c2850260fd8fe8fc946cdb2687bbbcc493d963aa48e38b22e4264a1f2b68ed648c')
+sha512sums=('27dd6762afb7cc5cf302c4086d5142490d90fcba1d4886a6c9d3c7d4bf35cd7670081f103f6f6218b5fdce13a1c461ae7b9d917d0dc60669860e581f1945478a')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-11-19 Thread Felix Yan via arch-commits
Date: Wednesday, November 20, 2019 @ 05:24:11
  Author: felixonmars
Revision: 369458

upgpkg: python-setuptools 1:41.4.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-20 05:19:35 UTC (rev 369457)
+++ PKGBUILD2019-11-20 05:24:11 UTC (rev 369458)
@@ -4,20 +4,20 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=41.2.0
-pkgrel=5
+pkgver=41.4.0
+pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
 license=('PSF')
 url="https://pypi.org/project/setuptools/;
-_deps=('appdirs' 'packaging')
+_deps=('appdirs' 'packaging' 'ordered-set')
 makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'git')
 _checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" 'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('9ddaae9d530cb5580566abba4b9aec19d5bbbc9bd571eb121ce597d311e99c8f766fd905d856419355fa9a676040c41703c0d7fbe7e6d068e701dd89df4280e1')
+sha512sums=('399512d01788a669248a68b1f1eccf940b9255a7ccdbfc0575abcbe9866477c2850260fd8fe8fc946cdb2687bbbcc493d963aa48e38b22e4264a1f2b68ed648c')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-10-27 Thread Felix Yan via arch-commits
Date: Sunday, October 27, 2019 @ 07:04:46
  Author: felixonmars
Revision: 365912

Python 3.8 rebuild

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 07:03:18 UTC (rev 365911)
+++ PKGBUILD2019-10-27 07:04:46 UTC (rev 365912)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=41.2.0
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 14:59:22
  Author: felixonmars
Revision: 365584

Python 3.8 rebuild

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 14:59:20 UTC (rev 365583)
+++ PKGBUILD2019-10-25 14:59:22 UTC (rev 365584)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=41.2.0
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 14:12:16
  Author: felixonmars
Revision: 365558

remove bootstrap, again

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 14:11:54 UTC (rev 365557)
+++ PKGBUILD2019-10-25 14:12:16 UTC (rev 365558)
@@ -22,7 +22,7 @@
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
 prepare() {
-  #rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
+  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
 
   # Upstream devendoring logic is badly broken, see:
   # https://bugs.archlinux.org/task/58670
@@ -30,14 +30,14 @@
   # https://github.com/pypa/setuptools/issues/1383
   # The simplest fix is to simply rewrite import paths to use the canonical
   # location in the first place
-  #for _module in setuptools pkg_resources '' ; do
-  #find setuptools-$pkgver -name \*.py -exec sed -i \
-  #-e 's/from '$_module.extern' import/import/' \
-  #-e 's/from '$_module.extern'./from /' \
-  #-e 's/import '$_module.extern'./import /' \
-  #-e "s/__import__('$_module.extern./__import__('/" \
-  #{} +
-  #  done
+  for _module in setuptools pkg_resources '' ; do
+  find setuptools-$pkgver -name \*.py -exec sed -i \
+  -e 's/from '$_module.extern' import/import/' \
+  -e 's/from '$_module.extern'./from /' \
+  -e 's/import '$_module.extern'./import /' \
+  -e "s/__import__('$_module.extern./__import__('/" \
+  {} +
+done
 
   # Remove post-release tag since we are using stable tags
   sed -e '/tag_build = .post/d' \


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 14:11:27
  Author: felixonmars
Revision: 365556

Python 3.8 rebuild

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 14:10:00 UTC (rev 36)
+++ PKGBUILD2019-10-25 14:11:27 UTC (rev 365556)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=41.2.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 14:10:00
  Author: felixonmars
Revision: 36

bootstrap, 2 try

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 14:03:05 UTC (rev 365554)
+++ PKGBUILD2019-10-25 14:10:00 UTC (rev 36)
@@ -30,14 +30,14 @@
   # https://github.com/pypa/setuptools/issues/1383
   # The simplest fix is to simply rewrite import paths to use the canonical
   # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
+  #for _module in setuptools pkg_resources '' ; do
+  #find setuptools-$pkgver -name \*.py -exec sed -i \
+  #-e 's/from '$_module.extern' import/import/' \
+  #-e 's/from '$_module.extern'./from /' \
+  #-e 's/import '$_module.extern'./import /' \
+  #-e "s/__import__('$_module.extern./__import__('/" \
+  #{} +
+  #  done
 
   # Remove post-release tag since we are using stable tags
   sed -e '/tag_build = .post/d' \


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 14:03:05
  Author: felixonmars
Revision: 365554

bootstrap failed, let's try again

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 14:01:09 UTC (rev 365553)
+++ PKGBUILD2019-10-25 14:03:05 UTC (rev 365554)
@@ -22,7 +22,7 @@
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
 prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
+  #rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
 
   # Upstream devendoring logic is badly broken, see:
   # https://bugs.archlinux.org/task/58670


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 14:01:09
  Author: felixonmars
Revision: 365553

remove bootstrap for next batch

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 13:59:45 UTC (rev 365552)
+++ PKGBUILD2019-10-25 14:01:09 UTC (rev 365553)
@@ -22,7 +22,7 @@
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
 prepare() {
-  #rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
+  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
 
   # Upstream devendoring logic is badly broken, see:
   # https://bugs.archlinux.org/task/58670


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 13:59:12
  Author: felixonmars
Revision: 365551

upgpkg: python-setuptools 1:41.2.0-2

bootstrap setuptools

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 13:54:36 UTC (rev 365550)
+++ PKGBUILD2019-10-25 13:59:12 UTC (rev 365551)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=41.2.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -15,8 +15,7 @@
 makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'git')
 _checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
 'pytest-runner' 'pytest-virtualenv' 'wheel')
-checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
-  'python2-futures' 'git')
+checkdepends=("${_checkdeps[@]/#/python-}" 'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
 
sha512sums=('9ddaae9d530cb5580566abba4b9aec19d5bbbc9bd571eb121ce597d311e99c8f766fd905d856419355fa9a676040c41703c0d7fbe7e6d068e701dd89df4280e1')
 
@@ -23,7 +22,7 @@
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
 prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
+  #rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
 
   # Upstream devendoring logic is badly broken, see:
   # https://bugs.archlinux.org/task/58670
@@ -82,11 +81,8 @@
   # https://github.com/pypa/setuptools/pull/810
   export PYTHONDONTWRITEBYTECODE=1
 
-  cd "$srcdir"/setuptools-$pkgver
+  cd setuptools-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
 )}
 
 package_python-setuptools() {


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

2019-08-21 Thread Felix Yan via arch-commits
Date: Thursday, August 22, 2019 @ 02:31:09
  Author: felixonmars
Revision: 360544

upgpkg: python-setuptools 1:41.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-22 02:24:37 UTC (rev 360543)
+++ PKGBUILD2019-08-22 02:31:09 UTC (rev 360544)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=41.1.0
+pkgver=41.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('1dd7e6ef05e837c3645b0e9cef182a5e1e9488061c0fb5e9c750e8ec8aab963dd1c0972642556774c3d217587310b073750cbf6d4b9053bda13e044741e69a99')
+sha512sums=('9ddaae9d530cb5580566abba4b9aec19d5bbbc9bd571eb121ce597d311e99c8f766fd905d856419355fa9a676040c41703c0d7fbe7e6d068e701dd89df4280e1')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-08-13 Thread Felix Yan via arch-commits
Date: Wednesday, August 14, 2019 @ 04:28:48
  Author: felixonmars
Revision: 359799

upgpkg: python-setuptools 1:41.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-13 22:47:27 UTC (rev 359798)
+++ PKGBUILD2019-08-14 04:28:48 UTC (rev 359799)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=41.0.1
+pkgver=41.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('f3d6b81de7eb947fa8f7a3ad46d59e560940bc2f86672e072793d7cfa24267fb374a3b5b93ded6e10fd8889805ca26dfb7821a5d83992520c8b47628ca4174bf')
+sha512sums=('1dd7e6ef05e837c3645b0e9cef182a5e1e9488061c0fb5e9c750e8ec8aab963dd1c0972642556774c3d217587310b073750cbf6d4b9053bda13e044741e69a99')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
@@ -32,7 +32,7 @@
   # The simplest fix is to simply rewrite import paths to use the canonical
   # location in the first place
   for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver/$_module -name \*.py -exec sed -i \
+  find setuptools-$pkgver -name \*.py -exec sed -i \
   -e 's/from '$_module.extern' import/import/' \
   -e 's/from '$_module.extern'./from /' \
   -e 's/import '$_module.extern'./import /' \


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

2019-04-23 Thread Felix Yan via arch-commits
Date: Tuesday, April 23, 2019 @ 10:22:36
  Author: felixonmars
Revision: 351973

upgpkg: python-setuptools 1:41.0.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-23 10:10:26 UTC (rev 351972)
+++ PKGBUILD2019-04-23 10:22:36 UTC (rev 351973)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=41.0.0
+pkgver=41.0.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cdb4fd37df907594838cc16899060b9a8e052c209557df735770d2514bad2d7e2646452f01431d89d01f853a9e5acf55db60b0cb58f6acf396d48a58489834c9')
+sha512sums=('f3d6b81de7eb947fa8f7a3ad46d59e560940bc2f86672e072793d7cfa24267fb374a3b5b93ded6e10fd8889805ca26dfb7821a5d83992520c8b47628ca4174bf')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-04-06 Thread Felix Yan via arch-commits
Date: Saturday, April 6, 2019 @ 20:52:58
  Author: felixonmars
Revision: 350249

upgpkg: python-setuptools 1:41.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 18:37:42 UTC (rev 350248)
+++ PKGBUILD2019-04-06 20:52:58 UTC (rev 350249)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.9.0
+pkgver=41.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('0267e3767d3d1685609dce33a4a1b9ebec2649c9fe057d30bb79b7049818a362997a3ea43c4732b70004cae4cc5e476fdd451c032c01ae668f29e77c672960f1')
+sha512sums=('cdb4fd37df907594838cc16899060b9a8e052c209557df735770d2514bad2d7e2646452f01431d89d01f853a9e5acf55db60b0cb58f6acf396d48a58489834c9')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-04-03 Thread Felix Yan via arch-commits
Date: Wednesday, April 3, 2019 @ 20:56:05
  Author: felixonmars
Revision: 349819

upgpkg: python-setuptools 1:40.9.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-03 20:37:46 UTC (rev 349818)
+++ PKGBUILD2019-04-03 20:56:05 UTC (rev 349819)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.8.0
+pkgver=40.9.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('95d6fb36276b3fee3d123e7ff8c4e5f7687cb96456a92ae1094fff75c1c5faf84967400c20442fca903c41ccacb00cd85630d550719f59d797d311986f7aaf6b')
+sha512sums=('0267e3767d3d1685609dce33a4a1b9ebec2649c9fe057d30bb79b7049818a362997a3ea43c4732b70004cae4cc5e476fdd451c032c01ae668f29e77c672960f1')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-02-07 Thread Felix Yan via arch-commits
Date: Thursday, February 7, 2019 @ 11:41:45
  Author: felixonmars
Revision: 345507

upgpkg: python-setuptools 1:40.8.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 11:41:39 UTC (rev 345506)
+++ PKGBUILD2019-02-07 11:41:45 UTC (rev 345507)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.7.3
+pkgver=40.8.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('e8c2e89b72becc8e3bf7063fa7ca77f92c9e3d229b5f4f43b36ce0e60b9e1827a7523fe9aa440a31b55da49b262aba06c8caa947130257679f8e7ef7efe7d655')
+sha512sums=('95d6fb36276b3fee3d123e7ff8c4e5f7687cb96456a92ae1094fff75c1c5faf84967400c20442fca903c41ccacb00cd85630d550719f59d797d311986f7aaf6b')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-02-03 Thread Felix Yan via arch-commits
Date: Sunday, February 3, 2019 @ 21:35:14
  Author: felixonmars
Revision: 345199

upgpkg: python-setuptools 1:40.7.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 21:04:46 UTC (rev 345198)
+++ PKGBUILD2019-02-03 21:35:14 UTC (rev 345199)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.7.2
+pkgver=40.7.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cd7c9955572aca0f87db01a7981bf91908a3d2d2eaf72c826a551ae89cfed444aa252685133e0ac11a2b756fdb57bdc8feb6c3a27b5bfee29b5c02ec10661e05')
+sha512sums=('e8c2e89b72becc8e3bf7063fa7ca77f92c9e3d229b5f4f43b36ce0e60b9e1827a7523fe9aa440a31b55da49b262aba06c8caa947130257679f8e7ef7efe7d655')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-02-01 Thread Felix Yan via arch-commits
Date: Friday, February 1, 2019 @ 12:10:33
  Author: felixonmars
Revision: 345005

upgpkg: python-setuptools 1:40.7.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 12:00:40 UTC (rev 345004)
+++ PKGBUILD2019-02-01 12:10:33 UTC (rev 345005)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.7.1
+pkgver=40.7.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a777996405991775d180132b93dc652e867d0914dc73d15d590f8ad298ef646684c7aae58447555e8dde694d617432ccc145a34ab410b98ed53b12c49cdc184a')
+sha512sums=('cd7c9955572aca0f87db01a7981bf91908a3d2d2eaf72c826a551ae89cfed444aa252685133e0ac11a2b756fdb57bdc8feb6c3a27b5bfee29b5c02ec10661e05')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 06:57:41
  Author: felixonmars
Revision: 344905

upgpkg: python-setuptools 1:40.7.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-28 14:44:29 UTC (rev 344904)
+++ PKGBUILD2019-01-29 06:57:41 UTC (rev 344905)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.7.0
+pkgver=40.7.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cc65c023247948f0dca1cba4d7f3b2b212876256b9e4a91f228ceef09e753cf3eb627e38c82255e2bfb279d7942ae73b24c81fec0abb85d37a7c08737f5a293c')
+sha512sums=('a777996405991775d180132b93dc652e867d0914dc73d15d590f8ad298ef646684c7aae58447555e8dde694d617432ccc145a34ab410b98ed53b12c49cdc184a')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2019-01-27 Thread Felix Yan via arch-commits
Date: Sunday, January 27, 2019 @ 19:48:48
  Author: felixonmars
Revision: 344883

upgpkg: python-setuptools 1:40.7.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-27 18:07:35 UTC (rev 344882)
+++ PKGBUILD2019-01-27 19:48:48 UTC (rev 344883)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.6.3
+pkgver=40.7.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('6dbe826eca37e8121e2b6f61045b2923a4c5b3e93e5f985d8990f03c9046a01d2f2fbe70f45a1b3106a2a9c755edbfb0953fdf25909bea0a45db9c179bcd1a90')
+sha512sums=('cc65c023247948f0dca1cba4d7f3b2b212876256b9e4a91f228ceef09e753cf3eb627e38c82255e2bfb279d7942ae73b24c81fec0abb85d37a7c08737f5a293c')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-12-12 Thread Felix Yan via arch-commits
Date: Wednesday, December 12, 2018 @ 11:09:36
  Author: felixonmars
Revision: 341615

upgpkg: python-setuptools 1:40.6.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 10:47:01 UTC (rev 341614)
+++ PKGBUILD2018-12-12 11:09:36 UTC (rev 341615)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.6.2
+pkgver=40.6.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
   'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('4b88a9fa9fc070c48d416ce432b4a3316e78de4cdc3bf8476cf234f0733ab14b79e4433b7775db8ca22a25cf1b025690a7dbeaf973da88576f09711803ee7c72')
+sha512sums=('6dbe826eca37e8121e2b6f61045b2923a4c5b3e93e5f985d8990f03c9046a01d2f2fbe70f45a1b3106a2a9c755edbfb0953fdf25909bea0a45db9c179bcd1a90')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-11-13 Thread Felix Yan via arch-commits
Date: Tuesday, November 13, 2018 @ 18:30:53
  Author: felixonmars
Revision: 339636

upgpkg: python-setuptools 1:40.6.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-13 18:14:43 UTC (rev 339635)
+++ PKGBUILD2018-11-13 18:30:53 UTC (rev 339636)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.5.0
+pkgver=40.6.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -15,9 +15,10 @@
 makedepends=("${_deps[@]/#/python-}" "${_deps[@]/#/python2-}" 'git')
 _checkdeps=('mock' 'pip' 'pytest-fixture-config' 'pytest-flake8'
 'pytest-runner' 'pytest-virtualenv' 'wheel')
-checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
+checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver'
+  'python2-futures' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('5f6aef2b99dc17e57a34130c6e68dbcb3c79af9df102775779b64e77174d55f119a5a75eb2e6838023c564f6a725814e34548e31c4f591b8e1e6bafbb0c788b6')
+sha512sums=('4b88a9fa9fc070c48d416ce432b4a3316e78de4cdc3bf8476cf234f0733ab14b79e4433b7775db8ca22a25cf1b025690a7dbeaf973da88576f09711803ee7c72')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
@@ -52,6 +53,7 @@
   # dir.
   sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
   -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
+  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
   -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
 
   cp -a setuptools-$pkgver{,-py2}


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

2018-10-26 Thread Felix Yan via arch-commits
Date: Friday, October 26, 2018 @ 16:47:32
  Author: felixonmars
Revision: 337329

upgpkg: python-setuptools 1:40.5.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 14:01:30 UTC (rev 337328)
+++ PKGBUILD2018-10-26 16:47:32 UTC (rev 337329)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.4.3
+pkgver=40.5.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('750df326a149c2308971582d8a77b757c5dedb2251673826a8cb8860576700ee8d82a061c6a93075eb06307fdf324466e3b2941686059a45520951269e6e70b9')
+sha512sums=('5f6aef2b99dc17e57a34130c6e68dbcb3c79af9df102775779b64e77174d55f119a5a75eb2e6838023c564f6a725814e34548e31c4f591b8e1e6bafbb0c788b6')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-09-23 Thread Felix Yan via arch-commits
Date: Sunday, September 23, 2018 @ 18:46:29
  Author: felixonmars
Revision: 335256

upgpkg: python-setuptools 1:40.4.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-23 18:45:00 UTC (rev 335255)
+++ PKGBUILD2018-09-23 18:46:29 UTC (rev 335256)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.4.2
+pkgver=40.4.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('0b86a4c74511a233e2335fc5b534cb4b16cc1bd2a144c8b07f1fceb5606010994d273b2237a3847593febc3f4d6792de46db355a5bd2f54d7d012c8a32bb')
+sha512sums=('750df326a149c2308971582d8a77b757c5dedb2251673826a8cb8860576700ee8d82a061c6a93075eb06307fdf324466e3b2941686059a45520951269e6e70b9')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 06:34:52
  Author: felixonmars
Revision: 335217

upgpkg: python-setuptools 1:40.4.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 03:41:42 UTC (rev 335216)
+++ PKGBUILD2018-09-22 06:34:52 UTC (rev 335217)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.4.1
+pkgver=40.4.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a00b62b2a6d711f115ad20e272d26db1b5a013d656df328ac82fc68f46c4e8c295a1d0ac237848017eebfb58f1a2d4168bff336da1a61adcd3c5defb7355c8c6')
+sha512sums=('0b86a4c74511a233e2335fc5b534cb4b16cc1bd2a144c8b07f1fceb5606010994d273b2237a3847593febc3f4d6792de46db355a5bd2f54d7d012c8a32bb')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-09-18 Thread Felix Yan via arch-commits
Date: Tuesday, September 18, 2018 @ 16:10:33
  Author: felixonmars
Revision: 334879

upgpkg: python-setuptools 1:40.4.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 16:05:51 UTC (rev 334878)
+++ PKGBUILD2018-09-18 16:10:33 UTC (rev 334879)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.4.0
+pkgver=40.4.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('c8d1a8d51c6cdfd10a938727c0ba5a024b9afe5c3ea7fb85b125b0f2b5299b4984c1ce9645319601396652b1994bea12bcc24925ec2ee94359bcfc3768644f42')
+sha512sums=('a00b62b2a6d711f115ad20e272d26db1b5a013d656df328ac82fc68f46c4e8c295a1d0ac237848017eebfb58f1a2d4168bff336da1a61adcd3c5defb7355c8c6')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-09-18 Thread Felix Yan via arch-commits
Date: Tuesday, September 18, 2018 @ 13:36:15
  Author: felixonmars
Revision: 334874

upgpkg: python-setuptools 1:40.4.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 12:06:10 UTC (rev 334873)
+++ PKGBUILD2018-09-18 13:36:15 UTC (rev 334874)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.3.0
+pkgver=40.4.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('e7ca645cca10d5ee14c5945846b4100d224780b792d743a7debdb56a35605df9f8847732cf81f257b3b0fa9e8f895cc7d3e1d20387665ed64c098999d06c')
+sha512sums=('c8d1a8d51c6cdfd10a938727c0ba5a024b9afe5c3ea7fb85b125b0f2b5299b4984c1ce9645319601396652b1994bea12bcc24925ec2ee94359bcfc3768644f42')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-09-17 Thread Felix Yan via arch-commits
Date: Monday, September 17, 2018 @ 08:52:20
  Author: felixonmars
Revision: 334677

upgpkg: python-setuptools 1:40.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 08:46:03 UTC (rev 334676)
+++ PKGBUILD2018-09-17 08:52:20 UTC (rev 334677)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.2.0
+pkgver=40.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a5006d6c746116c859d478e1621dc59cf63279e104111c7506100b2a143e0df7bf6177b3606803e6579bbf7d084a41e9f7041143ad67be29f07bce0951bd4b6c')
+sha512sums=('e7ca645cca10d5ee14c5945846b4100d224780b792d743a7debdb56a35605df9f8847732cf81f257b3b0fa9e8f895cc7d3e1d20387665ed64c098999d06c')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-08-21 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 15:07:46
  Author: felixonmars
Revision: 332751

upgpkg: python-setuptools 1:40.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 14:53:42 UTC (rev 332750)
+++ PKGBUILD2018-08-21 15:07:46 UTC (rev 332751)
@@ -5,7 +5,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.1.0
+pkgver=40.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('b9d9c6752aac5879a128054394c764fe14900114a0922153a09d8cf3d7492526dde3faac52482e250493573b2898e395868ec4577d8418ab81567dcab2974f0a')
+sha512sums=('a5006d6c746116c859d478e1621dc59cf63279e104111c7506100b2a143e0df7bf6177b3606803e6579bbf7d084a41e9f7041143ad67be29f07bce0951bd4b6c')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2018-08-17 Thread Felix Yan via arch-commits
Date: Friday, August 17, 2018 @ 19:43:14
  Author: felixonmars
Revision: 332120

upgpkg: python-setuptools 1:40.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 18:15:53 UTC (rev 332119)
+++ PKGBUILD2018-08-17 19:43:14 UTC (rev 332120)
@@ -5,7 +5,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=40.0.0
+pkgver=40.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 'pytest-runner' 'pytest-virtualenv' 'wheel')
 checkdepends=("${_checkdeps[@]/#/python-}" "${_checkdeps[@]/#/python2-}" 
'python-paver' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('c0e956ea87cbb4608be6c76182113000997a986c10a8c44f24f329237b0b0ff1770a140bbd7d6dc4736e4e652d99637e3adb07a3dc080aa7597413c7d7dd503e')
+sha512sums=('b9d9c6752aac5879a128054394c764fe14900114a0922153a09d8cf3d7492526dde3faac52482e250493573b2898e395868ec4577d8418ab81567dcab2974f0a')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 
@@ -31,7 +31,7 @@
   # https://github.com/pypa/setuptools/issues/1383
   # The simplest fix is to simply rewrite import paths to use the canonical
   # location in the first place
-  for _module in setuptools pkg_resources; do
+  for _module in setuptools pkg_resources '' ; do
   find setuptools-$pkgver/$_module -name \*.py -exec sed -i \
   -e 's/from '$_module.extern' import/import/' \
   -e 's/from '$_module.extern'./from /' \


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

2018-08-16 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2018-08-16 12:45:13 UTC (rev 331587)
+++ PKGBUILD2018-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
 


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

2018-06-28 Thread Felix Yan via arch-commits
Date: Thursday, June 28, 2018 @ 21:01:55
  Author: felixonmars
Revision: 327743

upgpkg: python-setuptools 1:39.2.0-3

Python 3.7 rebuild

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-28 21:00:54 UTC (rev 327742)
+++ PKGBUILD2018-06-28 21:01:55 UTC (rev 327743)
@@ -6,7 +6,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=39.2.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')


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

2018-06-03 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 15:31:34
  Author: felixonmars
Revision: 325651

upgpkg: python-setuptools 1:39.2.0-2

FS#58670

Modified:
  python-setuptools/trunk/PKGBUILD

--+
 PKGBUILD |   40 
 1 file changed, 28 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 14:25:03 UTC (rev 325650)
+++ PKGBUILD2018-06-03 15:31:34 UTC (rev 325651)
@@ -1,27 +1,45 @@
 # $Id$
 # Maintainer: Angel Velasquez 
 # Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=39.2.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
 license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-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' 'python-pip' 'python2-pip' 'git')
+url="https://pypi.org/project/setuptools/;
+_deps=('appdirs' 'packaging')
+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')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
 
sha512sums=('94f0bbf3660d9a27464c79d256e87247f153081128480b914a9bdc2f574ca9ae209a30baf117441a5b6e8530d711b7d3949abefd0dee4d17ef5397e07fb6d9a2')
 
+export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+
 prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/_vendor
+  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
 
+  # Upstream devendoring logic is badly broken, see:
+  # https://bugs.archlinux.org/task/58670
+  # https://github.com/pypa/pip/issues/5429
+  # https://github.com/pypa/setuptools/issues/1383
+  # The simplest fix is to simply rewrite import paths to use the canonical
+  # location in the first place
+  for _module in setuptools pkg_resources; do
+  find setuptools-$pkgver/$_module -name \*.py -exec sed -i \
+  -e 's/from '$_module.extern' import/import/' \
+  -e 's/from '$_module.extern'./from /' \
+  -e 's/import '$_module.extern'./import /' \
+  -e "s/__import__('$_module.extern./__import__('/" \
+  {} +
+done
+
   # Remove post-release tag since we are using stable tags
   sed -e '/tag_build = .post/d' \
   -e '/tag_date = 1/d' \
@@ -44,8 +62,6 @@
 
   cd "$srcdir"/setuptools-$pkgver-py2
   sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 }
 
 build() {
@@ -73,7 +89,7 @@
 )}
 
 package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
+  depends=("${_deps[@]/#/python-}")
   provides=('python-distribute')
   replaces=('python-distribute')
 
@@ -82,7 +98,7 @@
 }
 
 package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
+  depends=("${_deps[@]/#/python2-}")
   provides=('python2-distribute')
   replaces=('python2-distribute')
 


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

2018-05-19 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 21:07:29
  Author: felixonmars
Revision: 324605

upgpkg: python-setuptools 1:39.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 19:23:57 UTC (rev 324604)
+++ PKGBUILD2018-05-19 21:07:29 UTC (rev 324605)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=39.1.0
+pkgver=39.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   '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=('9fa00930a1923782c2f6356bf992410d42b3dd81b5a673e2957eaf8941787fbea324851c5df48e37601641d004ee900c88a1cfa97ef9df374879586a36efa5c6')
+sha512sums=('94f0bbf3660d9a27464c79d256e87247f153081128480b914a9bdc2f574ca9ae209a30baf117441a5b6e8530d711b7d3949abefd0dee4d17ef5397e07fb6d9a2')
 
 prepare() {
   rm -r setuptools-$pkgver/{pkg_resources,setuptools}/_vendor


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

2018-04-28 Thread Felix Yan via arch-commits
Date: Saturday, April 28, 2018 @ 18:49:27
  Author: felixonmars
Revision: 323101

upgpkg: python-setuptools 1:39.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-28 16:08:33 UTC (rev 323100)
+++ PKGBUILD2018-04-28 18:49:27 UTC (rev 323101)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=39.0.1
+pkgver=39.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   '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=('34df8f10e89825975c82059c759690a2cc1486fc84c71a76875b92c2452529fbdd628e11e3043e479ea3f031af18b37a37b86d2a8d2505c300188eccdc109332')
+sha512sums=('9fa00930a1923782c2f6356bf992410d42b3dd81b5a673e2957eaf8941787fbea324851c5df48e37601641d004ee900c88a1cfa97ef9df374879586a36efa5c6')
 
 prepare() {
   rm -r setuptools-$pkgver/{pkg_resources,setuptools}/_vendor


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

2018-03-18 Thread Felix Yan via arch-commits
Date: Sunday, March 18, 2018 @ 18:58:40
  Author: felixonmars
Revision: 319588

upgpkg: python-setuptools 1:39.0.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-18 18:47:44 UTC (rev 319587)
+++ PKGBUILD2018-03-18 18:58:40 UTC (rev 319588)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=39.0.0
+pkgver=39.0.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   '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=('7c7aa05a994af9a0c1d308f1b75597463c5babe50cc71136d3eaf38f24527c8e3c7727dc28a6d81e3f9c2426fbb46339ff95fad7d5b6a65be86f30bb21a2e564')
+sha512sums=('34df8f10e89825975c82059c759690a2cc1486fc84c71a76875b92c2452529fbdd628e11e3043e479ea3f031af18b37a37b86d2a8d2505c300188eccdc109332')
 
 prepare() {
   rm -r setuptools-$pkgver/{pkg_resources,setuptools}/_vendor


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

2018-03-18 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2018-03-17 20:16:03 UTC (rev 319565)
+++ PKGBUILD2018-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' \


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

2018-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 04:03:17
  Author: felixonmars
Revision: 319375

upgpkg: python-setuptools 1:38.6.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 22:54:42 UTC (rev 319374)
+++ PKGBUILD2018-03-16 04:03:17 UTC (rev 319375)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.5.2
+pkgver=38.6.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('c5853a31f43560d6d855c04eba102e27a292bf3ba700f686b1bf8742ca9bea9b7628845b899ce12cb6da0c29747f7428689d225215422ea9b9e97b49494d3872')
+sha512sums=('7a70a33bc8c5026d1bf87a7ed3903018c03cbd472bf757fb5b8be7f0efcbeb823d0a612ddaacc67aef48f4336a1b7bb17f63336efef4cd690f91176d876c749d')
 
 prepare() {
   # Don't download and install deps


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

2018-03-06 Thread Felix Yan via arch-commits
Date: Tuesday, March 6, 2018 @ 20:58:17
  Author: felixonmars
Revision: 317945

upgpkg: python-setuptools 1:38.5.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 20:08:21 UTC (rev 317944)
+++ PKGBUILD2018-03-06 20:58:17 UTC (rev 317945)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.5.1
+pkgver=38.5.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('ab164e6de1692a64dbc468958d3150dec4ca357ea25ab4a40382af857217d576e79111c2401b03d5daf741094aa4f2e3ee535ad6d8367f66b1e83692ee9c7cf9')
+sha512sums=('c5853a31f43560d6d855c04eba102e27a292bf3ba700f686b1bf8742ca9bea9b7628845b899ce12cb6da0c29747f7428689d225215422ea9b9e97b49494d3872')
 
 prepare() {
   # Don't download and install deps


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

2018-02-06 Thread Felix Yan via arch-commits
Date: Tuesday, February 6, 2018 @ 20:55:36
  Author: felixonmars
Revision: 316122

upgpkg: python-setuptools 1:38.5.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-06 20:34:18 UTC (rev 316121)
+++ PKGBUILD2018-02-06 20:55:36 UTC (rev 316122)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.5.0
+pkgver=38.5.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('c853865d454958ffd29d86388f5cb1ed1516fe0779dec571a84bfe1daf946ae245e2ebf7077981429ec000aad30003045a9cd5eb6a7a910eb11f66cb0b824726')
+sha512sums=('ab164e6de1692a64dbc468958d3150dec4ca357ea25ab4a40382af857217d576e79111c2401b03d5daf741094aa4f2e3ee535ad6d8367f66b1e83692ee9c7cf9')
 
 prepare() {
   # Don't download and install deps


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

2018-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 05:49:04
  Author: felixonmars
Revision: 315886

upgpkg: python-setuptools 1:38.5.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 05:26:23 UTC (rev 315885)
+++ PKGBUILD2018-02-05 05:49:04 UTC (rev 315886)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.4.1
+pkgver=38.5.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('96311703444118205ac2f47ea2277236bc3249ef60827a6329862abaf6289cc925e4f62bd46cdebe889d43195c26a06a5ce82b4583fd366febfda3cd0ceefb0c')
+sha512sums=('c853865d454958ffd29d86388f5cb1ed1516fe0779dec571a84bfe1daf946ae245e2ebf7077981429ec000aad30003045a9cd5eb6a7a910eb11f66cb0b824726')
 
 prepare() {
   # Don't download and install deps


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

2018-02-03 Thread Felix Yan via arch-commits
Date: Saturday, February 3, 2018 @ 18:21:38
  Author: felixonmars
Revision: 315820

upgpkg: python-setuptools 1:38.4.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-03 17:09:43 UTC (rev 315819)
+++ PKGBUILD2018-02-03 18:21:38 UTC (rev 315820)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.4.0
+pkgver=38.4.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('81903ee7ecb19715bbafe7b4e6878d3af5f801a9ff3334e82a599a81a8e6430443c4b765180c53c3c9cdcea338b3fff0bdf26245bc9d2da7d5d41b745de73a24')
+sha512sums=('96311703444118205ac2f47ea2277236bc3249ef60827a6329862abaf6289cc925e4f62bd46cdebe889d43195c26a06a5ce82b4583fd366febfda3cd0ceefb0c')
 
 prepare() {
   # Don't download and install deps


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

2018-01-05 Thread Felix Yan via arch-commits
Date: Saturday, January 6, 2018 @ 05:57:38
  Author: felixonmars
Revision: 314122

upgpkg: python-setuptools 1:38.4.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-05 23:24:35 UTC (rev 314121)
+++ PKGBUILD2018-01-06 05:57:38 UTC (rev 314122)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.3.0
+pkgver=38.4.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('e8f7c4984a72fa69f24cac633eaf8e39addd2194243c712a7a9ed20241cc9fc136587153ea35e284b4b7566631c4830e8c958f3808ae1a6b191382740a9cdd5d')
+sha512sums=('81903ee7ecb19715bbafe7b4e6878d3af5f801a9ff3334e82a599a81a8e6430443c4b765180c53c3c9cdcea338b3fff0bdf26245bc9d2da7d5d41b745de73a24')
 
 prepare() {
   # Don't download and install deps


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

2018-01-05 Thread Felix Yan via arch-commits
Date: Friday, January 5, 2018 @ 12:49:50
  Author: felixonmars
Revision: 314087

upgpkg: python-setuptools 1:38.3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-05 12:29:29 UTC (rev 314086)
+++ PKGBUILD2018-01-05 12:49:50 UTC (rev 314087)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.2.5
+pkgver=38.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,8 +17,8 @@
   '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')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/$pkgver.tar.gz;)
-sha512sums=('053777ef0749173240d55e26c987bee1be3adbd16c28ddd0b6c14c1d8cfdf5ae9997ea7cff8dc8ee7474ae669abe7e6f960116f56d72fdac66203e68472e3c31')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
+sha512sums=('e8f7c4984a72fa69f24cac633eaf8e39addd2194243c712a7a9ed20241cc9fc136587153ea35e284b4b7566631c4830e8c958f3808ae1a6b191382740a9cdd5d')
 
 prepare() {
   # Don't download and install deps


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

2017-12-24 Thread Felix Yan via arch-commits
Date: Monday, December 25, 2017 @ 04:31:26
  Author: felixonmars
Revision: 313600

upgpkg: python-setuptools 1:38.2.5-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-25 02:53:06 UTC (rev 313599)
+++ PKGBUILD2017-12-25 04:31:26 UTC (rev 313600)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.2.4
+pkgver=38.2.5
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,8 +17,8 @@
   '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')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('f06badd27f0b797482bf42314edb7ffde7fa80556825b0ef27b125a3fc876b9d2ec26bf2b540f88b39f52fb58536e762c5bef24d9a92115b5f5decdf01f00c6c')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/$pkgver.tar.gz;)
+sha512sums=('053777ef0749173240d55e26c987bee1be3adbd16c28ddd0b6c14c1d8cfdf5ae9997ea7cff8dc8ee7474ae669abe7e6f960116f56d72fdac66203e68472e3c31')
 
 prepare() {
   # Don't download and install deps


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

2017-12-04 Thread Felix Yan via arch-commits
Date: Monday, December 4, 2017 @ 19:43:58
  Author: felixonmars
Revision: 311612

upgpkg: python-setuptools 1:38.2.4-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 19:21:37 UTC (rev 311611)
+++ PKGBUILD2017-12-04 19:43:58 UTC (rev 311612)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.2.3
+pkgver=38.2.4
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('cab6bfe44e6b2b83bf445979c5eeaff8e26c795489646c3e72f459d046ba28d89a7b8f71993463526c9f9af4261a25778ad488b0bdeb861f9693c4698644bfcd')
+sha512sums=('f06badd27f0b797482bf42314edb7ffde7fa80556825b0ef27b125a3fc876b9d2ec26bf2b540f88b39f52fb58536e762c5bef24d9a92115b5f5decdf01f00c6c')
 
 prepare() {
   # Don't download and install deps


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

2017-11-27 Thread Felix Yan via arch-commits
Date: Tuesday, November 28, 2017 @ 05:26:29
  Author: felixonmars
Revision: 311054

upgpkg: python-setuptools 1:38.2.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 03:35:37 UTC (rev 311053)
+++ PKGBUILD2017-11-28 05:26:29 UTC (rev 311054)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.2.1
+pkgver=38.2.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('680c47b30e37c30576d94f6559bf2310f1e1f6d7706e2dbcdcbe666dc1cc458f6150e2a4e17713550ca6e70e308a6fa1c141d9464afc8c37f46c6214f5325f8f')
+sha512sums=('cab6bfe44e6b2b83bf445979c5eeaff8e26c795489646c3e72f459d046ba28d89a7b8f71993463526c9f9af4261a25778ad488b0bdeb861f9693c4698644bfcd')
 
 prepare() {
   # Don't download and install deps


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 27, 2017 @ 04:16:20
  Author: felixonmars
Revision: 310984

upgpkg: python-setuptools 1:38.2.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-27 01:42:08 UTC (rev 310983)
+++ PKGBUILD2017-11-27 04:16:20 UTC (rev 310984)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.2.0
+pkgver=38.2.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('911656b15e11f6ff8ba48052a129544ac9ac9fafde2946bc0445f526ae8bcabe95316dffa80c046f0dc2ca94dc234a54a5a7af348a80186bb9bc921b881c81a1')
+sha512sums=('680c47b30e37c30576d94f6559bf2310f1e1f6d7706e2dbcdcbe666dc1cc458f6150e2a4e17713550ca6e70e308a6fa1c141d9464afc8c37f46c6214f5325f8f')
 
 prepare() {
   # Don't download and install deps


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 20:14:50
  Author: felixonmars
Revision: 310961

upgpkg: python-setuptools 1:38.2.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 19:08:26 UTC (rev 310960)
+++ PKGBUILD2017-11-26 20:14:50 UTC (rev 310961)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=38.1.0
+pkgver=38.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'python-wheel' 'python2-wheel' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('5c741ccc79e445a42c861a98fe7f6177b08965ee5c5bc99d3359edb4cf3eb8d4e0671934526eb2e30f819b1c3045b8e4af08745ef903de29cd60e0f83e552330')
+sha512sums=('911656b15e11f6ff8ba48052a129544ac9ac9fafde2946bc0445f526ae8bcabe95316dffa80c046f0dc2ca94dc234a54a5a7af348a80186bb9bc921b881c81a1')
 
 prepare() {
   # Don't download and install deps


  1   2   3   4   >