[arch-commits] Commit in python2-path.py/repos/community-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 8 10:14:05 UTC 2019


    Date: Friday, November 8, 2019 @ 10:14:04
  Author: foutrelis
Revision: 524594

archrelease: copy trunk to community-any

Added:
  python2-path.py/repos/community-any/PKGBUILD
    (from rev 524593, python2-path.py/trunk/PKGBUILD)
Deleted:
  python2-path.py/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-08 10:14:00 UTC (rev 524593)
+++ PKGBUILD	2019-11-08 10:14:04 UTC (rev 524594)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-path.py
-pkgver=11.5.1
-pkgrel=2
-pkgdesc='A module wrapper for os.path'
-arch=('any')
-license=('MIT')
-url='https://github.com/jaraco/path.py'
-depends=('python2-importlib-metadata' 'python2-backports.os')
-makedepends=('python2-setuptools-scm')
-checkdepends=('python2-pytest-runner' 'python2-pytest-flake8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path.py/archive/$pkgver.tar.gz")
-sha512sums=('ed2b6adb5f6e3184858318d3a94afc744c0f635bc04f2c00d01780bae9c86c3907e0cd64d23242f6df8cab7e0703698c6d39ed4d037f71bf5e3565dfc47f27d6')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd path.py-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd path.py-$pkgver
-  python2 setup.py pytest
-}
-
-package() {
-  cd path.py-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python2-path.py/repos/community-any/PKGBUILD (from rev 524593, python2-path.py/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-08 10:14:04 UTC (rev 524594)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-path.py
+pkgver=11.5.2
+pkgrel=1
+pkgdesc='A module wrapper for os.path'
+arch=('any')
+license=('MIT')
+url='https://github.com/jaraco/path.py'
+depends=('python2-importlib-metadata' 'python2-backports.os')
+makedepends=('python2-setuptools-scm')
+checkdepends=('python2-pytest-runner' 'python2-pytest-flake8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path.py/archive/$pkgver.tar.gz")
+sha512sums=('f1beb0b2cb6426cdd5b620550e10e22169d2dbeaa658b352a0df0abbc3572347034836dd01dd4fa446cc5ebac2fe39c722da1880687128cf5cfaeccf3fdda1a1')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd path.py-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd path.py-$pkgver
+  python2 setup.py pytest
+}
+
+package() {
+  cd path.py-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list