[arch-commits] Commit in python-typed-ast/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:48:39 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:48:38
  Author: felixonmars
Revision: 1061199

archrelease: copy trunk to community-staging-x86_64

Added:
  python-typed-ast/repos/community-staging-x86_64/PKGBUILD
    (from rev 1061196, python-typed-ast/trunk/PKGBUILD)
Deleted:
  python-typed-ast/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:48:37 UTC (rev 1061198)
+++ PKGBUILD	2021-12-01 21:48:38 UTC (rev 1061199)
@@ -1,23 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=python-typed-ast
-pkgver=1.5.0
-pkgrel=2
-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=('0cb19523a49d85c05760c64afa538420f44c5fd7ed5755a4be926324b113dd53')
-
-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-staging-x86_64/PKGBUILD (from rev 1061196, python-typed-ast/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:48:38 UTC (rev 1061199)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=python-typed-ast
+pkgver=1.5.0
+pkgrel=3
+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=('0cb19523a49d85c05760c64afa538420f44c5fd7ed5755a4be926324b113dd53')
+
+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