[arch-commits] Commit in python-pip-shims/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Mar 10 18:07:30 UTC 2020


    Date: Tuesday, March 10, 2020 @ 18:07:29
  Author: felixonmars
Revision: 593837

archrelease: copy trunk to community-any

Added:
  python-pip-shims/repos/community-any/PKGBUILD
    (from rev 593834, python-pip-shims/trunk/PKGBUILD)
Deleted:
  python-pip-shims/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-10 18:07:27 UTC (rev 593836)
+++ PKGBUILD	2020-03-10 18:07:29 UTC (rev 593837)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pip-shims
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Compatibility shims for pip versions 8 thru current"
-url="https://github.com/sarugaku/pip-shims"
-license=('ISC')
-arch=('any')
-depends=('python-pip' 'python-wheel' 'python-setuptools')
-checkdepends=('python-pytest-runner' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/pip-shims/archive/$pkgver.tar.gz")
-sha512sums=('958446f9691617313a40691272c567237ec9a96e091895052641afb17f7858e81ff05c3f89b79b931ba900bb94483a4787970c42704a3aeb9bf6302cc82a3ca6')
-
-build() {
-  cd pip-shims-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pip-shims-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd pip-shims-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pip-shims/repos/community-any/PKGBUILD (from rev 593834, python-pip-shims/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-10 18:07:29 UTC (rev 593837)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pip-shims
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="Compatibility shims for pip versions 8 thru current"
+url="https://github.com/sarugaku/pip-shims"
+license=('ISC')
+arch=('any')
+depends=('python-pip' 'python-wheel' 'python-setuptools')
+checkdepends=('python-pytest-runner' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/pip-shims/archive/$pkgver.tar.gz")
+sha512sums=('37abfac3682b4d3f26bb43902be86911a21b0487e275b6ce688aa3696ba4d51748dcba1cdc2743787f244fd6bfbc91e57c9f8ce4ae64e09ecf891f63484337fe')
+
+build() {
+  cd pip-shims-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pip-shims-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd pip-shims-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list