[arch-commits] Commit in python-pytest-datadir/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 21:54:30 UTC 2021
Date: Thursday, December 2, 2021 @ 21:54:30
Author: foutrelis
Revision: 1062740
archrelease: copy trunk to community-staging-any
Added:
python-pytest-datadir/repos/community-staging-any/PKGBUILD
(from rev 1062739, python-pytest-datadir/trunk/PKGBUILD)
Deleted:
python-pytest-datadir/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 21:54:27 UTC (rev 1062739)
+++ PKGBUILD 2021-12-02 21:54:30 UTC (rev 1062740)
@@ -1,32 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-_pkgname=pytest-datadir
-pkgname=python-$_pkgname
-pkgver=1.3.1
-pkgrel=4
-pkgdesc='pytest plugin for test data directories and files'
-arch=('any')
-url='https://github.com/gabrielcnr/pytest-datadir'
-license=('MIT')
-depends=('python-pytest')
-makedepends=('python-setuptools-scm')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('cfd5134b42ba74d6deaf0797e514969f418ee3ee01e1b559003e7f30d713fa78a79ab392f09494ba057bbd4b2caf1c2c2fafe8b9cf9eeecac3aa18c1180ab182')
-
-
-build() {
- cd $_pkgname-$pkgver
-
- SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python setup.py build
-}
-
-package() {
- cd $_pkgname-$pkgver
-
- SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- rm "$pkgdir"/usr/LICENSE
- install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-pytest-datadir/repos/community-staging-any/PKGBUILD (from rev 1062739, python-pytest-datadir/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 21:54:30 UTC (rev 1062740)
@@ -0,0 +1,32 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=pytest-datadir
+pkgname=python-$_pkgname
+pkgver=1.3.1
+pkgrel=5
+pkgdesc='pytest plugin for test data directories and files'
+arch=('any')
+url='https://github.com/gabrielcnr/pytest-datadir'
+license=('MIT')
+depends=('python-pytest')
+makedepends=('python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('cfd5134b42ba74d6deaf0797e514969f418ee3ee01e1b559003e7f30d713fa78a79ab392f09494ba057bbd4b2caf1c2c2fafe8b9cf9eeecac3aa18c1180ab182')
+
+
+build() {
+ cd $_pkgname-$pkgver
+
+ SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python setup.py build
+}
+
+package() {
+ cd $_pkgname-$pkgver
+
+ SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ rm "$pkgdir"/usr/LICENSE
+ install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list