Date: Friday, September 2, 2022 @ 20:04:38
  Author: felixonmars
Revision: 1290987

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-02 20:04:24 UTC (rev 1290986)
+++ PKGBUILD    2022-09-02 20:04:38 UTC (rev 1290987)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@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/
-}

Copied: python-jaraco.envs/repos/community-any/PKGBUILD (from rev 1290986, 
python-jaraco.envs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-02 20:04:38 UTC (rev 1290987)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=python-jaraco.envs
+pkgver=2.4.0
+pkgrel=2
+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-enabler' 'python-pytest-mypy')
+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/
+}

Reply via email to