[arch-commits] Commit in python-jaraco.envs/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Tue Dec 7 03:13:42 UTC 2021


    Date: Tuesday, December 7, 2021 @ 03:13:42
  Author: felixonmars
Revision: 1065451

archrelease: copy trunk to community-staging-any

Added:
  python-jaraco.envs/repos/community-staging-any/PKGBUILD
    (from rev 1065450, python-jaraco.envs/trunk/PKGBUILD)
Deleted:
  python-jaraco.envs/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-07 03:13:35 UTC (rev 1065450)
+++ PKGBUILD	2021-12-07 03:13:42 UTC (rev 1065451)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-jaraco.envs
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="Classes for orchestrating Python (virtual) environments"
-url="https://github.com/jaraco/jaraco.envs"
-license=('MIT')
-arch=('any')
-depends=('python-jaraco' 'python-path' 'python-virtualenv' 'python-tox')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
-              'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy')
-source=("https://github.com/jaraco/jaraco.envs/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('67a4db98ca4306bc9428adafadf824d315efd2e533940bd21b41fa34c5acd9b4da092850f4c7296a81511e029f8ae3861b2108d649eed851d63231f1b954326d')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd jaraco.envs-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jaraco.envs-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jaraco.envs-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jaraco.envs/repos/community-staging-any/PKGBUILD (from rev 1065450, python-jaraco.envs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-07 03:13:42 UTC (rev 1065451)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jaraco.envs
+pkgver=2.1.1
+pkgrel=3
+pkgdesc="Classes for orchestrating Python (virtual) environments"
+url="https://github.com/jaraco/jaraco.envs"
+license=('MIT')
+arch=('any')
+depends=('python-jaraco' 'python-path' 'python-virtualenv' 'python-tox')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 'python-pytest-cov'
+              'python-pytest-enabler' 'python-pytest-flake8' 'python-pytest-mypy'
+              'python-pip')
+source=("https://github.com/jaraco/jaraco.envs/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('67a4db98ca4306bc9428adafadf824d315efd2e533940bd21b41fa34c5acd9b4da092850f4c7296a81511e029f8ae3861b2108d649eed851d63231f1b954326d')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd jaraco.envs-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd jaraco.envs-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jaraco.envs-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list