Date: Monday, February 7, 2022 @ 02:40:04
  Author: yan12125
Revision: 1127399

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-02-07 02:39:43 UTC (rev 1127398)
+++ PKGBUILD    2022-02-07 02:40:04 UTC (rev 1127399)
@@ -1,31 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-# Contributor: xiretza <[email protected]>
-# Contributor: Adhityaa Chandrasekar <[email protected]>
-
-pkgname=python-unidiff
-pkgver=0.7.2
-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=('15297652e97870f55136bd3c07c697eaed813b24ca8cec7ae08398b026ff03cc')
-
-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 1127398, 
python-unidiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-02-07 02:40:04 UTC (rev 1127399)
@@ -0,0 +1,32 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: xiretza <[email protected]>
+# Contributor: Adhityaa Chandrasekar <[email protected]>
+
+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
+}

Reply via email to