blob: b60051d1fe1acb6abe97a70ba7eb915257ae29da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-cmudict
pkgdesc = A versioned python wrapper package for cmudict
pkgver = 1.1.2
pkgrel = 1
url = https://github.com/prosegrinder/python-cmudict
arch = any
license = GPL-3.0-or-later
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
depends = python
source = git+https://github.com/prosegrinder/python-cmudict.git#tag=v1.1.2
source = git+https://github.com/cmusphinx/cmudict.git
sha256sums = c46ee4e3033695575602cf9435f3e0c99de72e26deef7e0f3c31b47b3eae4259
sha256sums = SKIP
pkgname = python-cmudict
|