Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a5599005344c3cdb216223eea1cc245611c72c7d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a5599005344c3cdb216223eea1cc245611c72c7d)
  • Date: Thu, 6 Apr 2017 01:02:23 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/icdiff/DEPENDS | 2 ++
python-pypi/icdiff/DETAILS | 20 ++++++++++++++++++++
python-pypi/icdiff/HISTORY | 2 ++
4 files changed, 27 insertions(+)

New commits:
commit a5599005344c3cdb216223eea1cc245611c72c7d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

icdiff: new spell, improved color diff

diff --git a/ChangeLog b/ChangeLog
index e7d5fb0..4f40929 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-04-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/icdiff: new spell, improved color diff
+
2017-04-04 Eric Sandall <sandalle AT sourcemage.org>
* redhat.gpg: Add 873DB37572A37B36 "Kamil Dudka <kdudka AT redhat.com>"
See https://github.com/logrotate/logrotate/blob/master/README.md
diff --git a/python-pypi/icdiff/DEPENDS b/python-pypi/icdiff/DEPENDS
new file mode 100755
index 0000000..e440941
--- /dev/null
+++ b/python-pypi/icdiff/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends SETUPTOOLS
diff --git a/python-pypi/icdiff/DETAILS b/python-pypi/icdiff/DETAILS
new file mode 100755
index 0000000..e52e64e
--- /dev/null
+++ b/python-pypi/icdiff/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=icdiff
+ VERSION=1.8.6
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.org/packages/source/i/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:b4a909e8e7f683c47b5df2321c55cc648d4ab46895114f1c560188bb1a1f6fde17d500d7221a9ca6dfdd5841c429d073ce1cbc50585a0073718b35c028816b5f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://www.jefftk.com/icdiff
+ LICENSE[0]=PYTHON
+ ENTERED=20170405
+ SHORT="improved color diff"
+cat << EOF
+Your terminal can display color, but most diff tools don't make good use of
it.
+By highlighting changes, icdiff can show you the differences between similar
+files without getting in the way. This is especially helpful for identifying
and
+understanding small changes within existing lines.
+
+Instead of trying to be a diff replacement for all circumstances, the goal of
+icdiff is to be a tool you can reach for to get a better picture of what
changed
+when it's not immediately obvious from diff.
+EOF
diff --git a/python-pypi/icdiff/HISTORY b/python-pypi/icdiff/HISTORY
new file mode 100644
index 0000000..258a3dc
--- /dev/null
+++ b/python-pypi/icdiff/HISTORY
@@ -0,0 +1,2 @@
+2017-04-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.8.6



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a5599005344c3cdb216223eea1cc245611c72c7d), Vlad Glagolev, 04/05/2017

Archive powered by MHonArc 2.6.24.

Top of Page