[arch-commits] Commit in python-easyprocess/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Nov 11 11:04:02 UTC 2020
Date: Wednesday, November 11, 2020 @ 11:04:02
Author: felixonmars
Revision: 750753
archrelease: copy trunk to community-staging-any
Added:
python-easyprocess/repos/community-staging-any/PKGBUILD
(from rev 750751, python-easyprocess/trunk/PKGBUILD)
Deleted:
python-easyprocess/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 11:03:58 UTC (rev 750752)
+++ PKGBUILD 2020-11-11 11:04:02 UTC (rev 750753)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=EasyProcess
-pkgname=python-${_pkg,,}
-pkgver=0.3
-pkgrel=2
-pkgdesc="Easy to use python subprocess interface"
-arch=(any)
-url="https://github.com/ponty/EasyProcess"
-license=(BSD)
-depends=(python)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-nose python-pyvirtualdisplay iputils xorg-server-xvfb)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('fb948daac01f64c1e49750752711253614846c6fc7e5692a718a7408f2ffb984')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_pkg}-${pkgver}
- PYTHONPATH="${PWD}/build/lib/" pytest
-}
-
-package() {
- cd ${_pkg}-${pkgver}
- python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
- install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: python-easyprocess/repos/community-staging-any/PKGBUILD (from rev 750751, python-easyprocess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 11:04:02 UTC (rev 750753)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=EasyProcess
+pkgname=python-${_pkg,,}
+pkgver=0.3
+pkgrel=3
+pkgdesc="Easy to use python subprocess interface"
+arch=(any)
+url="https://github.com/ponty/EasyProcess"
+license=(BSD)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-nose python-pyvirtualdisplay iputils xorg-server-xvfb)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('fb948daac01f64c1e49750752711253614846c6fc7e5692a718a7408f2ffb984')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_pkg}-${pkgver}
+ PYTHONPATH="${PWD}/build/lib/" pytest
+}
+
+package() {
+ cd ${_pkg}-${pkgver}
+ python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+ install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
More information about the arch-commits
mailing list