[arch-commits] Commit in python-anytree/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Jan 15 14:34:12 UTC 2020


    Date: Wednesday, January 15, 2020 @ 14:34:12
  Author: heftig
Revision: 373516

archrelease: copy trunk to extra-any

Added:
  python-anytree/repos/extra-any/PKGBUILD
    (from rev 373515, python-anytree/trunk/PKGBUILD)
Deleted:
  python-anytree/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-15 14:33:59 UTC (rev 373515)
+++ PKGBUILD	2020-01-15 14:34:12 UTC (rev 373516)
@@ -1,30 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=python-anytree
-pkgver=2.7.3
-pkgrel=1
-pkgdesc="Powerful and Lightweight Python Tree Data Structure"
-url="https://anytree.readthedocs.io/"
-arch=(any)
-license=(Apache)
-depends=(python-six)
-makedepends=(python-setuptools git)
-_commit=b7ec01755fd6bd45f510ef620405276380b947ac  # tags/2.7.3
-source=("$pkgname::git+https://github.com/c0fec0de/anytree#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  rm "$pkgdir/usr/LICENSE"
-}

Copied: python-anytree/repos/extra-any/PKGBUILD (from rev 373515, python-anytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-15 14:34:12 UTC (rev 373516)
@@ -0,0 +1,30 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=python-anytree
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Powerful and Lightweight Python Tree Data Structure"
+url="https://anytree.readthedocs.io/"
+arch=(any)
+license=(Apache)
+depends=(python-six)
+makedepends=(python-setuptools git)
+_commit=75c0198636f8997967ba00df5077cd21350f68ce  # tags/2.8.0
+source=("$pkgname::git+https://github.com/c0fec0de/anytree#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  rm "$pkgdir/usr/LICENSE"
+}



More information about the arch-commits mailing list