[arch-commits] Commit in python-unidiff/repos/community-any (PKGBUILD PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Mon Jun 27 08:00:31 UTC 2022


    Date: Monday, June 27, 2022 @ 08:00:31
  Author: yan12125
Revision: 1239616

archrelease: copy trunk to community-any

Added:
  python-unidiff/repos/community-any/PKGBUILD
    (from rev 1239615, python-unidiff/trunk/PKGBUILD)
Deleted:
  python-unidiff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 08:00:17 UTC (rev 1239615)
+++ PKGBUILD	2022-06-27 08:00:31 UTC (rev 1239616)
@@ -1,32 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: xiretza <xiretza+aur at xiretza.xyz>
-# Contributor: Adhityaa Chandrasekar <c.adhityaa at gmail.com>
-
-pkgname=python-unidiff
-# https://github.com/matiasb/python-unidiff/blob/master/HISTORY
-pkgver=0.7.3
-pkgrel=1
-pkgdesc='Simple Python library to parse and interact with unified diff data'
-arch=('any')
-url="https://github.com/matiasb/python-unidiff"
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/u/unidiff/unidiff-$pkgver.tar.gz")
-sha256sums=('d5f2e53a9a00db3224a8c36349b5380e0e22d1aec6c694b14fb9483ee93c6205')
-
-build() {
-  cd unidiff-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd unidiff-$pkgver
-  python -m unittest discover -s tests
-}
-
-package() {
-  cd unidiff-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-unidiff/repos/community-any/PKGBUILD (from rev 1239615, python-unidiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-27 08:00:31 UTC (rev 1239616)
@@ -0,0 +1,32 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: xiretza <xiretza+aur at xiretza.xyz>
+# Contributor: Adhityaa Chandrasekar <c.adhityaa at gmail.com>
+
+pkgname=python-unidiff
+# https://github.com/matiasb/python-unidiff/blob/master/HISTORY
+pkgver=0.7.4
+pkgrel=1
+pkgdesc='Simple Python library to parse and interact with unified diff data'
+arch=('any')
+url="https://github.com/matiasb/python-unidiff"
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/u/unidiff/unidiff-$pkgver.tar.gz")
+sha256sums=('2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5')
+
+build() {
+  cd unidiff-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd unidiff-$pkgver
+  python -m unittest discover -s tests
+}
+
+package() {
+  cd unidiff-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list