[arch-commits] Commit in python-bcj-cffi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Nov 10 20:46:38 UTC 2021
Date: Wednesday, November 10, 2021 @ 20:46:38
Author: arojas
Revision: 1040318
archrelease: copy trunk to community-x86_64
Added:
python-bcj-cffi/repos/community-x86_64/PKGBUILD
(from rev 1040317, python-bcj-cffi/trunk/PKGBUILD)
Deleted:
python-bcj-cffi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-10 20:46:28 UTC (rev 1040317)
+++ PKGBUILD 2021-11-10 20:46:38 UTC (rev 1040318)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=bcj-cffi
-pkgname=python-bcj-cffi
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="BCJ(Branch-Call-Jump) filter for python"
-arch=('x86_64')
-url="https://github.com/miurahr/${_pkgname}"
-license=('LGPL')
-depends=('python-cffi')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('2b4a5d1252e72bea5a5eb1e51650435825299b0e87c25ddfd21a1623514fd0cc')
-b2sums=('f31161555597c477b052ad42ac42642b97788c3eb6a22cc48872429456a8665c9b810910a2a1f84c99a40135c17f7bbe0829115643f7d495d2d52cfc6c7a50b5')
-
-prepare() {
- cd "${srcdir}"/${_pkgname}-${pkgver}
-
- # thou shalt not force coverage reports on innocent unittest users
- sed -i '/^addopts/d' tox.ini
-}
-
-build(){
- cd "${srcdir}"/${_pkgname}-${pkgver}
-
- python setup.py build
-}
-
-check() {
- cd "${srcdir}"/${_pkgname}-${pkgver}
-
- pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
- PYTHONPATH="${pythonpaths[0]}" pytest -rsx
-}
-
-package() {
- cd "${srcdir}"/${_pkgname}-${pkgver}
-
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
Copied: python-bcj-cffi/repos/community-x86_64/PKGBUILD (from rev 1040317, python-bcj-cffi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-10 20:46:38 UTC (rev 1040318)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=bcj-cffi
+pkgname=python-bcj-cffi
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="BCJ(Branch-Call-Jump) filter for python"
+arch=('x86_64')
+url="https://github.com/miurahr/${_pkgname}"
+license=('LGPL')
+depends=('python-cffi')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('2b4a5d1252e72bea5a5eb1e51650435825299b0e87c25ddfd21a1623514fd0cc')
+b2sums=('f31161555597c477b052ad42ac42642b97788c3eb6a22cc48872429456a8665c9b810910a2a1f84c99a40135c17f7bbe0829115643f7d495d2d52cfc6c7a50b5')
+
+prepare() {
+ cd ${_pkgname}-${pkgver}
+
+ # thou shalt not force coverage reports on innocent unittest users
+ sed -i '/^addopts/d' tox.ini
+}
+
+build(){
+ cd ${_pkgname}-${pkgver}
+
+ python setup.py build
+}
+
+check() {
+ cd ${_pkgname}-${pkgver}
+
+ pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
+ PYTHONPATH="${pythonpaths[0]}" pytest -rsx
+}
+
+package() {
+ cd ${_pkgname}-${pkgver}
+
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list