summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorBlair Bonnett2024-02-29 21:02:21 +0100
committerBlair Bonnett2024-02-29 21:02:21 +0100
commit4c7ff24c9a37ba35d862cf32fcd2333fcce8f8c0 (patch)
treec91d50c9da7e2bc09b0ea5559d069c86e0b52402 /.SRCINFO
parent9d5b0d412671db99ca730cb45462974cda419cc5 (diff)
downloadaur-4c7ff24c9a37ba35d862cf32fcd2333fcce8f8c0.tar.gz
Switch to PEP517 build
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO10
1 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66eb99a4fa39..1eb6ce97e585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = jupyterhub-sudospawner
pkgdesc = Spawn JupyterHub single-user servers with sudo
pkgver = 0.5.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jupyterhub/sudospawner
arch = any
- license = BSD
+ license = BSD-3-Clause
+ makedepends = python-build
+ makedepends = python-installer
makedepends = python-setuptools
+ makedepends = python-wheel
depends = jupyterhub
depends = jupyter-notebook
- source = https://github.com/jupyterhub/sudospawner/archive/0.5.2.tar.gz
+ source = sudospawner-0.5.2.tar.gz::https://github.com/jupyterhub/sudospawner/archive/0.5.2.tar.gz
sha256sums = bee2f1fff8795918408a9cf9eef5988b5eff48c2dac38d37adba2cbdd8a578a5
pkgname = jupyterhub-sudospawner
-