[arch-commits] Commit in python-configobj/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 9 15:55:34 UTC 2020


    Date: Monday, November 9, 2020 @ 15:55:34
  Author: felixonmars
Revision: 747237

archrelease: copy trunk to community-staging-any

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

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

Copied: python-configobj/repos/community-staging-any/PKGBUILD (from rev 747236, python-configobj/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 15:55:34 UTC (rev 747237)
@@ -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=8
+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