[arch-commits] Commit in python-typing_extensions/repos/community-any (2 files)
Maxime Gauduin
alucryd at archlinux.org
Wed Feb 5 07:11:25 UTC 2020
Date: Wednesday, February 5, 2020 @ 07:11:25
Author: alucryd
Revision: 562747
archrelease: copy trunk to community-any
Added:
python-typing_extensions/repos/community-any/PKGBUILD
(from rev 562746, python-typing_extensions/trunk/PKGBUILD)
Deleted:
python-typing_extensions/repos/community-any/PKGBUILD
----------+
PKGBUILD | 87 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 46 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-05 07:11:20 UTC (rev 562746)
+++ PKGBUILD 2020-02-05 07:11:25 UTC (rev 562747)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Michael Yeatts <mwyeatts at gmail.com>
-
-pkgname=python-typing_extensions
-pkgver=3.7.4
-pkgrel=4
-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)
-
-prepare() {
- cd typing
-
- # fix version
- git cherry-pick -n 27f2e427b9b677401961b5da1762f8380a929bb8
-}
-
-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 562746, python-typing_extensions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-05 07:11:25 UTC (rev 562747)
@@ -0,0 +1,46 @@
+# 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:
More information about the arch-commits
mailing list