[arch-commits] Commit in python-typing-extensions (3 files)

Maxime Gauduin alucryd at archlinux.org
Thu May 23 16:55:56 UTC 2019


    Date: Thursday, May 23, 2019 @ 16:55:55
  Author: alucryd
Revision: 469431

archrelease: copy trunk to community-any

Added:
  python-typing-extensions/repos/
  python-typing-extensions/repos/community-any/
  python-typing-extensions/repos/community-any/PKGBUILD
    (from rev 469430, python-typing-extensions/trunk/PKGBUILD)

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

Copied: python-typing-extensions/repos/community-any/PKGBUILD (from rev 469430, python-typing-extensions/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2019-05-23 16:55:55 UTC (rev 469431)
@@ -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.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:



More information about the arch-commits mailing list