[arch-commits] Commit in python-pysqlite/repos (8 files)
Felix Yan
fyan at archlinux.org
Sat Apr 2 14:13:41 UTC 2016
Date: Saturday, April 2, 2016 @ 16:13:41
Author: fyan
Revision: 169240
archrelease: copy trunk to community-i686, community-x86_64
Added:
python-pysqlite/repos/community-i686/PKGBUILD
(from rev 169239, python-pysqlite/trunk/PKGBUILD)
python-pysqlite/repos/community-i686/setup.cfg
(from rev 169239, python-pysqlite/trunk/setup.cfg)
python-pysqlite/repos/community-x86_64/PKGBUILD
(from rev 169239, python-pysqlite/trunk/PKGBUILD)
python-pysqlite/repos/community-x86_64/setup.cfg
(from rev 169239, 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-04-02 14:13:18 UTC (rev 169239)
+++ community-i686/PKGBUILD 2016-04-02 14:13:41 UTC (rev 169240)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-pysqlite
-pkgname=python2-pysqlite
-pkgver=2.8.1
-pkgrel=2
-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=('75cae18f9646f2a6137e1fb5302dba674b6982eeab3a2829377e98b13cfea066'
- '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 169239, python-pysqlite/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-02 14:13:41 UTC (rev 169240)
@@ -0,0 +1,39 @@
+# $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"
+}
Deleted: community-i686/setup.cfg
===================================================================
--- community-i686/setup.cfg 2016-04-02 14:13:18 UTC (rev 169239)
+++ community-i686/setup.cfg 2016-04-02 14:13:41 UTC (rev 169240)
@@ -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 169239, python-pysqlite/trunk/setup.cfg)
===================================================================
--- community-i686/setup.cfg (rev 0)
+++ community-i686/setup.cfg 2016-04-02 14:13:41 UTC (rev 169240)
@@ -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-04-02 14:13:18 UTC (rev 169239)
+++ community-x86_64/PKGBUILD 2016-04-02 14:13:41 UTC (rev 169240)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-pysqlite
-pkgname=python2-pysqlite
-pkgver=2.8.1
-pkgrel=2
-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=('75cae18f9646f2a6137e1fb5302dba674b6982eeab3a2829377e98b13cfea066'
- '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 169239, python-pysqlite/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-02 14:13:41 UTC (rev 169240)
@@ -0,0 +1,39 @@
+# $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"
+}
Deleted: community-x86_64/setup.cfg
===================================================================
--- community-x86_64/setup.cfg 2016-04-02 14:13:18 UTC (rev 169239)
+++ community-x86_64/setup.cfg 2016-04-02 14:13:41 UTC (rev 169240)
@@ -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 169239, python-pysqlite/trunk/setup.cfg)
===================================================================
--- community-x86_64/setup.cfg (rev 0)
+++ community-x86_64/setup.cfg 2016-04-02 14:13:41 UTC (rev 169240)
@@ -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