[arch-commits] Commit in python-diff-match-patch/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 18:00:14 UTC 2019
Date: Thursday, October 31, 2019 @ 18:00:14
Author: felixonmars
Revision: 521503
archrelease: copy trunk to community-staging-any
Added:
python-diff-match-patch/repos/community-staging-any/PKGBUILD
(from rev 521502, python-diff-match-patch/trunk/PKGBUILD)
Deleted:
python-diff-match-patch/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:00:06 UTC (rev 521502)
+++ PKGBUILD 2019-10-31 18:00:14 UTC (rev 521503)
@@ -1,22 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Jakob Gahde <j5lx at fmail.co.uk>
-
-pkgname=python-diff-match-patch
-pkgver=20181111
-pkgrel=2
-pkgdesc="Robust algorithms to perform the operations required for synchronizing plain text"
-arch=('any')
-url="https://pypi.org/project/diff-match-patch/"
-license=('Apache')
-makedepends=('python' 'python-setuptools')
-source=(https://files.pythonhosted.org/packages/f0/2a/5ba07def0e9107d935aba62cf632afbd0f7c723a98af47ccbcab753d2452/diff-match-patch-$pkgver.tar.gz)
-sha256sums=('a809a996d0f09b9bbd59e9bbd0b71eed8c807922512910e05cbd3f9480712ddb')
-
-package() {
- depends=('python')
-
- cd "${srcdir}"/diff-match-patch-$pkgver
-
- python setup.py install --root="${pkgdir}" -O1
- find "${pkgdir}" -name *_py2.* -delete
-}
Copied: python-diff-match-patch/repos/community-staging-any/PKGBUILD (from rev 521502, python-diff-match-patch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 18:00:14 UTC (rev 521503)
@@ -0,0 +1,22 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Jakob Gahde <j5lx at fmail.co.uk>
+
+pkgname=python-diff-match-patch
+pkgver=20181111
+pkgrel=3
+pkgdesc="Robust algorithms to perform the operations required for synchronizing plain text"
+arch=('any')
+url="https://pypi.org/project/diff-match-patch/"
+license=('Apache')
+makedepends=('python' 'python-setuptools')
+source=(https://files.pythonhosted.org/packages/f0/2a/5ba07def0e9107d935aba62cf632afbd0f7c723a98af47ccbcab753d2452/diff-match-patch-$pkgver.tar.gz)
+sha256sums=('a809a996d0f09b9bbd59e9bbd0b71eed8c807922512910e05cbd3f9480712ddb')
+
+package() {
+ depends=('python')
+
+ cd "${srcdir}"/diff-match-patch-$pkgver
+
+ python setup.py install --root="${pkgdir}" -O1
+ find "${pkgdir}" -name *_py2.* -delete
+}
More information about the arch-commits
mailing list