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

Filipe Laíns ffy00 at archlinux.org
Wed Jul 15 13:43:36 UTC 2020


    Date: Wednesday, July 15, 2020 @ 13:43:36
  Author: ffy00
Revision: 663969

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-15 13:43:21 UTC (rev 663968)
+++ PKGBUILD	2020-07-15 13:43:36 UTC (rev 663969)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=userpath
-pkgname=python-$_pkgname
-pkgver=1.3.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')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('e7ad8e855f4ebd908aa774f0e726e1de5a84b162789a9e6ddfed18518f40c762dd817a787e79f260be41f4b1ddbf763d1764de2f3b3c087348b39f66b106f156')
-
-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 663968, python-userpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-15 13:43:36 UTC (rev 663969)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=userpath
+pkgname=python-$_pkgname
+pkgver=1.3.0
+pkgrel=2
+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=('e7ad8e855f4ebd908aa774f0e726e1de5a84b162789a9e6ddfed18518f40c762dd817a787e79f260be41f4b1ddbf763d1764de2f3b3c087348b39f66b106f156')
+
+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