[arch-commits] Commit in python-apsw/repos (6 files)

Jelle van der Waa jelle at nymeria.archlinux.org
Mon Mar 17 10:56:43 UTC 2014


    Date: Monday, March 17, 2014 @ 11:56:42
  Author: jelle
Revision: 107438

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-apsw/repos/community-staging-i686/
  python-apsw/repos/community-staging-i686/LICENSE
    (from rev 107437, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-staging-i686/PKGBUILD
    (from rev 107437, python-apsw/trunk/PKGBUILD)
  python-apsw/repos/community-staging-x86_64/
  python-apsw/repos/community-staging-x86_64/LICENSE
    (from rev 107437, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-staging-x86_64/PKGBUILD
    (from rev 107437, python-apsw/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/LICENSE    |   15 +++++++++++++
 community-staging-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/LICENSE  |   15 +++++++++++++
 community-staging-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++
 4 files changed, 110 insertions(+)

Copied: python-apsw/repos/community-staging-i686/LICENSE (from rev 107437, python-apsw/trunk/LICENSE)
===================================================================
--- community-staging-i686/LICENSE	                        (rev 0)
+++ community-staging-i686/LICENSE	2014-03-17 10:56:42 UTC (rev 107438)
@@ -0,0 +1,15 @@
+Copyright (C) 2004-2009 Roger Binns
+
+This software is provided ‘as-is’, without any express or implied warranty. In no event will the authors be held liable
+for any damages arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it
+and redistribute it freely, subject to the following restrictions: 
+
+- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If
+  you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not
+  required.
+
+- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
+
+- This notice may not be removed or altered from any source distribution.

Copied: python-apsw/repos/community-staging-i686/PKGBUILD (from rev 107437, python-apsw/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-17 10:56:42 UTC (rev 107438)
@@ -0,0 +1,40 @@
+# Maintainer: Brendan MacDonell <macdonellba at gmail dot com>
+# Former Maintainer: Linmiao Xu <linmiao.xu at gmail.com>
+# Contributor: Juan Miguel Cejuela <juanmi at jmcejuela.net>
+
+pkgbase=python-apsw
+pkgname=('python-apsw' 'python2-apsw')
+pkgver=3.8.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/apsw/"
+license=('MIT')
+makedepends=('python' 'python2')
+source=("http://apsw.googlecode.com/files/apsw-${pkgver}-r1.zip" 'LICENSE')
+md5sums=('83ffdbda803f9ea2091705d35ca6b0e5'
+         'efc704d50cb39441d00f9dc76cbe6665')
+
+build() {
+  cd $srcdir
+  cp -rf apsw-${pkgver}-r1 apsw2
+}
+
+package_python-apsw() {
+depends=('python' 'sqlite3>=3.7.5')
+pkgdesc="Python wrapper for SQLite"
+  cd $srcdir/apsw-${pkgver}-r1
+  python setup.py install --root=$pkgdir/
+
+  install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-apsw() {
+depends=('python2' 'sqlite3>=3.7.5')
+pkgdesc="Python2 wrapper for SQLite"
+  cd $srcdir/apsw2
+  python2 setup.py install --root=$pkgdir/
+
+  install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python-apsw/repos/community-staging-x86_64/LICENSE (from rev 107437, python-apsw/trunk/LICENSE)
===================================================================
--- community-staging-x86_64/LICENSE	                        (rev 0)
+++ community-staging-x86_64/LICENSE	2014-03-17 10:56:42 UTC (rev 107438)
@@ -0,0 +1,15 @@
+Copyright (C) 2004-2009 Roger Binns
+
+This software is provided ‘as-is’, without any express or implied warranty. In no event will the authors be held liable
+for any damages arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it
+and redistribute it freely, subject to the following restrictions: 
+
+- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If
+  you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not
+  required.
+
+- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
+
+- This notice may not be removed or altered from any source distribution.

Copied: python-apsw/repos/community-staging-x86_64/PKGBUILD (from rev 107437, python-apsw/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-17 10:56:42 UTC (rev 107438)
@@ -0,0 +1,40 @@
+# Maintainer: Brendan MacDonell <macdonellba at gmail dot com>
+# Former Maintainer: Linmiao Xu <linmiao.xu at gmail.com>
+# Contributor: Juan Miguel Cejuela <juanmi at jmcejuela.net>
+
+pkgbase=python-apsw
+pkgname=('python-apsw' 'python2-apsw')
+pkgver=3.8.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/apsw/"
+license=('MIT')
+makedepends=('python' 'python2')
+source=("http://apsw.googlecode.com/files/apsw-${pkgver}-r1.zip" 'LICENSE')
+md5sums=('83ffdbda803f9ea2091705d35ca6b0e5'
+         'efc704d50cb39441d00f9dc76cbe6665')
+
+build() {
+  cd $srcdir
+  cp -rf apsw-${pkgver}-r1 apsw2
+}
+
+package_python-apsw() {
+depends=('python' 'sqlite3>=3.7.5')
+pkgdesc="Python wrapper for SQLite"
+  cd $srcdir/apsw-${pkgver}-r1
+  python setup.py install --root=$pkgdir/
+
+  install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-apsw() {
+depends=('python2' 'sqlite3>=3.7.5')
+pkgdesc="Python2 wrapper for SQLite"
+  cd $srcdir/apsw2
+  python2 setup.py install --root=$pkgdir/
+
+  install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+




More information about the arch-commits mailing list