summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBuildTools2017-07-31 13:28:51 -0400
committerBuildTools2017-07-31 13:28:51 -0400
commit385249fb6a783e349e59924112366361a8557838 (patch)
tree726e85e6157088212d5e4854b653c8113fc015bf /.SRCINFO
downloadaur-385249fb6a783e349e59924112366361a8557838.tar.gz
initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..33f2fa11be3d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+pkgbase = python-num2words
+ pkgdesc = Python modules to convert numbers to words.
+ pkgver = 0.5.5
+ pkgrel = 1
+ url = https://github.com/savoirfairelinux/num2words
+ arch = any
+ license = LGPL
+ checkdepends = python
+ checkdepends = python2
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = https://github.com/savoirfairelinux/num2words/archive/0.5.5.tar.gz
+ sha256sums = 8e234b7bdcf25c606969b4002d514808ec79c990859279f6cead261d9803f752
+
+pkgname = python-num2words
+ pkgdesc = Python modules to convert numbers to words. (python3 version)
+ depends = python
+
+pkgname = python2-num2words
+ pkgdesc = Python modules to convert numbers to words. (python2 version)
+ depends = python2
+