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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 1 13:33:43 UTC 2019


    Date: Friday, November 1, 2019 @ 13:33:41
  Author: foutrelis
Revision: 521865

archrelease: copy trunk to community-staging-any

Added:
  python-pg8000/repos/community-staging-any/PKGBUILD
    (from rev 521864, python-pg8000/trunk/PKGBUILD)
Deleted:
  python-pg8000/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 13:33:36 UTC (rev 521864)
+++ PKGBUILD	2019-11-01 13:33:41 UTC (rev 521865)
@@ -1,25 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: quomoow <quomoow at gmail.com>
-
-pkgname=python-pg8000
-pkgver=1.13.2
-pkgrel=2
-pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
-arch=(any)
-url='https://github.com/tlocke/pg8000'
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python python-scramp)
-source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz")
-sha256sums=('eebcb4176a7e407987e525a07454882f611985e0becb2b73f76efb93bbdc0aab')
-
-build() {
-  cd pg8000-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pg8000-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pg8000/repos/community-staging-any/PKGBUILD (from rev 521864, python-pg8000/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 13:33:41 UTC (rev 521865)
@@ -0,0 +1,25 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: quomoow <quomoow at gmail.com>
+
+pkgname=python-pg8000
+pkgver=1.13.2
+pkgrel=3
+pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
+arch=(any)
+url='https://github.com/tlocke/pg8000'
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python python-scramp)
+source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz")
+sha256sums=('eebcb4176a7e407987e525a07454882f611985e0becb2b73f76efb93bbdc0aab')
+
+build() {
+  cd pg8000-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pg8000-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list