[arch-commits] Commit in python-bsddb/repos (8 files)

Sergej Pupykin spupykin at archlinux.org
Thu Jan 26 14:04:04 UTC 2017


    Date: Thursday, January 26, 2017 @ 14:04:03
  Author: spupykin
Revision: 209133

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

Added:
  python-bsddb/repos/community-i686/LICENSE
    (from rev 209132, python-bsddb/trunk/LICENSE)
  python-bsddb/repos/community-i686/PKGBUILD
    (from rev 209132, python-bsddb/trunk/PKGBUILD)
  python-bsddb/repos/community-x86_64/LICENSE
    (from rev 209132, python-bsddb/trunk/LICENSE)
  python-bsddb/repos/community-x86_64/PKGBUILD
    (from rev 209132, python-bsddb/trunk/PKGBUILD)
Deleted:
  python-bsddb/repos/community-i686/LICENSE
  python-bsddb/repos/community-i686/PKGBUILD
  python-bsddb/repos/community-x86_64/LICENSE
  python-bsddb/repos/community-x86_64/PKGBUILD

---------------------------+
 /LICENSE                  |   38 ++++++++++++++++
 /PKGBUILD                 |  104 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/LICENSE    |   19 --------
 community-i686/PKGBUILD   |   53 ----------------------
 community-x86_64/LICENSE  |   19 --------
 community-x86_64/PKGBUILD |   53 ----------------------
 6 files changed, 142 insertions(+), 144 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2017-01-26 14:03:47 UTC (rev 209132)
+++ community-i686/LICENSE	2017-01-26 14:04:03 UTC (rev 209133)
@@ -1,19 +0,0 @@
-Copyright (c) 2008-2009 Jesus Cea Avion
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
\ No newline at end of file

Copied: python-bsddb/repos/community-i686/LICENSE (from rev 209132, python-bsddb/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2017-01-26 14:04:03 UTC (rev 209133)
@@ -0,0 +1,19 @@
+Copyright (c) 2008-2009 Jesus Cea Avion
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-26 14:03:47 UTC (rev 209132)
+++ community-i686/PKGBUILD	2017-01-26 14:04:03 UTC (rev 209133)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgbase=python-bsddb
-_path=58954679be79a1c6031a421c81f3c8e283cd700455ad3af1de7da8fabd67
-pkgname=('python2-bsddb' 'python-bsddb')
-pkgver=6.2.1
-pkgrel=2
-pkgdesc="Python interface for BerkeleyDB"
-license=('MIT')
-arch=('i686' 'x86_64')
-url="http://www.jcea.es/programacion/pybsddb.htm"
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(https://pypi.python.org/packages/73/73/${_path}/bsddb3-6.2.1.tar.gz
-	LICENSE)
-md5sums=('16c7eca6b0494de063dc86fa3cf5ecbf'
-         'f412b3fb37739f1c4be64c1e7a5dee67')
-
-prepare() {
-  cp -r bsddb3-${pkgver}{,-python2}
-  cd bsddb3-${pkgver}-python2
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-    Lib{,3}/bsddb/{dbshelve.py,test/test_dbtables.py}
-}
-
-build () {
-  # Build python 3 module
-  cd bsddb3-${pkgver}
-  python3 setup.py --berkeley-db=/usr build
-
-  # Build python 2 module
-  cd ../bsddb3-${pkgver}-python2
-  python2 setup.py --berkeley-db=/usr build
-}
-
-package_python2-bsddb() {
-  depends=('db' 'python2>=2.7')
-  cd bsddb3-${pkgver}-python2
-
-  python2 setup.py --berkeley-db=/usr install --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-bsddb() {
-  depends=('db' 'python>=3.3')
-  cd bsddb3-${pkgver}
-
-  python3 setup.py --berkeley-db=/usr install --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-bsddb/repos/community-i686/PKGBUILD (from rev 209132, python-bsddb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-26 14:04:03 UTC (rev 209133)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgbase=python-bsddb
+pkgname=('python2-bsddb' 'python-bsddb')
+pkgver=6.2.4
+pkgrel=1
+pkgdesc="Python interface for BerkeleyDB"
+license=('MIT')
+arch=('i686' 'x86_64')
+url="http://www.jcea.es/programacion/pybsddb.htm"
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/8d/9b/c3b01ff14e19254b2e031d8ae5ebe472e5523a47acc6f7d49300960d406d/bsddb3-$pkgver.tar.gz
+	LICENSE)
+sha256sums=('4866aa32ad6ec6d5ff401d9aec8da07c4e84502298dc27f7c758545e243550e6'
+            '84cfc62eb4ecb52241dac8bd422e2b9d760ed56e55bcb3cc13c1ef26a9637aed')
+
+prepare() {
+  cp -r bsddb3-${pkgver}{,-python2}
+  cd bsddb3-${pkgver}-python2
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+    Lib{,3}/bsddb/{dbshelve.py,test/test_dbtables.py}
+}
+
+build () {
+  # Build python 3 module
+  cd bsddb3-${pkgver}
+  python3 setup.py --berkeley-db=/usr build
+
+  # Build python 2 module
+  cd ../bsddb3-${pkgver}-python2
+  python2 setup.py --berkeley-db=/usr build
+}
+
+package_python2-bsddb() {
+  depends=('db' 'python2>=2.7')
+  cd bsddb3-${pkgver}-python2
+
+  python2 setup.py --berkeley-db=/usr install --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-bsddb() {
+  depends=('db' 'python>=3.3')
+  cd bsddb3-${pkgver}
+
+  python3 setup.py --berkeley-db=/usr install --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2017-01-26 14:03:47 UTC (rev 209132)
+++ community-x86_64/LICENSE	2017-01-26 14:04:03 UTC (rev 209133)
@@ -1,19 +0,0 @@
-Copyright (c) 2008-2009 Jesus Cea Avion
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
\ No newline at end of file

Copied: python-bsddb/repos/community-x86_64/LICENSE (from rev 209132, python-bsddb/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2017-01-26 14:04:03 UTC (rev 209133)
@@ -0,0 +1,19 @@
+Copyright (c) 2008-2009 Jesus Cea Avion
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-26 14:03:47 UTC (rev 209132)
+++ community-x86_64/PKGBUILD	2017-01-26 14:04:03 UTC (rev 209133)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgbase=python-bsddb
-_path=58954679be79a1c6031a421c81f3c8e283cd700455ad3af1de7da8fabd67
-pkgname=('python2-bsddb' 'python-bsddb')
-pkgver=6.2.1
-pkgrel=2
-pkgdesc="Python interface for BerkeleyDB"
-license=('MIT')
-arch=('i686' 'x86_64')
-url="http://www.jcea.es/programacion/pybsddb.htm"
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(https://pypi.python.org/packages/73/73/${_path}/bsddb3-6.2.1.tar.gz
-	LICENSE)
-md5sums=('16c7eca6b0494de063dc86fa3cf5ecbf'
-         'f412b3fb37739f1c4be64c1e7a5dee67')
-
-prepare() {
-  cp -r bsddb3-${pkgver}{,-python2}
-  cd bsddb3-${pkgver}-python2
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-    Lib{,3}/bsddb/{dbshelve.py,test/test_dbtables.py}
-}
-
-build () {
-  # Build python 3 module
-  cd bsddb3-${pkgver}
-  python3 setup.py --berkeley-db=/usr build
-
-  # Build python 2 module
-  cd ../bsddb3-${pkgver}-python2
-  python2 setup.py --berkeley-db=/usr build
-}
-
-package_python2-bsddb() {
-  depends=('db' 'python2>=2.7')
-  cd bsddb3-${pkgver}-python2
-
-  python2 setup.py --berkeley-db=/usr install --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-bsddb() {
-  depends=('db' 'python>=3.3')
-  cd bsddb3-${pkgver}
-
-  python3 setup.py --berkeley-db=/usr install --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-bsddb/repos/community-x86_64/PKGBUILD (from rev 209132, python-bsddb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-26 14:04:03 UTC (rev 209133)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsandrade at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgbase=python-bsddb
+pkgname=('python2-bsddb' 'python-bsddb')
+pkgver=6.2.4
+pkgrel=1
+pkgdesc="Python interface for BerkeleyDB"
+license=('MIT')
+arch=('i686' 'x86_64')
+url="http://www.jcea.es/programacion/pybsddb.htm"
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/8d/9b/c3b01ff14e19254b2e031d8ae5ebe472e5523a47acc6f7d49300960d406d/bsddb3-$pkgver.tar.gz
+	LICENSE)
+sha256sums=('4866aa32ad6ec6d5ff401d9aec8da07c4e84502298dc27f7c758545e243550e6'
+            '84cfc62eb4ecb52241dac8bd422e2b9d760ed56e55bcb3cc13c1ef26a9637aed')
+
+prepare() {
+  cp -r bsddb3-${pkgver}{,-python2}
+  cd bsddb3-${pkgver}-python2
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+    Lib{,3}/bsddb/{dbshelve.py,test/test_dbtables.py}
+}
+
+build () {
+  # Build python 3 module
+  cd bsddb3-${pkgver}
+  python3 setup.py --berkeley-db=/usr build
+
+  # Build python 2 module
+  cd ../bsddb3-${pkgver}-python2
+  python2 setup.py --berkeley-db=/usr build
+}
+
+package_python2-bsddb() {
+  depends=('db' 'python2>=2.7')
+  cd bsddb3-${pkgver}-python2
+
+  python2 setup.py --berkeley-db=/usr install --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-bsddb() {
+  depends=('db' 'python>=3.3')
+  cd bsddb3-${pkgver}
+
+  python3 setup.py --berkeley-db=/usr install --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list