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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:32:00 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:31:59
  Author: felixonmars
Revision: 1060762

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:31:54 UTC (rev 1060761)
+++ PKGBUILD	2021-12-01 21:31:59 UTC (rev 1060762)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=python-pathtools
-pkgver=0.1.2
-pkgrel=10
-pkgdesc="Pattern matching and various utilities for file systems paths"
-arch=('any')
-url="https://pypi.python.org/pypi/pathtools/"
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=(https://pypi.python.org/packages/source/p/pathtools/pathtools-$pkgver.tar.gz)
-sha256sums=('7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0')
-
-build() {
-  cd "pathtools-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "pathtools-$pkgver"
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:ts=2:sw=2:et:

Copied: python-pathtools/repos/community-staging-any/PKGBUILD (from rev 1060761, python-pathtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:31:59 UTC (rev 1060762)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=python-pathtools
+pkgver=0.1.2
+pkgrel=11
+pkgdesc="Pattern matching and various utilities for file systems paths"
+arch=('any')
+url="https://pypi.python.org/pypi/pathtools/"
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://pypi.python.org/packages/source/p/pathtools/pathtools-$pkgver.tar.gz)
+sha256sums=('7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0')
+
+build() {
+  cd "pathtools-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "pathtools-$pkgver"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:ts=2:sw=2:et:



More information about the arch-commits mailing list