Port details |
- py-pdm-backend Build backend used by PDM that supports latest packaging standards
- 2.1.7 devel
=0 2.1.6Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-04-05 17:37:15
- Last Update: 2023-10-11 12:57:58
- Commit Hash: f873bc6
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/pdm-project/pdm-backend
- Description:
- This is the backend for PDM projects that is fully-compatible with PEP 517 spec,
but you can also use it alone. It reads the metadata of PEP 621 format and
coverts it to Core metadata.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pdm-backend/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pdm-backend
- pkg install py39-pdm-backend
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pdm-backend listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pdm-backend
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1696904130
SHA256 (pdm_backend-2.1.7.tar.gz) = d3b50ab6374557c1edc348135e0da5decef228ddf8c973a58e40f437cf3595ba
SIZE (pdm_backend-2.1.7.tar.gz) = 97836
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- py39-importlib-metadata>=3.6 : devel/py-importlib-metadata@py39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- py39-importlib-metadata>=3.6 : devel/py-importlib-metadata@py39
- This port is required by:
- for Build
-
- benchmarks/py-asv-runner
- devel/py-cacheyou
- devel/py-findpython
- devel/py-pdm
- devel/py-pdm-autoexport
- devel/py-pycomplete
- devel/py-pytoolconfig
Configuration Options:
- No options to configure
- Options name:
- devel_py-pdm-backend
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.7 11 Oct 2023 12:57:58
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.7
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.6 04 Sep 2023 21:30:13
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.6
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.5 21 Aug 2023 17:04:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.5
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.4 31 Jul 2023 16:40:05
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.4
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.2 09 Jul 2023 10:19:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.2
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.0 30 Jun 2023 07:03:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.0
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.0.7 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.0.7 27 May 2023 23:44:00
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.0.7
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.0.6 18 Apr 2023 18:00:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.0.6
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.0.5 05 Apr 2023 17:29:39
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Add py-pdm-backend 2.0.5
This is the backend for PDM projects that is fully-compatible with PEP 517 spec,
but you can also use it alone. It reads the metadata of PEP 621 format and
coverts it to Core metadata. |
Number of commits found: 10
|