summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDan Beste2018-11-16 10:47:01 -0600
committerDan Beste2018-11-16 10:47:01 -0600
commit58f50cc0c4a0256778765a66c9cc3b4eef59d27b (patch)
treeb9c927b3834537e13296e7cc0302098df04edeac /.SRCINFO
downloadaur-58f50cc0c4a0256778765a66c9cc3b4eef59d27b.tar.gz
Initial upload: python-black-git 18.9b0.r13.ge4e59f8-1
* Renamed package: black-git -> python-black-git * Re-added unit tests. * Changed python-setuptools to a dependency. * Added python-aiohttp to checkdepends.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO21
1 files changed, 21 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..de92ffef09e7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,21 @@
+pkgbase = python-black-git
+ pkgdesc = Uncompromising code formatter
+ pkgver = 18.9b0.r13.ge4e59f8
+ pkgrel = 1
+ url = https://github.com/ambv/black
+ arch = any
+ license = MIT
+ checkdepends = python-aiohttp
+ makedepends = git
+ depends = python-appdirs
+ depends = python-attrs
+ depends = python-click
+ depends = python-setuptools
+ depends = python-toml
+ provides = python-black
+ conflicts = python-black
+ source = python-black-git::git+https://github.com/ambv/black.git
+ sha256sums = SKIP
+
+pkgname = python-black-git
+