[arch-commits] Commit in python-pytest-enabler/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jan 21 16:50:29 UTC 2021


    Date: Thursday, January 21, 2021 @ 16:50:29
  Author: felixonmars
Revision: 824105

archrelease: copy trunk to community-any

Added:
  python-pytest-enabler/repos/community-any/PKGBUILD
    (from rev 824104, python-pytest-enabler/trunk/PKGBUILD)
Deleted:
  python-pytest-enabler/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-21 16:50:02 UTC (rev 824104)
+++ PKGBUILD	2021-01-21 16:50:29 UTC (rev 824105)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-enabler
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Enable installed pytest plugins'
-arch=('any')
-license=('MIT')
-url='https://github.com/jaraco/pytest-enabler'
-depends=('python-toml' 'python-jaraco' 'python-jaraco.context' 'python-more-itertools')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-jaraco.test' 'python-pytest-black' 'python-pytest-checkdocs'
-              'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-mypy')
-source=("https://github.com/jaraco/pytest-enabler/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e3c6f7bae5ebc662724653ef177560e34bafc902b371358f6cf6087c9b7b921b0effbacb1b16db81827774d7567af71445b4ac531a75cae8c59321c9ba2194ad')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-enabler-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytest-enabler-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD" pytest
-}
-
-package() {
-  cd pytest-enabler-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-enabler/repos/community-any/PKGBUILD (from rev 824104, python-pytest-enabler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-21 16:50:29 UTC (rev 824105)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-enabler
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Enable installed pytest plugins'
+arch=('any')
+license=('MIT')
+url='https://github.com/jaraco/pytest-enabler'
+depends=('python-toml' 'python-jaraco' 'python-jaraco.context' 'python-more-itertools')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-jaraco.test' 'python-pytest-black' 'python-pytest-checkdocs'
+              'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-mypy')
+source=("https://github.com/jaraco/pytest-enabler/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('7b98d553ee5e5f459f5eb94a2b35e9b03e5e7642117ab65a98bbde878e25d15baf57a72ca350c96e6d3e22d93c63f0e57ed1cb523173f75e646da4f077b3c643')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-enabler-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytest-enabler-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD" pytest
+}
+
+package() {
+  cd pytest-enabler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list