[arch-commits] Commit in python-typing_extensions/repos/community-any (2 files)

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


    Date: Tuesday, July 21, 2020 @ 09:45:40
  Author: alucryd
Revision: 664699

archrelease: copy trunk to community-any

Added:
  python-typing_extensions/repos/community-any/PKGBUILD
    (from rev 664698, python-typing_extensions/trunk/PKGBUILD)
Deleted:
  python-typing_extensions/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-21 09:45:36 UTC (rev 664698)
+++ PKGBUILD	2020-07-21 09:45:40 UTC (rev 664699)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Michael Yeatts <mwyeatts at gmail.com>
-
-pkgname=python-typing_extensions
-pkgver=3.7.4.1
-pkgrel=1
-pkgdesc='Backported and Experimental Type Hints for Python 3.5+'
-arch=(any)
-url=https://github.com/python/typing/tree/master/typing_extensions
-license=(custom)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-provides=(python-typing-extensions)
-conflicts=(python-typing-extensions)
-source=(git+https://github.com/python/typing.git#tag=7c00cacae00c4f3263e939e88b5e7739150851e5)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd typing
-
-  git describe --tags
-}
-
-prepare() {
-  cd typing
-
-  git cherry-pick -n c943372c3c01f9fa62f8d80fd4f50c7603ef1ce4
-}
-
-build() {
-  cd typing/typing_extensions
-
-  python setup.py build
-}
-
-package() {
-  cd typing/typing_extensions
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-typing_extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-typing_extensions/repos/community-any/PKGBUILD (from rev 664698, python-typing_extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-21 09:45:40 UTC (rev 664699)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Michael Yeatts <mwyeatts at gmail.com>
+
+pkgname=python-typing_extensions
+pkgver=3.7.4.3
+pkgrel=1
+pkgdesc='Backported and Experimental Type Hints for Python 3.5+'
+arch=(any)
+url=https://github.com/python/typing/tree/master/typing_extensions
+license=(custom)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+provides=(python-typing-extensions)
+conflicts=(python-typing-extensions)
+_tag=ffebbecbf4ad162572050ecfaac4335cc5431c24
+source=(git+https://github.com/python/typing.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd typing
+
+  git describe --tags
+}
+
+prepare() {
+  sed 's/3.7.4.2/3.7.4.3/g' -i typing/typing_extensions/setup.py
+}
+
+build() {
+  cd typing/typing_extensions
+
+  python setup.py build
+}
+
+package() {
+  cd typing/typing_extensions
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-typing_extensions/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list