[arch-commits] Commit in python2-pathlib2/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jul 6 08:58:42 UTC 2021


    Date: Tuesday, July 6, 2021 @ 08:58:41
  Author: felixonmars
Revision: 972849

archrelease: copy trunk to community-any

Added:
  python2-pathlib2/repos/community-any/PKGBUILD
    (from rev 972848, python2-pathlib2/trunk/PKGBUILD)
Deleted:
  python2-pathlib2/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-06 08:58:24 UTC (rev 972848)
+++ PKGBUILD	2021-07-06 08:58:41 UTC (rev 972849)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-pathlib2
-pkgver=2.3.5
-pkgrel=1
-pkgdesc='Object-oriented filesystem paths'
-arch=('any')
-url='https://pypi.python.org/pypi/pathlib2'
-license=('MIT')
-depends=('python2-six' 'python2-scandir')
-makedepends=('python2-setuptools')
-checkdepends=('python2-pytest-runner' 'python2-mock')
-source=("https://pypi.io/packages/source/p/pathlib2/pathlib2-$pkgver.tar.gz")
-sha256sums=('6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868')
-
-build() {
-  cd pathlib2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd pathlib2-$pkgver
-  python2 setup.py pytest
-}
-
-package() {
-  cd pathlib2-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/python2-pathlib2/LICENSE.rst
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pathlib2/repos/community-any/PKGBUILD (from rev 972848, python2-pathlib2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-06 08:58:41 UTC (rev 972849)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-pathlib2
+pkgver=2.3.6
+pkgrel=1
+pkgdesc='Object-oriented filesystem paths'
+arch=('any')
+url='https://pypi.python.org/pypi/pathlib2'
+license=('MIT')
+depends=('python2-six' 'python2-scandir')
+makedepends=('python2-setuptools')
+checkdepends=('python2-pytest-runner' 'python2-mock')
+source=("https://pypi.io/packages/source/p/pathlib2/pathlib2-$pkgver.tar.gz")
+sha256sums=('7d8bcb5555003cdf4a8d2872c538faa3a0f5d20630cb360e518ca3b981795e5f')
+
+build() {
+  cd pathlib2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd pathlib2-$pkgver
+  python2 setup.py pytest
+}
+
+package() {
+  cd pathlib2-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/python2-pathlib2/LICENSE.rst
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list