diff options
author | Yigit Sever | 2021-09-29 16:44:27 +0300 |
---|---|---|
committer | Yigit Sever | 2021-09-29 16:44:27 +0300 |
commit | a7b184f2e7d392c19cd70287496053eaa419c954 (patch) | |
tree | 548598d4a17b97e605c94ecaf3f4619bfd05016f /.SRCINFO | |
download | packages-a7b184f2e7d392c19cd70287496053eaa419c954.tar.gz packages-a7b184f2e7d392c19cd70287496053eaa419c954.tar.bz2 packages-a7b184f2e7d392c19cd70287496053eaa419c954.zip |
Initial commit 0.0.2
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..8111831 --- /dev/null +++ b/.SRCINFO | |||
@@ -0,0 +1,13 @@ | |||
1 | pkgbase = python-jstyleson | ||
2 | pkgdesc = Library to parse JSON with js-style comments. | ||
3 | pkgver = 0.0.2 | ||
4 | pkgrel = 1 | ||
5 | url = https://pypi.org/project/jstyleson/ | ||
6 | arch = any | ||
7 | license = MIT | ||
8 | makedepends = python-setuptools | ||
9 | depends = python | ||
10 | source = https://files.pythonhosted.org/packages/source/j/jstyleson/jstyleson-0.0.2.tar.gz | ||
11 | sha256sums = 680003f3b15a2959e4e6a351f3b858e3c07dd3e073a0d54954e34d8ea5e1308e | ||
12 | |||
13 | pkgname = python-jstyleson | ||