diff options
author | Yigit Sever | 2023-06-08 01:29:34 +0300 |
---|---|---|
committer | Yigit Sever | 2023-06-08 01:29:34 +0300 |
commit | c36ef0bec1c968d240120c9e4442ddd0b233253e (patch) | |
tree | 59ac65f37ef62faa11d6dbf609e991be5e571246 /python-jstyleson/PKGBUILD | |
parent | e1330085a1fdf4e35286118aad0cd44abeb3520e (diff) | |
download | packages-c36ef0bec1c968d240120c9e4442ddd0b233253e.tar.gz packages-c36ef0bec1c968d240120c9e4442ddd0b233253e.tar.bz2 packages-c36ef0bec1c968d240120c9e4442ddd0b233253e.zip |
Deleted package: python-jstyleson
Diffstat (limited to 'python-jstyleson/PKGBUILD')
-rw-r--r-- | python-jstyleson/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/python-jstyleson/PKGBUILD b/python-jstyleson/PKGBUILD deleted file mode 100644 index 1281310..0000000 --- a/python-jstyleson/PKGBUILD +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | ||
2 | pkgname=python-jstyleson | ||
3 | _name=${pkgname#python-} | ||
4 | pkgver=0.0.2 | ||
5 | pkgrel=1 | ||
6 | pkgdesc="Library to parse JSON with js-style comments." | ||
7 | arch=('any') | ||
8 | url="https://pypi.org/project/jstyleson/" | ||
9 | license=('MIT') | ||
10 | depends=('python') | ||
11 | makedepends=('python-setuptools') | ||
12 | source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") | ||
13 | sha256sums=('680003f3b15a2959e4e6a351f3b858e3c07dd3e073a0d54954e34d8ea5e1308e') | ||
14 | |||
15 | build() { | ||
16 | cd "${_name}-${pkgver}" | ||
17 | python setup.py build | ||
18 | } | ||
19 | |||
20 | package() { | ||
21 | cd "${_name}-${pkgver}" | ||
22 | python setup.py install --root="$pkgdir" --optimize=1 | ||
23 | } | ||