[arch-commits] Commit in python2-importlib_resources/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 2 02:54:55 UTC 2018


    Date: Friday, November 2, 2018 @ 02:54:55
  Author: felixonmars
Revision: 401183

archrelease: copy trunk to community-any

Added:
  python2-importlib_resources/repos/community-any/PKGBUILD
    (from rev 401182, python2-importlib_resources/trunk/PKGBUILD)
Deleted:
  python2-importlib_resources/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-02 02:54:39 UTC (rev 401182)
+++ PKGBUILD	2018-11-02 02:54:55 UTC (rev 401183)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-importlib_resources
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Read resources from Python packages'
-arch=('any')
-url='http://pypi.python.org/pypi/importlib_resources'
-license=('Apache')
-depends=('python2-typing' 'python2-pathlib2' 'python2-setuptools' 'python2-wheel')
-makedepends=('python2-setuptools')
-source=("https://pypi.io/packages/source/i/importlib_resources/importlib_resources-$pkgver.tar.gz")
-sha256sums=('73f454e062ac149bafd262b18c1f9ebc91f53bd6474e028d1bf1c59ebd152efb')
-
-build() {
-  cd importlib_resources-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd importlib_resources-$pkgver
-  python2 -m unittest discover
-}
-
-package() {
-  cd importlib_resources-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-importlib_resources/repos/community-any/PKGBUILD (from rev 401182, python2-importlib_resources/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-02 02:54:55 UTC (rev 401183)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-importlib_resources
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Read resources from Python packages'
+arch=('any')
+url='http://pypi.python.org/pypi/importlib_resources'
+license=('Apache')
+depends=('python2-typing' 'python2-pathlib2' 'python2-setuptools' 'python2-wheel')
+makedepends=('python2-setuptools')
+source=("https://pypi.io/packages/source/i/importlib_resources/importlib_resources-$pkgver.tar.gz")
+sha512sums=('50bfc5130a2c9c9354efef1cd7132e805ed0f13467ba67172f83e11d907212bef3957aeef51fd904b73996c8280008d99c918637956a470448dfd67ef4807f82')
+
+build() {
+  cd importlib_resources-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd importlib_resources-$pkgver
+  python2 -m unittest discover
+}
+
+package() {
+  cd importlib_resources-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list