blob: 87a3226523a47121ae3ea2ea5f3c5fab917fba7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-wn
pkgdesc = Wordnet interface library
pkgver = 1.1.0
pkgrel = 1
url = https://wn.readthedocs.io
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-benchmark
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-httpx
source = wn-1.1.0.tar.gz::https://github.com/goodmami/wn/archive/refs/tags/v1.1.0.tar.gz
sha256sums = b5f7a9706b4cdb0cd364f1d184e381793d2d694e32fbb6cbddbb5bf4a5c67dcc
pkgname = python-wn
|