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

Felix Yan felixonmars at archlinux.org
Tue Dec 24 21:56:30 UTC 2019


    Date: Tuesday, December 24, 2019 @ 21:56:30
  Author: felixonmars
Revision: 540578

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 21:56:17 UTC (rev 540577)
+++ PKGBUILD	2019-12-24 21:56:30 UTC (rev 540578)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-pathlib2
-pkgver=2.3.4
-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=('446014523bb9be5c28128c4d2a10ad6bb60769e78bd85658fe44a450674e0ef8')
-
-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 540577, python2-pathlib2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-24 21:56:30 UTC (rev 540578)
@@ -0,0 +1,34 @@
+# 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:



More information about the arch-commits mailing list