py3-anyjson: drop port

This commit is contained in:
Drew DeVault 2022-10-02 11:56:01 +02:00
parent 911b0b2f03
commit 4da8fe0ab9
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-anyjson
_pyname=anyjson
pkgver=0.3.3
pkgrel=0
pkgdesc="Wraps the best available JSON implementation available in a common interface"
url="http://pypi.python.org/pypi/anyjson"
arch="noarch"
license="BSD"
depends="python3"
makedepends="py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
build() {
python3 setup.py build
}
check() {
python3 setup.py check
}
package() {
python3 setup.py install --root="$pkgdir" --optimize=1
}
sha512sums="9e70df3cb8bfe2348fdb0eb03cf3c33ca5a1171aca6467787fc28c161354b5ebe89b2f73badfa00708774d6825799860493ddcac7f5da8cc9c251b92b5a343bc anyjson-0.3.3.tar.gz"