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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 08:56:59 UTC 2022


    Date: Tuesday, August 30, 2022 @ 08:56:59
  Author: felixonmars
Revision: 1288496

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 08:56:44 UTC (rev 1288495)
+++ PKGBUILD	2022-08-30 08:56:59 UTC (rev 1288496)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-jaraco.envs
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Classes for orchestrating Python (virtual) environments"
-url="https://github.com/jaraco/jaraco.envs"
-license=('MIT')
-arch=('any')
-depends=('python-path' 'python-virtualenv' 'python-tox')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-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=('a2b098fb9ee0ec1f1cc281fec7fb177130b1f15768e0072be01e1288df0f328b902745315af3a58b2f2ebd85c224eb118e122e23bffd6cc000793c306abc0d55')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd jaraco.envs-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd jaraco.envs-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jaraco.envs-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jaraco.envs/repos/community-any/PKGBUILD (from rev 1288495, python-jaraco.envs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 08:56:59 UTC (rev 1288496)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-jaraco.envs
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Classes for orchestrating Python (virtual) environments"
+url="https://github.com/jaraco/jaraco.envs"
+license=('MIT')
+arch=('any')
+depends=('python-path' 'python-virtualenv' 'python-tox')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest-checkdocs' 'python-pytest-enabler' 'python-pytest-mypy'
+              'python-pip')
+source=("https://github.com/jaraco/jaraco.envs/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('08610971183227ac92aafdb7dbf92c9045a0ccd20ed451fd36c9c71dc869a86559d75fdfc64de18a1f7a0ebef6666d66896eef162e9c8482203e75a9b2f0a1f6')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd jaraco.envs-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd jaraco.envs-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jaraco.envs-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list