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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 16:53:49 UTC 2019


    Date: Thursday, October 31, 2019 @ 16:53:49
  Author: foutrelis
Revision: 521189

archrelease: copy trunk to community-staging-any

Added:
  python-pathlib2/repos/community-staging-any/PKGBUILD
    (from rev 521188, python-pathlib2/trunk/PKGBUILD)
Deleted:
  python-pathlib2/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 16:53:45 UTC (rev 521188)
+++ PKGBUILD	2019-10-31 16:53:49 UTC (rev 521189)
@@ -1,38 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=pathlib2
-pkgname=python-$_pkgname
-pkgver=2.3.3
-pkgrel=3
-pkgdesc='Backport of pathlib aiming to support the full stdlib Python API.'
-arch=('any')
-url='https://github.com/mcmtroffaes/pathlib2'
-license=('MIT')
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('c961ff6b5fd247de849e5c0170f9316d10ea5c37ac62841a31a261091ec6868eacd3a4fc35353d8eaa7b6ad88c5e25846c20bb568a3f6041621aab6d03c376a9')
-
-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
-
-  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: python-pathlib2/repos/community-staging-any/PKGBUILD (from rev 521188, python-pathlib2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 16:53:49 UTC (rev 521189)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=pathlib2
+pkgname=python-$_pkgname
+pkgver=2.3.3
+pkgrel=4
+pkgdesc='Backport of pathlib aiming to support the full stdlib Python API.'
+arch=('any')
+url='https://github.com/mcmtroffaes/pathlib2'
+license=('MIT')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('c961ff6b5fd247de849e5c0170f9316d10ea5c37ac62841a31a261091ec6868eacd3a4fc35353d8eaa7b6ad88c5e25846c20bb568a3f6041621aab6d03c376a9')
+
+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
+
+  install -Dm 644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
+}
+
+# vim: ts=2 sw=2 et:
+



More information about the arch-commits mailing list