[arch-commits] Commit in python-pytest-env/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:36:35 UTC 2021


    Date: Friday, December 3, 2021 @ 00:36:35
  Author: felixonmars
Revision: 1063898

archrelease: copy trunk to community-staging-any

Added:
  python-pytest-env/repos/community-staging-any/PKGBUILD
    (from rev 1063896, python-pytest-env/trunk/PKGBUILD)
Deleted:
  python-pytest-env/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:36:32 UTC (rev 1063897)
+++ PKGBUILD	2021-12-03 00:36:35 UTC (rev 1063898)
@@ -1,28 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-# Contributor: Rafael Fontenelle <rafaelff at gnome.org>
-
-pkgname=python-pytest-env
-pkgver=0.6.2
-_commit=afb13a0e908f649b69273f299262ac12f1b71113
-pkgrel=3
-pkgdesc='pytest plugin used to set environment variables'
-arch=(any)
-url='https://github.com/MobileDynasty/pytest-env'
-license=(MIT)
-depends=(python-pytest)
-makedepends=(python-setuptools)
-# Upstream does not use git tags, and the tarball on PyPI does not include the LICENSE file
-# https://github.com/MobileDynasty/pytest-env/issues/6
-source=($pkgname-$pkgver.tar.gz::https://github.com/MobileDynasty/pytest-env/archive/$_commit/$pkgname-$_commit.tar.gz)
-sha256sums=('653b29ab430dc99ee442776415ebf4e82e225b203d993108f0bf4845f8dbeaa8')
-
-build() {
-  cd pytest-env-$_commit
-  python setup.py build
-}
-
-package() {
-  cd pytest-env-$_commit
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pytest-env/repos/community-staging-any/PKGBUILD (from rev 1063896, python-pytest-env/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:36:35 UTC (rev 1063898)
@@ -0,0 +1,28 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Rafael Fontenelle <rafaelff at gnome.org>
+
+pkgname=python-pytest-env
+pkgver=0.6.2
+_commit=afb13a0e908f649b69273f299262ac12f1b71113
+pkgrel=4
+pkgdesc='pytest plugin used to set environment variables'
+arch=(any)
+url='https://github.com/MobileDynasty/pytest-env'
+license=(MIT)
+depends=(python-pytest)
+makedepends=(python-setuptools)
+# Upstream does not use git tags, and the tarball on PyPI does not include the LICENSE file
+# https://github.com/MobileDynasty/pytest-env/issues/6
+source=($pkgname-$pkgver.tar.gz::https://github.com/MobileDynasty/pytest-env/archive/$_commit/$pkgname-$_commit.tar.gz)
+sha256sums=('653b29ab430dc99ee442776415ebf4e82e225b203d993108f0bf4845f8dbeaa8')
+
+build() {
+  cd pytest-env-$_commit
+  python setup.py build
+}
+
+package() {
+  cd pytest-env-$_commit
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list