summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stegeman2020-02-18 11:14:57 -0900
committerMichael Stegeman2020-02-18 11:15:24 -0900
commit5de2f5a613c278fe6e88c218de68cb608badc69d (patch)
tree681d884a2bae6d55abe35fb64526b8cf7ef24339
parent56a112a1b4cc4a663b58fa005ff694ca7b117893 (diff)
downloadaur-5de2f5a613c278fe6e88c218de68cb608badc69d.tar.gz
Simplify packaging. (#3)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 116cec38a092..cc44bd87ff99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webthings-gateway
pkgdesc = WebThings Gateway by Mozilla
pkgver = 0.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://iot.mozilla.org/gateway/
install = webthings-gateway.install
arch = x86_64
@@ -9,24 +9,18 @@ pkgbase = webthings-gateway
makedepends = git
makedepends = jq
makedepends = npm
- makedepends = python-setuptools
makedepends = python2
depends = lsb-release
depends = nodejs>=8.0.0
depends = nodejs<13.0.0
depends = pagekite
depends = python-adapt-parser
- depends = python-argparse
depends = python-gateway-addon
- depends = python-pip
- depends = python-pyee
- depends = python-six
optdepends = avahi: mDNS hostname broadcast and resolution
optdepends = ffmpeg: required for video transcoding in ONVIF and virtual things add-on
optdepends = iputils: required for network presence add-on
optdepends = mosquitto: required for some MQTT add-ons
source = webthings-gateway-0.11.0.tar.gz::https://github.com/mozilla-iot/gateway/archive/0.11.0.tar.gz
- source = gateway-addon-python.tar.gz::https://github.com/mozilla-iot/gateway-addon-python/archive/v0.11.0.tar.gz
source = intent-parser.zip::https://github.com/mozilla-iot/intent-parser/archive/52b1d7f1f9d53d83adb813bc7bfbbbed203c0627.zip
source = webthings-gateway.conf
source = webthings-gateway.install
@@ -35,7 +29,6 @@ pkgbase = webthings-gateway
source = webthings-gateway.sh
source = webthings-gateway.sysusers
sha256sums = 2b1b79b92af7e580b9d520c5e439197893f9fa2e77a6e04e57a1a395dd896c6a
- sha256sums = 748ab1687c96fbad54832bf44db0b169a1d8d9cc6595d861ded4218e90a7a159
sha256sums = b59382026981c14bd5a08c82cb88d9ebb159ed98b0fb7bcaf954bc2f41f7b2d5
sha256sums = 8c2f4a28c9bdd4571d27e98e1f4beecd9fc7d8bfa57c412f2d749d4c0a774cde
sha256sums = 60a275bf3a4b93defcc2a47a0833e9baf2e019443f401a4399e81277f8c9bf5c
diff --git a/PKGBUILD b/PKGBUILD
index d398a859515c..98e60a31c872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Stegeman <mstegeman@mozilla.com>
pkgname=webthings-gateway
pkgver=0.11.0
-pkgrel=1
+pkgrel=2
pkgdesc='WebThings Gateway by Mozilla'
url='https://iot.mozilla.org/gateway/'
arch=('x86_64')
@@ -12,18 +12,12 @@ depends=(
'nodejs<13.0.0' # we only test up to 12.x
'pagekite'
'python-adapt-parser'
- 'python-argparse' # this is really a dependency of python-adapt-parser
'python-gateway-addon'
- 'python-pip'
- 'python-pyee' # this is really a dependency of python-adapt-parser
- 'python-six' # this is really a dependency of python-adapt-parser
)
makedepends=(
'git'
'jq'
'npm'
- 'python-setuptools'
- 'python-wheel'
'python2'
)
optdepends=(
@@ -35,7 +29,6 @@ optdepends=(
backup=()
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/mozilla-iot/gateway/archive/${pkgver}.tar.gz"
- "gateway-addon-python.tar.gz::https://github.com/mozilla-iot/gateway-addon-python/archive/v0.11.0.tar.gz"
"intent-parser.zip::https://github.com/mozilla-iot/intent-parser/archive/52b1d7f1f9d53d83adb813bc7bfbbbed203c0627.zip"
"${pkgname}.conf"
"${pkgname}.install"
@@ -46,7 +39,6 @@ source=(
)
sha256sums=(
'2b1b79b92af7e580b9d520c5e439197893f9fa2e77a6e04e57a1a395dd896c6a'
- '748ab1687c96fbad54832bf44db0b169a1d8d9cc6595d861ded4218e90a7a159'
'b59382026981c14bd5a08c82cb88d9ebb159ed98b0fb7bcaf954bc2f41f7b2d5'
'8c2f4a28c9bdd4571d27e98e1f4beecd9fc7d8bfa57c412f2d749d4c0a774cde'
'60a275bf3a4b93defcc2a47a0833e9baf2e019443f401a4399e81277f8c9bf5c'