summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorChristopher Arndt2016-10-21 17:56:19 +0200
committerChristopher Arndt2016-10-21 17:56:19 +0200
commita3dabf9774968982ff38f6f992ac68438e1010ee (patch)
tree6149b35b3598df9752e27b70739d333fc1a88431 /.SRCINFO
parent962bdc3fa3fa292495088d75277e559b61f6e33f (diff)
downloadaur-a3dabf9774968982ff38f6f992ac68438e1010ee.tar.gz
Update to upstream version 1.4.2; add Python 2 package; patch away Python dependency pinning; install license
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b0624858e6d..73f383f1977b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,27 @@
# Generated by mksrcinfo v8
-# Sat Jun 25 12:57:18 UTC 2016
+# Fri Oct 21 15:54:13 UTC 2016
pkgbase = python-radon
- pkgdesc = A tool that computes various metrics for Python source code.
- pkgver = 1.4.0
+ pkgver = 1.4.2
pkgrel = 1
url = https://radon.readthedocs.org/
arch = any
license = MIT
makedepends = python-sphinx
+ makedepends = python2-sphinx
+ source = https://pypi.python.org/packages/91/48/5853fa60811d6cec1043bd60b057aafc22706e19ab90b33d8df8155e6b8d/radon-1.4.2.tar.gz
+ source = https://raw.githubusercontent.com/rubik/radon/master/LICENSE
+ sha256sums = 4f24ea6215e17c7c6d8548035c56d29e31131d17da1d607359fc07e9b6fabe97
+ sha256sums = 13cde2df14c3b42e6ecd452dd2b4d679ac40e7cbaaa8d2d87068f1e46be53677
+
+pkgname = python-radon
+ pkgdesc = A tool that computes various metrics for Python source code
+ depends = python-flake8-polyfill
depends = python-mando
depends = python-colorama
- source = https://pypi.python.org/packages/99/f9/31a0a3eb9e63bd8e3a3c44b4c676bf051ec05273ed09dcf00695ee8df318/radon-1.4.0.tar.gz
- md5sums = 52d5ab0564ceff5edb9b38d8c49cf544
-pkgname = python-radon
+pkgname = python2-radon
+ pkgdesc = A tool that computes various metrics for Python source code (Python2)
+ depends = python2-flake8-polyfill
+ depends = python2-mando
+ depends = python2-colorama