[arch-commits] Commit in python-typed-ast/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat May 15 10:46:31 UTC 2021
Date: Saturday, May 15, 2021 @ 10:46:31
Author: foxboron
Revision: 934620
archrelease: copy trunk to community-x86_64
Added:
python-typed-ast/repos/community-x86_64/PKGBUILD
(from rev 934619, python-typed-ast/trunk/PKGBUILD)
Deleted:
python-typed-ast/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-15 10:46:24 UTC (rev 934619)
+++ PKGBUILD 2021-05-15 10:46:31 UTC (rev 934620)
@@ -1,23 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=python-typed-ast
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
-arch=('x86_64')
-url="https://github.com/python/typed_ast"
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz")
-sha256sums=('be4b75ea880768489e30818267cf920027ed99014001ac428aedd0b31bbfc899')
-
-build(){
- cd "typed_ast-$pkgver"
- python setup.py build
-}
-
-package(){
- cd "typed_ast-$pkgver"
- python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 --skip-build
-}
Copied: python-typed-ast/repos/community-x86_64/PKGBUILD (from rev 934619, python-typed-ast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-15 10:46:31 UTC (rev 934620)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=python-typed-ast
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
+arch=('x86_64')
+url="https://github.com/python/typed_ast"
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz")
+sha256sums=('c393d5576856f50189e741c38850e529f38aeb77fd7b40d2d9b1f4340e802faa')
+
+build(){
+ cd "typed_ast-$pkgver"
+ python setup.py build
+}
+
+package(){
+ cd "typed_ast-$pkgver"
+ python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list