[arch-commits] Commit in python-pdm/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Aug 30 08:59:01 UTC 2022


    Date: Tuesday, August 30, 2022 @ 08:59:01
  Author: dvzrv
Revision: 1288497

upgpkg: python-pdm 2.1.3-1: Upgrade to 2.1.3.

Consolidate dependencies with upstream's pyproject.toml.

Modified:
  python-pdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 08:56:59 UTC (rev 1288496)
+++ PKGBUILD	2022-08-30 08:59:01 UTC (rev 1288497)
@@ -2,7 +2,7 @@
 
 _name=pdm
 pkgname=python-pdm
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="A modern Python package manager with PEP 582 support"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(
   python-blinker
   python-cachecontrol
-  python-click
+  python-certifi
   python-dotenv
   python-findpython
   python-installer
@@ -18,7 +18,6 @@
   python-packaging
   python-pdm-pep517
   python-pep517
-  python-pip
   python-platformdirs
   python-requests-toolbelt
   python-resolvelib
@@ -28,14 +27,13 @@
   python-tomlkit
   python-unearth
   python-virtualenv
-  python-wheel
 )
-makedepends=(python-build)
+makedepends=(python-build python-wheel)
 checkdepends=(python-pytest python-pytest-mock python-pytest-xdist)
 optdepends=('python-keyring: for storing credentials')
 source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('f7ff7b458c186b3b1f75c73497021fcbba5ed2c3827dc5c9ec38cd58de8de3c9b1041988298b87c9da8e124fccb63c7a704cf95625f83e632b8f33c8cf97d915')
-b2sums=('37a40da05cf8793d3380641f6e44d73c59dfecfe15e9e238f54f7b0867d8fe73f698fe16ed9fc579c368edb80b95176bfba80e7339c18cb2795cda5ee90ae8f7')
+sha512sums=('75355809a3848ad9fa4a723d04a26e6deac29155deb1180be8714fe572a439b68eafa6494b3babcd4ff512a77260d678d18dfd657c5c619fccfb071f6cf49eec')
+b2sums=('17a7c37cf750152d03d6993e9a397be141c582ceb4ad12027a567369762fb5b0525879d89f513709336fbf5915b338a3b7bbaec570b61e63047c25a06d96ea0a')
 
 build() {
   cd $_name-$pkgver



More information about the arch-commits mailing list