[arch-commits] Commit in python-jaraco.envs/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Mar 15 14:01:07 UTC 2021


    Date: Monday, March 15, 2021 @ 14:01:07
  Author: felixonmars
Revision: 891485

upgpkg: python-jaraco.envs 2.1.1-1

Modified:
  python-jaraco.envs/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 14:01:03 UTC (rev 891484)
+++ PKGBUILD	2021-03-15 14:01:07 UTC (rev 891485)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-jaraco.envs
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="Classes for orchestrating Python (virtual) environments"
 url="https://github.com/jaraco/jaraco.envs"
@@ -12,7 +12,7 @@
 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=('4aaebe54df1a7f117ded41c7faed13924b29bb0d7b780581cdf7aa4c596265f590f8e782a50629389d30cde288384f98e8a4194f1f023f5580a8a1967d10d9b3')
+sha512sums=('67a4db98ca4306bc9428adafadf824d315efd2e533940bd21b41fa34c5acd9b4da092850f4c7296a81511e029f8ae3861b2108d649eed851d63231f1b954326d')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -30,8 +30,5 @@
   cd jaraco.envs-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 
-  rm "$pkgdir"/usr/lib/python3.9/site-packages/jaraco/__init__.py \
-     "$pkgdir"/usr/lib/python3.9/site-packages/jaraco/__pycache__/__init__.cpython-39.pyc
-
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



More information about the arch-commits mailing list