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

Maxime Gauduin alucryd at archlinux.org
Tue Jul 21 09:45:36 UTC 2020


    Date: Tuesday, July 21, 2020 @ 09:45:36
  Author: alucryd
Revision: 664698

upgpkg: python-typing_extensions 3.7.4.3-1

Modified:
  python-typing_extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-21 09:33:49 UTC (rev 664697)
+++ PKGBUILD	2020-07-21 09:45:36 UTC (rev 664698)
@@ -2,7 +2,7 @@
 # Contributor: Michael Yeatts <mwyeatts at gmail.com>
 
 pkgname=python-typing_extensions
-pkgver=3.7.4.1
+pkgver=3.7.4.3
 pkgrel=1
 pkgdesc='Backported and Experimental Type Hints for Python 3.5+'
 arch=(any)
@@ -15,7 +15,8 @@
 )
 provides=(python-typing-extensions)
 conflicts=(python-typing-extensions)
-source=(git+https://github.com/python/typing.git#tag=7c00cacae00c4f3263e939e88b5e7739150851e5)
+_tag=ffebbecbf4ad162572050ecfaac4335cc5431c24
+source=(git+https://github.com/python/typing.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -25,9 +26,7 @@
 }
 
 prepare() {
-  cd typing
-
-  git cherry-pick -n c943372c3c01f9fa62f8d80fd4f50c7603ef1ce4
+  sed 's/3.7.4.2/3.7.4.3/g' -i typing/typing_extensions/setup.py
 }
 
 build() {



More information about the arch-commits mailing list