Date: Monday, December 5, 2022 @ 22:04:01
Author: arojas
Revision: 1356644
archrelease: copy trunk to community-x86_64
Added:
python-pyvex/repos/community-x86_64/PKGBUILD
(from rev 1356643, python-pyvex/trunk/PKGBUILD)
Deleted:
python-pyvex/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-05 22:03:52 UTC (rev 1356643)
+++ PKGBUILD 2022-12-05 22:04:01 UTC (rev 1356644)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_pyname=pyvex
-pkgname=python-${_pyname}
-pkgver=9.2.25
-pkgrel=1
-pkgdesc="Python bindings for Valgrind's VEX IR"
-url='https://github.com/angr/pyvex'
-license=('BSD')
-arch=('x86_64')
-depends=('python' 'python-archinfo' 'python-bitstring' 'python-cffi'
'python-setuptools')
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest')
-source=("git+${url}.git#commit=v${pkgver}"
- git+https://github.com/angr/vex.git)
-sha512sums=('SKIP'
- 'SKIP')
-
-prepare() {
- cd ${_pyname}
- git submodule init
- git config submodule."vex".url "${srcdir}/vex"
- git -c protocol.file.allow=always submodule update --recursive
-
- sed 's/FLAGS=/FLAGS+=/g' -i pyvex_c/Makefile
- sed 's/-shared/$(LDFLAGS) -shared/' -i "${srcdir}"/vex/Makefile-gcc
-}
-
-build() {
- cd ${_pyname}
- export EXTRA_CFLAGS="${CFLAGS} ${CPPFLAGS}"
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd ${_pyname}
- # TODO: enable all tests once angr is packaged
- rm tests/test_spotter.py
- PYTHONPATH=build/lib pytest
-}
-
-package() {
- cd ${_pyname}
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-pyvex/repos/community-x86_64/PKGBUILD (from rev 1356643,
python-pyvex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-05 22:04:01 UTC (rev 1356644)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_pyname=pyvex
+pkgname=python-${_pyname}
+pkgver=9.2.26
+pkgrel=1
+pkgdesc="Python bindings for Valgrind's VEX IR"
+url='https://github.com/angr/pyvex'
+license=('BSD')
+arch=('x86_64')
+depends=('python' 'python-archinfo' 'python-bitstring' 'python-cffi'
'python-setuptools')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytest')
+source=("git+${url}.git#commit=v${pkgver}"
+ git+https://github.com/angr/vex.git)
+sha512sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+ cd ${_pyname}
+ git submodule init
+ git config submodule."vex".url "${srcdir}/vex"
+ git -c protocol.file.allow=always submodule update --recursive
+
+ sed 's/FLAGS=/FLAGS+=/g' -i pyvex_c/Makefile
+ sed 's/-shared/$(LDFLAGS) -shared/' -i "${srcdir}"/vex/Makefile-gcc
+}
+
+build() {
+ cd ${_pyname}
+ export EXTRA_CFLAGS="${CFLAGS} ${CPPFLAGS}"
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd ${_pyname}
+ # TODO: enable all tests once angr is packaged
+ rm tests/test_spotter.py
+ PYTHONPATH=build/lib pytest
+}
+
+package() {
+ cd ${_pyname}
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: