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

Balló György bgyorgy at archlinux.org
Wed Dec 7 19:30:00 UTC 2016


    Date: Wednesday, December 7, 2016 @ 19:30:00
  Author: bgyorgy
Revision: 198395

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 19:29:30 UTC (rev 198394)
+++ PKGBUILD	2016-12-07 19:30:00 UTC (rev 198395)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=python-minidb
-_pkgname=minidb
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="A simple SQLite3 store for Python objects"
-arch=('any')
-url="http://thp.io/2010/minidb/"
-license=('ISC')
-depends=('python')
-source=("http://thp.io/2010/minidb/$_pkgname-$pkgver.tar.gz")
-md5sums=('aaa21ae05180af23730371e2fc896439')
-
-build() {
-  cd $_pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir"
-
-  install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
-  sed -n '/# Copyright/,/OF THIS SOFTWARE./p' minidb.py > "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: python-minidb/repos/community-any/PKGBUILD (from rev 198394, python-minidb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-07 19:30:00 UTC (rev 198395)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=python-minidb
+_pkgname=minidb
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A simple SQLite3 store for Python objects"
+arch=('any')
+url="https://thp.io/2010/minidb/"
+license=('ISC')
+depends=('python')
+source=("https://thp.io/2010/minidb/$_pkgname-$pkgver.tar.gz")
+md5sums=('aaa21ae05180af23730371e2fc896439')
+
+build() {
+  cd $_pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir"
+
+  install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
+  sed -n '/# Copyright/,/OF THIS SOFTWARE./p' minidb.py > "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list