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

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 2 22:30:39 UTC 2019


    Date: Saturday, November 2, 2019 @ 22:30:38
  Author: foutrelis
Revision: 522319

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-02 22:30:34 UTC (rev 522318)
+++ PKGBUILD	2019-11-02 22:30:38 UTC (rev 522319)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=pyocr
-pkgname=python-pyocr
-pkgver=0.7.2
-pkgrel=2
-pkgdesc="Python wrapper for Tesseract and Cuneiform"
-arch=(any)
-url="https://gitlab.gnome.org/World/OpenPaperwork/pyocr"
-license=(GPL3)
-depends=(python-pillow python-six)
-makedepends=(git python-setuptools)
-optdepends=('cuneiform: OCR backend'
-            'tesseract: OCR backend')
-_commit=f4b068cdf359186bfbed36959c53e9e52e2eda84  # tags/0.7.2^0
-source=("git+https://gitlab.gnome.org/World/OpenPaperwork/pyocr.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $_pkgname
-  make
-}
-
-package() {
-  cd $_pkgname
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pyocr/repos/community-staging-any/PKGBUILD (from rev 522318, python-pyocr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-02 22:30:38 UTC (rev 522319)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=pyocr
+pkgname=python-pyocr
+pkgver=0.7.2
+pkgrel=3
+pkgdesc="Python wrapper for Tesseract and Cuneiform"
+arch=(any)
+url="https://gitlab.gnome.org/World/OpenPaperwork/pyocr"
+license=(GPL3)
+depends=(python-pillow python-six)
+makedepends=(git python-setuptools)
+optdepends=('cuneiform: OCR backend'
+            'tesseract: OCR backend')
+_commit=f4b068cdf359186bfbed36959c53e9e52e2eda84  # tags/0.7.2^0
+source=("git+https://gitlab.gnome.org/World/OpenPaperwork/pyocr.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $_pkgname
+  make
+}
+
+package() {
+  cd $_pkgname
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list