summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7aecb946025a5211d7375237e89f65c6eb735673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pkgbase = python-doc8
	pkgdesc = Style checker for Sphinx (or other) RST documentation
	pkgver = 0.6.0
	pkgrel = 1
	url = https://pypi.python.org/pypi/doc8
	arch = any
	license = Apache 2.0
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = https://pypi.python.org/packages/source/d/doc8/doc8-0.6.0.tar.gz
	sha256sums = 42ccb69e9240546afec6cdae00b134592942b8b135d7017a748fd5af41e2d590

pkgname = python-doc8
	depends = python-stevedore
	depends = python-chardet
	depends = python-docutils
	depends = python-argparse
	depends = python-six

pkgname = python2-doc8
	depends = python2-stevedore
	depends = python2-chardet
	depends = python2-docutils
	depends = python2-argparse
	depends = python2-six