Skip to content

Commit

Permalink
py-pdm_backend: update to 2.4.1.
Browse files Browse the repository at this point in the history
2.4.1

  🐞 Bug Fixes

    Can't format requirements when converting to setup.py  -  by @frostming (856d8)
    Update to pyproject_metadata 0.9.0b4  -  by @frostming (88c3f)

2.4.0
   🚀 Features

    Accept context as the second argument to version_format function  -  by @frostming in #258 (708aa)
    Update pyproject-metadata to support latest version of PEP 639  -  by @frostming in #259 (6c48d)

   🐞 Bug Fixes

    Project license field  -  by @frostming (6853a)
  • Loading branch information
0-wiz-0 committed Sep 22, 2024
1 parent 0cf5108 commit e94fbd3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions devel/py-pdm_backend/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2024/07/16 03:11:05 adam Exp $
# $NetBSD: Makefile,v 1.17 2024/09/22 16:23:49 wiz Exp $

DISTNAME= pdm_backend-2.3.3
DISTNAME= pdm_backend-2.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdm-backend/}
Expand All @@ -10,17 +10,17 @@ HOMEPAGE= https://github.com/pdm-project/pdm-backend
COMMENT= Build backend used by PDM that supports latest packaging standards
LICENSE= mit

TEST_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-editables-[0-9]*:../../devel/py-editables
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial

USE_LANGUAGES= c # for tests
USE_TOOLS+= git:test

PYTHON_VERSIONS_INCOMPATIBLE= 27

# 77 passed, 1 skipped, 1 warning, 9 errors
# 81 passed, 1 skipped, 1 warning, 9 errors

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

Expand Down
3 changes: 2 additions & 1 deletion devel/py-pdm_backend/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2024/06/26 16:53:35 wiz Exp $
@comment $NetBSD: PLIST,v 1.7 2024/09/22 16:23:49 wiz Exp $
${PYSITELIB}/pdm/backend/__init__.py
${PYSITELIB}/pdm/backend/__init__.pyc
${PYSITELIB}/pdm/backend/__init__.pyo
Expand Down Expand Up @@ -133,4 +133,5 @@ ${PYSITELIB}/pdm/backend/wheel.pyo
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
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.15 2024/07/16 03:11:05 adam Exp $
$NetBSD: distinfo,v 1.16 2024/09/22 16:23:49 wiz Exp $

BLAKE2s (pdm_backend-2.3.3.tar.gz) = da7ba24b0f138a6ffc48ebea1499bcfdf8f541a6b3213796c4d2bc3113db9b20
SHA512 (pdm_backend-2.3.3.tar.gz) = 6bd1e8811bb73c828439c1ed3f2cdc8cc79b6859d952693caaa7a3f9753a6af3a760fb9d5a4ea9c4073cd59912006ce21c86819a08651ec0001ae41b5de3c647
Size (pdm_backend-2.3.3.tar.gz) = 109222 bytes
BLAKE2s (pdm_backend-2.4.1.tar.gz) = 38c594b2e63f91f1ee732494c61fe132d64cea3a95a74438251f04a43412bb46
SHA512 (pdm_backend-2.4.1.tar.gz) = 8c07ba0467c16fcbe9d872e23b82512cac2c17bf987481bb7bbb648b456e81d55a143143659f281a51b218ff9cf59f8799d836b266cb7e02cdbc67b89d0edca0
Size (pdm_backend-2.4.1.tar.gz) = 112629 bytes

0 comments on commit e94fbd3

Please sign in to comment.