blob: 76b5c5f369bd7f99d12a5b277f46b71d7ad3922c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-diff-match-patch-cpp-git
pkgdesc = A Python extension module that wraps Google's diff_match_patch C++ implementation for very fast string comparison.
pkgver = 1.0.3.r36.2ddbcc2
pkgrel = 1
epoch = 1
url = https://github.com/JoshData/fast_diff_match_patch/tree/1.0.x-final
arch = x86_64
license = custom:CC0
makedepends = git
makedepends = gcc
makedepends = python-setuptools
depends = python
provides = python-diff-match-patch-cpp
provides = python-fast-diff-match-patch
conflicts = python-diff-match-patch-cpp
conflicts = python-diff-match-patch
source = git+https://github.com/JoshData/fast_diff_match_patch
md5sums = SKIP
pkgname = python-diff-match-patch-cpp-git
|