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

Levente Polyak anthraxx at archlinux.org
Sat Jan 21 14:08:30 UTC 2017


    Date: Saturday, January 21, 2017 @ 14:08:29
  Author: anthraxx
Revision: 208263

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-21 14:07:30 UTC (rev 208262)
+++ PKGBUILD	2017-01-21 14:08:29 UTC (rev 208263)
@@ -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=2
-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"
-}

Copied: python-minidb/repos/community-any/PKGBUILD (from rev 208262, python-minidb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-21 14:08:29 UTC (rev 208263)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=python-minidb
+_pkgname=minidb
+pkgver=2.0.2
+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=('b0253f6e8a288fd8f2e476a25dac51ce')
+
+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