[arch-commits] Commit in python-internetarchive/repos/community-any (2 files)

Florian Pritz bluewind at archlinux.org
Sat Apr 13 17:35:05 UTC 2019


    Date: Saturday, April 13, 2019 @ 17:35:05
  Author: bluewind
Revision: 451460

archrelease: copy trunk to community-any

Added:
  python-internetarchive/repos/community-any/PKGBUILD
    (from rev 451459, python-internetarchive/trunk/PKGBUILD)
Deleted:
  python-internetarchive/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-13 17:35:01 UTC (rev 451459)
+++ PKGBUILD	2019-04-13 17:35:05 UTC (rev 451460)
@@ -1,54 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: David McInnis <dave at dave3.xyz>
-# Contributor:  jyantis <yantis at yantis.net>
-
-pkgname=python-internetarchive
-pkgver=1.8.1
-pkgrel=2
-pkgdesc='Wrapper for the various Internet Archive APIs (IA-S3, Metadata API, etc)'
-arch=('any')
-url='https://github.com/jjjake/ia-wrapper'
-license=('AGPL3')
-depends=('python'
-         'python-setuptools'
-         'python-clint'
-         'python-six'
-         'python-yaml'
-         'python-requests'
-         'python-jsonpatch'
-         'python-pytest'
-         'python-docopt'
-         'python-jsonpointer'
-         'python-args'
-         # seem unnecessary?
-         #'python-backports.csv'
-         'python-schema'
-        )
-optdepends=('python-ujson: faster json parsing'
-            'python-gevent: concurrent downloads'
-            'cython: speedups')
-checkdepends=(python-responses)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jjjake/internetarchive/archive/v${pkgver}.tar.gz")
-sha256sums=('9db8b179434521345a93a01e73669b9fd9a8949f8a75b52fcf22f3de865229c7')
-
-build() {
-  cd internetarchive-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd internetarchive-${pkgver}
-
-  python setup.py test
-}
-
-package() {
-  cd internetarchive-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -D -m644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: python-internetarchive/repos/community-any/PKGBUILD (from rev 451459, python-internetarchive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-13 17:35:05 UTC (rev 451460)
@@ -0,0 +1,54 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: David McInnis <dave at dave3.xyz>
+# Contributor:  jyantis <yantis at yantis.net>
+
+pkgname=python-internetarchive
+pkgver=1.8.4
+pkgrel=1
+pkgdesc='Wrapper for the various Internet Archive APIs (IA-S3, Metadata API, etc)'
+arch=('any')
+url='https://github.com/jjjake/ia-wrapper'
+license=('AGPL3')
+depends=('python'
+         'python-setuptools'
+         'python-clint'
+         'python-six'
+         'python-yaml'
+         'python-requests'
+         'python-jsonpatch'
+         'python-pytest'
+         'python-docopt'
+         'python-jsonpointer'
+         'python-args'
+         # seem unnecessary?
+         #'python-backports.csv'
+         'python-schema'
+        )
+optdepends=('python-ujson: faster json parsing'
+            'python-gevent: concurrent downloads'
+            'cython: speedups')
+checkdepends=(python-responses)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jjjake/internetarchive/archive/v${pkgver}.tar.gz")
+sha256sums=('8825285164e1ccd33bbd4bcb04411f360c3023adff3359adcf658b37441de6a8')
+
+build() {
+  cd internetarchive-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd internetarchive-${pkgver}
+
+  python setup.py test
+}
+
+package() {
+  cd internetarchive-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
+}
+
+# vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list