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

Jan Steffens heftig at archlinux.org
Sun Oct 20 12:02:23 UTC 2019


    Date: Sunday, October 20, 2019 @ 12:02:22
  Author: heftig
Revision: 365232

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-20 12:02:12 UTC (rev 365231)
+++ PKGBUILD	2019-10-20 12:02:22 UTC (rev 365232)
@@ -1,29 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=python-anytree
-pkgver=2.7.1
-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=d8a45625398847267e02775ce0323099fd7d3ec2  # tags/2.7.1
-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
-}

Copied: python-anytree/repos/extra-any/PKGBUILD (from rev 365231, python-anytree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-20 12:02:22 UTC (rev 365232)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=python-anytree
+pkgver=2.7.2
+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=0c0cfa1949f92c193d2fd660efc3a17a0272d553  # tags/2.7.2
+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
+}



More information about the arch-commits mailing list