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

Jelle van der Waa jelle at archlinux.org
Tue Feb 25 17:58:37 UTC 2020


    Date: Tuesday, February 25, 2020 @ 17:58:36
  Author: jelle
Revision: 581727

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++----------------------------------
 1 file changed, 25 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 17:58:25 UTC (rev 581726)
+++ PKGBUILD	2020-02-25 17:58:36 UTC (rev 581727)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: Stefan Husmann  <stefan-husmann at t-online.de>
-# Contributor: Manuel "ekerazha" C. (www.ekerazha.com)
-
-pkgbase=python-configobj
-pkgname=('python-configobj' 'python2-configobj')
-pkgver=5.0.6
-pkgrel=6
-pkgdesc='Simple but powerful config file reader and writer for Python'
-arch=('any')
-url='https://github.com/DiffSK/configobj'
-license=('BSD')
-makedepends=('python' 'python2')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/DiffSK/configobj/archive/v$pkgver.tar.gz")
-sha256sums=('2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e')
-
-package_python-configobj() {
-  depends=('python-six')
-  cd "configobj-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-configobj() {
-  depends=('python2-six')
-  cd "configobj-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-configobj/repos/community-any/PKGBUILD (from rev 581726, python-configobj/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-25 17:58:36 UTC (rev 581727)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: Stefan Husmann  <stefan-husmann at t-online.de>
+# Contributor: Manuel "ekerazha" C. (www.ekerazha.com)
+
+pkgname=python-configobj
+pkgver=5.0.6
+pkgrel=7
+pkgdesc='Simple but powerful config file reader and writer for Python'
+arch=('any')
+url='https://github.com/DiffSK/configobj'
+license=('BSD')
+depends=('python-six')
+makedepends=('python')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/DiffSK/configobj/archive/v$pkgver.tar.gz")
+sha256sums=('2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e')
+
+package() {
+  cd "configobj-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list