summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0518a266e8c3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = python-gitpython
+ pkgdesc = Python Git Library
+ pkgver = 1.0.1
+ pkgrel = 1
+ url = https://github.com/gitpython-developers/GitPython
+ arch = any
+ license = BSD
+ makedepends = python-setuptools
+ source = https://pypi.python.org/packages/source/G/GitPython/GitPython-1.0.1.tar.gz
+ sha256sums = 9c88c17bbcae2a445ff64024ef13526224f70e35e38c33416be5ceb56ca7f760
+
+pkgname = python-gitpython
+ depends = git>=1.7
+ depends = python-gitdb>=0.6.4
+