[arch-commits] Commit in python-redbaron/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Mar 17 20:52:12 UTC 2019


    Date: Sunday, March 17, 2019 @ 20:52:10
  Author: felixonmars
Revision: 442404

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 20:51:34 UTC (rev 442403)
+++ PKGBUILD	2019-03-17 20:52:10 UTC (rev 442404)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-redbaron
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task"
-url="https://github.com/PyCQA/redbaron"
-license=('LGPL')
-arch=('any')
-depends=('python-baron')
-makedepends=('python-setuptools' 'python-pypandoc')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/redbaron/archive/$pkgver.tar.gz"
-        https://github.com/PyCQA/redbaron/commit/812081b7bd8774ceb61016ac37da43107c26eea2.patch)
-sha512sums=('90381a8009563fa121569cf8e7ed4ee3dbddaa04e7e6de56cf626ed7ea26381bd40c4ef9b4c35b42f001def9b240acefa1104514a487f7c8e4811963822f19ee'
-            'ba829d260ae1994ef12faaa3dd10531046ca754627de44a79f0b5ae9a27eed7a8b304ee5cac709586969b8ad2129b6a68b59631f88a4c616a65ca91937d6b45f')
-
-prepare() {
-  patch -d redbaron-$pkgver -p1 -i ../812081b7bd8774ceb61016ac37da43107c26eea2.patch
-}
-
-build() {
-  cd redbaron-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd redbaron-$pkgver
-  pytest tests
-}
-
-package() {
-  cd redbaron-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-redbaron/repos/community-any/PKGBUILD (from rev 442403, python-redbaron/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-17 20:52:10 UTC (rev 442404)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-redbaron
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task"
+url="https://github.com/PyCQA/redbaron"
+license=('LGPL')
+arch=('any')
+depends=('python-baron')
+makedepends=('python-setuptools' 'python-pypandoc')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/redbaron/archive/$pkgver.tar.gz"
+        https://github.com/PyCQA/redbaron/commit/812081b7bd8774ceb61016ac37da43107c26eea2.patch)
+sha512sums=('acebde8fcf5fea419960c2647e8251deb6ea9426e886d642d58ee29924f668a8359867cec934aa10a0eeedf511b454a5f9e603458355869989e3b168165d6f6a'
+            'ba829d260ae1994ef12faaa3dd10531046ca754627de44a79f0b5ae9a27eed7a8b304ee5cac709586969b8ad2129b6a68b59631f88a4c616a65ca91937d6b45f')
+
+prepare() {
+  patch -d redbaron-$pkgver -p1 -i ../812081b7bd8774ceb61016ac37da43107c26eea2.patch
+}
+
+build() {
+  cd redbaron-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd redbaron-$pkgver
+  pytest tests
+}
+
+package() {
+  cd redbaron-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list