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

Felix Yan felixonmars at archlinux.org
Wed Aug 31 16:23:58 UTC 2016


    Date: Wednesday, August 31, 2016 @ 16:23:57
  Author: felixonmars
Revision: 188156

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

Added:
  python-pysqlite/repos/community-i686/PKGBUILD
    (from rev 188155, python-pysqlite/trunk/PKGBUILD)
  python-pysqlite/repos/community-i686/setup.cfg
    (from rev 188155, python-pysqlite/trunk/setup.cfg)
  python-pysqlite/repos/community-x86_64/PKGBUILD
    (from rev 188155, python-pysqlite/trunk/PKGBUILD)
  python-pysqlite/repos/community-x86_64/setup.cfg
    (from rev 188155, python-pysqlite/trunk/setup.cfg)
Deleted:
  python-pysqlite/repos/community-i686/PKGBUILD
  python-pysqlite/repos/community-i686/setup.cfg
  python-pysqlite/repos/community-x86_64/PKGBUILD
  python-pysqlite/repos/community-x86_64/setup.cfg

----------------------------+
 /PKGBUILD                  |   78 +++++++++++++++++++++++++++++++++++++++++++
 /setup.cfg                 |   10 +++++
 community-i686/PKGBUILD    |   39 ---------------------
 community-i686/setup.cfg   |    5 --
 community-x86_64/PKGBUILD  |   39 ---------------------
 community-x86_64/setup.cfg |    5 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-31 16:23:25 UTC (rev 188155)
+++ community-i686/PKGBUILD	2016-08-31 16:23:57 UTC (rev 188156)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-pysqlite
-pkgname=python2-pysqlite
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
-license=('custom')
-arch=('i686' 'x86_64')
-url="https://pypi.python.org/pypi/pysqlite"
-depends=('python2' 'sqlite')
-conflicts=('python-pysqlite<=2.8.1-1')
-replaces=('python-pysqlite<=2.8.1-1')
-source=("https://pypi.python.org/packages/source/p/pysqlite/pysqlite-${pkgver}.tar.gz"
-        setup.cfg)
-sha256sums=('613d139e97ce0561dee312e29f3be4751d01fd1a085aa448dd53a003810e0008'
-            '37eeb06fdb89d5dd7674f8f8094614c21468b6b469169b1db5981632aa573dca')
-
-prepare() {
-  cp "${srcdir}/setup.cfg" pysqlite-${pkgver}
-}
-
-build() {
-  cd pysqlite-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd pysqlite-${pkgver}/build/lib.*/
-  python2 -c "from pysqlite2 import test; test.test()"
-}
-
-package_python2-pysqlite() {
-  cd pysqlite-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -r "${pkgdir}/usr/pysqlite2-doc"
-}

Copied: python-pysqlite/repos/community-i686/PKGBUILD (from rev 188155, python-pysqlite/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-31 16:23:57 UTC (rev 188156)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-pysqlite
+pkgname=python2-pysqlite
+pkgver=2.8.3
+pkgrel=1
+pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
+license=('custom')
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/pysqlite"
+depends=('python2' 'sqlite')
+conflicts=('python-pysqlite<=2.8.1-1')
+replaces=('python-pysqlite<=2.8.1-1')
+source=("https://pypi.io/packages/source/p/pysqlite/pysqlite-${pkgver}.tar.gz"
+        setup.cfg)
+sha256sums=('17d3335863e8cf8392eea71add33dab3f96d060666fe68ab7382469d307f4490'
+            '37eeb06fdb89d5dd7674f8f8094614c21468b6b469169b1db5981632aa573dca')
+
+prepare() {
+  cp "${srcdir}/setup.cfg" pysqlite-${pkgver}
+}
+
+build() {
+  cd pysqlite-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd pysqlite-${pkgver}/build/lib.*/
+  python2 -c "from pysqlite2 import test; test.test()"
+}
+
+package_python2-pysqlite() {
+  cd pysqlite-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -r "${pkgdir}/usr/pysqlite2-doc"
+}

Deleted: community-i686/setup.cfg
===================================================================
--- community-i686/setup.cfg	2016-08-31 16:23:25 UTC (rev 188155)
+++ community-i686/setup.cfg	2016-08-31 16:23:57 UTC (rev 188156)
@@ -1,5 +0,0 @@
-[build_ext]
-define=
-include_dirs=/usr/include
-library_dirs=/usr/lib
-libraries=sqlite3

Copied: python-pysqlite/repos/community-i686/setup.cfg (from rev 188155, python-pysqlite/trunk/setup.cfg)
===================================================================
--- community-i686/setup.cfg	                        (rev 0)
+++ community-i686/setup.cfg	2016-08-31 16:23:57 UTC (rev 188156)
@@ -0,0 +1,5 @@
+[build_ext]
+define=
+include_dirs=/usr/include
+library_dirs=/usr/lib
+libraries=sqlite3

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-31 16:23:25 UTC (rev 188155)
+++ community-x86_64/PKGBUILD	2016-08-31 16:23:57 UTC (rev 188156)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-pysqlite
-pkgname=python2-pysqlite
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
-license=('custom')
-arch=('i686' 'x86_64')
-url="https://pypi.python.org/pypi/pysqlite"
-depends=('python2' 'sqlite')
-conflicts=('python-pysqlite<=2.8.1-1')
-replaces=('python-pysqlite<=2.8.1-1')
-source=("https://pypi.python.org/packages/source/p/pysqlite/pysqlite-${pkgver}.tar.gz"
-        setup.cfg)
-sha256sums=('613d139e97ce0561dee312e29f3be4751d01fd1a085aa448dd53a003810e0008'
-            '37eeb06fdb89d5dd7674f8f8094614c21468b6b469169b1db5981632aa573dca')
-
-prepare() {
-  cp "${srcdir}/setup.cfg" pysqlite-${pkgver}
-}
-
-build() {
-  cd pysqlite-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd pysqlite-${pkgver}/build/lib.*/
-  python2 -c "from pysqlite2 import test; test.test()"
-}
-
-package_python2-pysqlite() {
-  cd pysqlite-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -r "${pkgdir}/usr/pysqlite2-doc"
-}

Copied: python-pysqlite/repos/community-x86_64/PKGBUILD (from rev 188155, python-pysqlite/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-31 16:23:57 UTC (rev 188156)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-pysqlite
+pkgname=python2-pysqlite
+pkgver=2.8.3
+pkgrel=1
+pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
+license=('custom')
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/pysqlite"
+depends=('python2' 'sqlite')
+conflicts=('python-pysqlite<=2.8.1-1')
+replaces=('python-pysqlite<=2.8.1-1')
+source=("https://pypi.io/packages/source/p/pysqlite/pysqlite-${pkgver}.tar.gz"
+        setup.cfg)
+sha256sums=('17d3335863e8cf8392eea71add33dab3f96d060666fe68ab7382469d307f4490'
+            '37eeb06fdb89d5dd7674f8f8094614c21468b6b469169b1db5981632aa573dca')
+
+prepare() {
+  cp "${srcdir}/setup.cfg" pysqlite-${pkgver}
+}
+
+build() {
+  cd pysqlite-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd pysqlite-${pkgver}/build/lib.*/
+  python2 -c "from pysqlite2 import test; test.test()"
+}
+
+package_python2-pysqlite() {
+  cd pysqlite-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -r "${pkgdir}/usr/pysqlite2-doc"
+}

Deleted: community-x86_64/setup.cfg
===================================================================
--- community-x86_64/setup.cfg	2016-08-31 16:23:25 UTC (rev 188155)
+++ community-x86_64/setup.cfg	2016-08-31 16:23:57 UTC (rev 188156)
@@ -1,5 +0,0 @@
-[build_ext]
-define=
-include_dirs=/usr/include
-library_dirs=/usr/lib
-libraries=sqlite3

Copied: python-pysqlite/repos/community-x86_64/setup.cfg (from rev 188155, python-pysqlite/trunk/setup.cfg)
===================================================================
--- community-x86_64/setup.cfg	                        (rev 0)
+++ community-x86_64/setup.cfg	2016-08-31 16:23:57 UTC (rev 188156)
@@ -0,0 +1,5 @@
+[build_ext]
+define=
+include_dirs=/usr/include
+library_dirs=/usr/lib
+libraries=sqlite3



More information about the arch-commits mailing list