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

Felix Yan felixonmars at archlinux.org
Mon Oct 29 10:03:10 UTC 2018


    Date: Monday, October 29, 2018 @ 10:03:09
  Author: felixonmars
Revision: 399409

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-29 10:02:52 UTC (rev 399408)
+++ PKGBUILD	2018-10-29 10:03:09 UTC (rev 399409)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-redbaron
-pkgver=0.7.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-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/redbaron/archive/$pkgver.tar.gz")
-sha512sums=('1de89c9127eb9ae3dc0c9ad972941018fad6907e4df3b8c4676be2c6d7809e7b2e81ae657f44f92e66ed81a2f70528665f13a1fad054af1781cf48affb0856f5')
-
-build() {
-  cd redbaron-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd redbaron-$pkgver
-  python setup.py pytest --addopts tests
-}
-
-package() {
-  cd redbaron-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-redbaron/repos/community-any/PKGBUILD (from rev 399408, python-redbaron/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-29 10:03:09 UTC (rev 399409)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-redbaron
+pkgver=0.8
+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-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyCQA/redbaron/archive/$pkgver.tar.gz")
+sha512sums=('97a41546c643ab7d541589cf231be1d9047c3793056ae9b524b16aea0fcdbdbfd73f91aa3777c40b2442ac9a3addcd85d70f461ea1e77f237a2c1d87ea61069e')
+
+build() {
+  cd redbaron-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd redbaron-$pkgver
+  python setup.py pytest --addopts tests
+}
+
+package() {
+  cd redbaron-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list