blob: af795e3556b903436df9007658a701da08d37fb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-humps-git
pkgdesc = Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python
pkgver = 365.a0f712b
pkgrel = 1
url = https://github.com/nficano/humps
arch = any
license = unlicense
makedepends = git
makedepends = python-build
makedepends = python-poetry-core
makedepends = python-installer
depends = python
provides = python-humps
source = git+https://github.com/nficano/humps.git
sha256sums = SKIP
pkgname = python-humps-git
|