Skip to content

Commit

Permalink
py-pdm_backend: update to 2.3.1.
Browse files Browse the repository at this point in the history
🐞 Bug Fixes

Handle unexpected hg repo when parse scm version
Treat PDM_BUILD_SCM_VERSION empty string as unset
Honor the current working directory when importing pdm_build.py Close #245
Errors when using the editables backend with the includes field. Fixes #242
Vendor editables
  • Loading branch information
0-wiz-0 committed Jun 26, 2024
1 parent 989d0d4 commit 4f3e686
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
5 changes: 3 additions & 2 deletions devel/py-pdm_backend/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2024/05/05 16:30:09 wiz Exp $
# $NetBSD: Makefile,v 1.14 2024/06/26 16:53:35 wiz Exp $

DISTNAME= pdm_backend-2.3.0
DISTNAME= pdm_backend-2.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdm-backend/}
Expand All @@ -21,6 +21,7 @@ USE_LANGUAGES= c # for tests
PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/pyversion.mk"

.if ${PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=3.6:../../devel/py-importlib-metadata
.endif
Expand Down
10 changes: 9 additions & 1 deletion devel/py-pdm_backend/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
@comment $NetBSD: PLIST,v 1.5 2024/05/05 16:30:09 wiz Exp $
@comment $NetBSD: PLIST,v 1.6 2024/06/26 16:53:35 wiz Exp $
${PYSITELIB}/pdm/backend/__init__.py
${PYSITELIB}/pdm/backend/__init__.pyc
${PYSITELIB}/pdm/backend/__init__.pyo
${PYSITELIB}/pdm/backend/_vendor/__init__.py
${PYSITELIB}/pdm/backend/_vendor/__init__.pyc
${PYSITELIB}/pdm/backend/_vendor/__init__.pyo
${PYSITELIB}/pdm/backend/_vendor/editables/LICENSE.txt
${PYSITELIB}/pdm/backend/_vendor/editables/__init__.py
${PYSITELIB}/pdm/backend/_vendor/editables/__init__.pyc
${PYSITELIB}/pdm/backend/_vendor/editables/__init__.pyo
${PYSITELIB}/pdm/backend/_vendor/editables/py.typed
${PYSITELIB}/pdm/backend/_vendor/editables/redirector.py
${PYSITELIB}/pdm/backend/_vendor/editables/redirector.pyc
${PYSITELIB}/pdm/backend/_vendor/editables/redirector.pyo
${PYSITELIB}/pdm/backend/_vendor/packaging/LICENSE
${PYSITELIB}/pdm/backend/_vendor/packaging/LICENSE.APACHE
${PYSITELIB}/pdm/backend/_vendor/packaging/LICENSE.BSD
Expand Down
8 changes: 4 additions & 4 deletions devel/py-pdm_backend/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2024/05/05 16:30:09 wiz Exp $
$NetBSD: distinfo,v 1.13 2024/06/26 16:53:35 wiz Exp $

BLAKE2s (pdm_backend-2.3.0.tar.gz) = 32479932ed7aee09b07debb6c6eaffee434eca5e3c03915711949d95b92fa0e8
SHA512 (pdm_backend-2.3.0.tar.gz) = c0f6bddff363bf7f1d67a38e523496da9dbcb9d6e9e50a7b3a56ea0306b4fb89165876824aa2677b4a86033558ecdda0d7707d3f44d472b2ab84ccb55aa41874
Size (pdm_backend-2.3.0.tar.gz) = 107318 bytes
BLAKE2s (pdm_backend-2.3.1.tar.gz) = 302c87e7b01bf438daf680a76542bbca2221ca22029d5b1f0d14d76a1cfa5e5d
SHA512 (pdm_backend-2.3.1.tar.gz) = 14d363914a0898e24a58e48b39fc745184b2d782b9a3294e9b8d94edb1eebc2ae569a7de3071f9293ae3e9882640e42fc1dd0f8882508c2a4425e6d8a35a1766
Size (pdm_backend-2.3.1.tar.gz) = 109070 bytes

0 comments on commit 4f3e686

Please sign in to comment.