[arch-commits] Commit in urh/repos (2 files)

2022-07-11 Thread David Runge via arch-commits
Date: Monday, July 11, 2022 @ 15:54:53
  Author: dvzrv
Revision: 1249585

archrelease: copy trunk to community-staging-x86_64

Added:
  urh/repos/community-staging-x86_64/
  urh/repos/community-staging-x86_64/PKGBUILD
(from rev 1249584, urh/trunk/PKGBUILD)

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Copied: urh/repos/community-staging-x86_64/PKGBUILD (from rev 1249584, 
urh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-11 15:54:53 UTC (rev 1249585)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.9.3
+pkgrel=2
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'bladerf: BladeRF backend'
+'python-pylibiio: IIO backend (PlutoSDR)'
+'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
+'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('5d166d6895271a6f2c5cc09f80fef2b7780f4ceec030fdfe229abafa76d77718bc5ca6d0b462c3745e71a28f2172534e756a795c3ec95f4f0f23efab8bd69e82')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}



[arch-commits] Commit in urh/repos (2 files)

2022-05-05 Thread Antonio Rojas via arch-commits
Date: Thursday, May 5, 2022 @ 07:06:08
  Author: arojas
Revision: 1195485

archrelease: copy trunk to community-staging-x86_64

Added:
  urh/repos/community-staging-x86_64/
  urh/repos/community-staging-x86_64/PKGBUILD
(from rev 1195484, urh/trunk/PKGBUILD)

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Copied: urh/repos/community-staging-x86_64/PKGBUILD (from rev 1195484, 
urh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-05 07:06:08 UTC (rev 1195485)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.9.3
+pkgrel=1
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'bladerf: BladeRF backend'
+'python-pylibiio: IIO backend (PlutoSDR)'
+'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
+'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('5d166d6895271a6f2c5cc09f80fef2b7780f4ceec030fdfe229abafa76d77718bc5ca6d0b462c3745e71a28f2172534e756a795c3ec95f4f0f23efab8bd69e82')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}



[arch-commits] Commit in urh/repos (2 files)

2022-02-17 Thread David Runge via arch-commits
Date: Thursday, February 17, 2022 @ 11:19:26
  Author: dvzrv
Revision: 1133701

archrelease: copy trunk to community-staging-x86_64

Added:
  urh/repos/community-staging-x86_64/
  urh/repos/community-staging-x86_64/PKGBUILD
(from rev 1133700, urh/trunk/PKGBUILD)

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Copied: urh/repos/community-staging-x86_64/PKGBUILD (from rev 1133700, 
urh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-02-17 11:19:26 UTC (rev 1133701)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.9.2
+pkgrel=5
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'bladerf: BladeRF backend'
+'python-pylibiio: IIO backend (PlutoSDR)'
+'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
+'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('4cf0ae173be467257d64f9d27aad52ffa73ef3a1b428e8bb8ca5d5647ddca48418f0625cc14b93f434ecb92095162a560f0a89e4e378fc98c38393af44425854')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}



[arch-commits] Commit in urh/repos (2 files)

2021-12-02 Thread Felix Yan via arch-commits
Date: Friday, December 3, 2021 @ 00:42:53
  Author: felixonmars
Revision: 1063982

archrelease: copy trunk to community-staging-x86_64

Added:
  urh/repos/community-staging-x86_64/
  urh/repos/community-staging-x86_64/PKGBUILD
(from rev 1063978, urh/trunk/PKGBUILD)

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Copied: urh/repos/community-staging-x86_64/PKGBUILD (from rev 1063978, 
urh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-12-03 00:42:53 UTC (rev 1063982)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.9.2
+pkgrel=4
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'bladerf: BladeRF backend'
+'libiio: IIO backend (PlutoSDR)'
+'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
+'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('4cf0ae173be467257d64f9d27aad52ffa73ef3a1b428e8bb8ca5d5647ddca48418f0625cc14b93f434ecb92095162a560f0a89e4e378fc98c38393af44425854')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}



[arch-commits] Commit in urh/repos (2 files)

2021-08-23 Thread Felix Yan via arch-commits
Date: Monday, August 23, 2021 @ 15:39:12
  Author: felixonmars
Revision: 1004409

archrelease: copy trunk to community-staging-x86_64

Added:
  urh/repos/community-staging-x86_64/
  urh/repos/community-staging-x86_64/PKGBUILD
(from rev 1004408, urh/trunk/PKGBUILD)

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Copied: urh/repos/community-staging-x86_64/PKGBUILD (from rev 1004408, 
urh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-08-23 15:39:12 UTC (rev 1004409)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.9.2
+pkgrel=3
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'bladerf: BladeRF backend'
+'libiio: IIO backend (PlutoSDR)'
+'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
+'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('4cf0ae173be467257d64f9d27aad52ffa73ef3a1b428e8bb8ca5d5647ddca48418f0625cc14b93f434ecb92095162a560f0a89e4e378fc98c38393af44425854')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}



[arch-commits] Commit in urh/repos (2 files)

2021-07-23 Thread Kyle Keen via arch-commits
Date: Friday, July 23, 2021 @ 16:45:00
  Author: kkeen
Revision: 984548

archrelease: copy trunk to community-staging-x86_64

Added:
  urh/repos/community-staging-x86_64/
  urh/repos/community-staging-x86_64/PKGBUILD
(from rev 984547, urh/trunk/PKGBUILD)

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Copied: urh/repos/community-staging-x86_64/PKGBUILD (from rev 984547, 
urh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-23 16:45:00 UTC (rev 984548)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.9.2
+pkgrel=2
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'bladerf: BladeRF backend'
+'libiio: IIO backend (PlutoSDR)'
+'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
+'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('4cf0ae173be467257d64f9d27aad52ffa73ef3a1b428e8bb8ca5d5647ddca48418f0625cc14b93f434ecb92095162a560f0a89e4e378fc98c38393af44425854')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}



[arch-commits] Commit in urh/repos (2 files)

2020-12-31 Thread Kyle Keen via arch-commits
Date: Thursday, December 31, 2020 @ 09:11:01
  Author: kkeen
Revision: 800364

archrelease: copy trunk to community-staging-x86_64

Added:
  urh/repos/community-staging-x86_64/
  urh/repos/community-staging-x86_64/PKGBUILD
(from rev 800363, urh/trunk/PKGBUILD)

--+
 PKGBUILD |   49 +
 1 file changed, 49 insertions(+)

Copied: urh/repos/community-staging-x86_64/PKGBUILD (from rev 800363, 
urh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-31 09:11:01 UTC (rev 800364)
@@ -0,0 +1,49 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.9.0
+pkgrel=3
+pkgdesc='Universal Radio Hacker: investigate wireless protocols like a boss'
+arch=('x86_64')
+url='https://github.com/jopohl/urh'
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'cython')
+makedepends=('gcc' 'python-setuptools' 'airspy' 'hackrf' 'libuhd' 'limesuite' 
'rtl-sdr' 'bladerf' 'libiio')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: Airspy backend'
+'cython: compiling native modules inside URH'
+'hackrf: HackRF backend'
+'libuhd: USRP backend'
+'limesuite: LimeSDR backend'
+'rtl-sdr: RTL-SDR backend'
+'gnuradio: GNURadio backend'
+'bladerf: BladeRF backend'
+'libiio: IIO backend (PlutoSDR)'
+'gnuradio-osmosdr: OsmoSDR backend, via GNURadio'
+'python-pyaudio: Soundcard backend')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('f385b8c921d8439ba121d60a0c160608e7e0c82db03420aa363aac2074e09deafe9bee02ecac96c74f5dcefb9367e1080cfd265b461dc596fcc8e285ea9298ad')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}