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

Maxime Gauduin alucryd at archlinux.org
Sat Aug 17 14:34:15 UTC 2019


    Date: Saturday, August 17, 2019 @ 14:34:15
  Author: alucryd
Revision: 499991

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 14:34:08 UTC (rev 499990)
+++ PKGBUILD	2019-08-17 14:34:15 UTC (rev 499991)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Michael Yeatts <mwyeatts at gmail.com>
-
-pkgname=python-typing_extensions
-pkgver=3.7.2
-pkgrel=2
-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#commit=1be6269634bec97d58d68cc1243359118373580a)
-sha256sums=(SKIP)
-
-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 499990, python-typing_extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-17 14:34:15 UTC (rev 499991)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Michael Yeatts <mwyeatts at gmail.com>
+
+pkgname=python-typing_extensions
+pkgver=3.7.4
+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=${pkgver})
+sha256sums=(SKIP)
+
+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