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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 8 05:08:18 UTC 2021


    Date: Wednesday, December 8, 2021 @ 05:08:18
  Author: felixonmars
Revision: 1065616

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-08 05:08:09 UTC (rev 1065615)
+++ PKGBUILD	2021-12-08 05:08:18 UTC (rev 1065616)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pip-shims
-pkgver=0.5.3
-pkgrel=4
-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=('7a2b72d3483298ffeaa7ba24bdc7550e0a72ea3d373f43761afdcdc8399a518191191a2b4cc70aadfcaf1fa34e7843984c5e33ec32e4f1d10084f2497bfb61f7')
-
-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-staging-any/PKGBUILD (from rev 1065615, python-pip-shims/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-08 05:08:18 UTC (rev 1065616)
@@ -0,0 +1,30 @@
+# 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/
+}



More information about the arch-commits mailing list