From c36ef0bec1c968d240120c9e4442ddd0b233253e Mon Sep 17 00:00:00 2001
From: Yigit Sever
Date: Thu, 8 Jun 2023 01:29:34 +0300
Subject: Deleted package: python-jstyleson

---
 python-jstyleson/PKGBUILD | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 python-jstyleson/PKGBUILD

(limited to 'python-jstyleson/PKGBUILD')

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 @@
-# Maintainer: Yigit Sever <yigit at yigitsever dot com>
-pkgname=python-jstyleson
-_name=${pkgname#python-}
-pkgver=0.0.2
-pkgrel=1
-pkgdesc="Library to parse JSON with js-style comments."
-arch=('any')
-url="https://pypi.org/project/jstyleson/"
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('680003f3b15a2959e4e6a351f3b858e3c07dd3e073a0d54954e34d8ea5e1308e')
-
-build() {
-  cd "${_name}-${pkgver}"
-	python setup.py build
-}
-
-package() {
-	cd "${_name}-${pkgver}"
-	python setup.py install --root="$pkgdir" --optimize=1
-}
-- 
cgit v1.2.3-70-g09d2