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

Felix Yan felixonmars at gemini.archlinux.org
Sun Apr 3 15:19:12 UTC 2022


    Date: Sunday, April 3, 2022 @ 15:19:11
  Author: felixonmars
Revision: 1181000

archrelease: copy trunk to community-any

Added:
  python-pip-shims/repos/community-any/PKGBUILD
    (from rev 1180999, 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	2022-04-03 15:18:59 UTC (rev 1180999)
+++ PKGBUILD	2022-04-03 15:19:11 UTC (rev 1181000)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pip-shims
-pkgver=0.6.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=('af81ac58470ae083d56a0bab2687baf1f347cd42b644ba81e0e8d240d6579fa2799a266a9f84d948ac78f0db0227e7ab237c105df98d53c0e1f422ce67f7e117')
-
-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 1180999, python-pip-shims/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-03 15:19:11 UTC (rev 1181000)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pip-shims
+pkgver=0.7.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=('d9a14cd4dab9112a4cdea7e7eaeb8731a4f78b6176200cb08bfc54caad80d020cd8a8c0a4b38ffb12fae9bf7a7841e99cd2fd956c5f85cf35fef6c01687444c1')
+
+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