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

Felix Yan felixonmars at archlinux.org
Wed Jan 6 15:06:19 UTC 2021


    Date: Wednesday, January 6, 2021 @ 15:06:19
  Author: felixonmars
Revision: 810879

upgpkg: python-jaraco.envs 2.1.0-1

Modified:
  python-jaraco.envs/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-06 15:05:43 UTC (rev 810878)
+++ PKGBUILD	2021-01-06 15:06:19 UTC (rev 810879)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-jaraco.envs
-pkgver=2.0.0
-pkgrel=4
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Classes for orchestrating Python (virtual) environments"
 url="https://github.com/jaraco/jaraco.envs"
 license=('MIT')
@@ -9,17 +9,13 @@
 arch=('any')
 depends=('python-jaraco' 'python-path' 'python-virtualenv' 'python-tox')
 makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-black' 'python-pytest-cov' 'python-pytest-flake8')
+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=('a834f72ae5b3e0633f1d794a28914e653807ba27a9184724a651ed8ee7d8d0541fef6d5888a47ac53f386dcd8b701d305ae68ddcf56bec5992e49272a641ea38')
+sha512sums=('4aaebe54df1a7f117ded41c7faed13924b29bb0d7b780581cdf7aa4c596265f590f8e782a50629389d30cde288384f98e8a4194f1f023f5580a8a1967d10d9b3')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
-prepare() {
-  cd jaraco.envs-$pkgver
-  sed -i '/tox-venv/d' setup.cfg
-}
-
 build() {
   cd jaraco.envs-$pkgver
   python setup.py build



More information about the arch-commits mailing list