diff options
author | Mark Wagie | 2022-04-15 09:24:49 -0600 |
---|---|---|
committer | Mark Wagie | 2022-04-15 09:24:49 -0600 |
commit | c7dcabd7d4cbdc274fd8193e2bd9b609ccecf0e4 (patch) | |
tree | bb9e0daaeebbd46883cd8f207d11b8c322aa6b4e /.SRCINFO | |
parent | e75a830718550b7e7c988bfbab8cf08c5236dd86 (diff) | |
download | aur-python-app_paths.tar.gz |
standards based build
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,11 +1,14 @@ pkgbase = python-app_paths pkgdesc = Like appdirs, but with pathlib, path creation and async support. pkgver = 0.0.7 - pkgrel = 2 + pkgrel = 3 url = https://github.com/alexdelorenzo/app_paths arch = any license = LGPL3 + makedepends = python-build + makedepends = python-installer makedepends = python-setuptools + makedepends = python-wheel depends = python-strenum depends = python-aiopath depends = python-anyio |