summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortplasdio2022-09-27 19:21:23 +0000
committertplasdio2022-09-27 19:21:23 +0000
commitb6e059eb3a69539fa5a5594583640babcddcd326 (patch)
tree871a2ce4673cb6e60725de0ccee86507901e8049
parentf92568cb4f9b04c90b20fbf195904952491a92d8 (diff)
downloadaur-b6e059eb3a69539fa5a5594583640babcddcd326.tar.gz
wheel as makedep, service-identity as optdep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 622353742ad8..56f5351f4d7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ilua-git
pkgdesc = Portable Lua kernel for Jupyter
pkgver = 0.2.1.r135.05eb181
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/guysv/ilua
arch = any
license = GPL2
makedepends = python-setuptools
+ makedepends = python-wheel
makedepends = git
depends = python
depends = lua
@@ -15,7 +16,7 @@ pkgbase = ilua-git
depends = python-twisted
depends = python-termcolor
depends = python-pygments
- depends = python-service-identity
+ optdepends = python-service-identity: for TLS client hostname verification
provides = ilua
source = git+https://github.com/guysv/ilua
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0d45227511c0..7c4fb778a934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: articpenguin <julia.schweinz at mailfence dot com>
-# Contributor: micwoj92
+# Contributor: Michal Wojdyla <micwoj9292 at gmail dot com>
pkgname=ilua-git
_pkgname=ilua
pkgver=0.2.1.r135.05eb181
-pkgrel=2
+pkgrel=3
pkgdesc="Portable Lua kernel for Jupyter "
arch=(any)
url="https://github.com/guysv/ilua"
@@ -18,12 +18,16 @@ depends=(
python-twisted
python-termcolor
python-pygments
- python-service-identity
)
makedepends=(
python-setuptools
+ #python-setuptools-scm
+ python-wheel
git
)
+optdepends=(
+ 'python-service-identity: for TLS client hostname verification'
+)
provides=('ilua')
#conflicts=('') # It installs the kernel in /usr/share/jupyter/kernels/lua, not sure if it would conflict with other Lua Jupyter kernels packaged in the future
source=("git+$url")