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

Filipe Laíns ffy00 at archlinux.org
Tue Jun 22 18:44:26 UTC 2021


    Date: Tuesday, June 22, 2021 @ 18:44:26
  Author: ffy00
Revision: 966881

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-22 18:44:23 UTC (rev 966880)
+++ PKGBUILD	2021-06-22 18:44:26 UTC (rev 966881)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=userpath
-pkgname=python-$_pkgname
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Cross-platform tool for adding locations to the user PATH, no elevated privileges required!'
-arch=('any')
-url='https://github.com/ofek/userpath'
-license=('MIT' 'Apache')
-depends=('python' 'python-click' 'python-distro')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('9d1cf71ef95f6eba7a14ae77dea5bc993868b5e3655cd993bd0bead1b69fd41fc84429fc31585021026c8a18377b74bc2a9a2d5654bbd57c05063cda21e43d2a')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm 644 LICENSE-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
-  install -Dm 644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-userpath/repos/community-any/PKGBUILD (from rev 966880, python-userpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-22 18:44:26 UTC (rev 966881)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=userpath
+pkgname=python-$_pkgname
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Cross-platform tool for adding locations to the user PATH, no elevated privileges required!'
+arch=('any')
+url='https://github.com/ofek/userpath'
+license=('MIT' 'Apache')
+depends=('python' 'python-click' 'python-distro')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('13e101b1596641b8e199e222bb877c7a630d384c060a0b22b01348b4aa21b9dedcf22f162c6df2f17b50b26aaabf279b7d6ef04e310b7e738c5b4318c5f14740')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm 644 LICENSE-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
+  install -Dm 644 LICENSE-APACHE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-APACHE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list