Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : python-three-merge | |||||
| version : 0.1.1 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/spyder-ide/three-merge/archive/v0.1.1.tar.gz : b6ab2231fd349cdf03be5be04f28c1d59d5a475f7396dcf8fd8b0597981d113e | |||||
| homepage : https://github.com/spyder-ide/three-merge | |||||
| license : MIT | |||||
| component : programming.python | |||||
| summary : Simple Python library to perform a 3-way merge between strings | |||||
| description: | | |||||
| Simple Python library to perform a 3-way merge between strings, based on diff-match-patch. This library performs merges at a character level, as opposed to most VCS systems, which opt for a line-based approach. | |||||
| builddeps : | |||||
| - python-diff-match-patch | |||||
| - python-pytest | |||||
| rundeps : | |||||
| - python-diff-match-patch | |||||
| build : | | |||||
| %python3_setup | |||||
| install : | | |||||
| %python3_install | |||||
| check : | | |||||
| %python3_test pytest3 -v | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.