pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pdm: imported to base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Thu May 4 09:29:57 2023 +0200
Changeset:	f7309a6be13847358af912190e112f97f49eb99b

Modified Files:
	Makefile
Removed Files:
	py-pdm/DESCR
	py-pdm/Makefile
	py-pdm/PLIST
	py-pdm/TODO
	py-pdm/distinfo

Log Message:
py-pdm: imported to base

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f7309a6be13847358af912190e112f97f49eb99b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |  1 -
 py-pdm/DESCR    | 23 -----------------------
 py-pdm/Makefile | 18 ------------------
 py-pdm/PLIST    |  4 ----
 py-pdm/TODO     | 28 ----------------------------
 py-pdm/distinfo |  5 -----
 6 files changed, 79 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 434f0ad588..190e2e17e3 100644
--- a/Makefile
+++ b/Makefile
@@ -4322,7 +4322,6 @@ SUBDIR+=	py-pcapy
 SUBDIR+=	py-pdf2image
 SUBDIR+=	py-pdfminer-six
 SUBDIR+=	py-pdfposter
-SUBDIR+=	py-pdm
 SUBDIR+=	py-pdoc3
 SUBDIR+=	py-peak-rules
 SUBDIR+=	py-pebl
diff --git a/py-pdm/DESCR b/py-pdm/DESCR
deleted file mode 100644
index 18d16fe18e..0000000000
--- a/py-pdm/DESCR
+++ /dev/null
@@ -1,23 +0,0 @@
-TODO: Adjust the following lines from README.md
-
-<div align="center">
-
-# PDM
-
-A modern Python package and dependency manager supporting the latest PEP standards.
-[中文版本说明](README_zh.md)
-
-![PDM logo](https://raw.githubusercontent.com/pdm-project/pdm/main/docs/docs/assets/logo_big.png)
-
-[![Docs](https://img.shields.io/badge/Docs-mkdocs-blue?style=for-the-badge)](https://pdm.fming.dev)
-[![Twitter Follow](https://img.shields.io/twitter/follow/pdm_project?label=get%20updates&logo=twitter&style=for-the-badge)](https://twitter.com/pdm_project)
-[![Discord](https://img.shields.io/discord/824472774965329931?label=discord&logo=discord&style=for-the-badge)](https://discord.gg/Phn8smztpv)
-
-![Github Actions](https://github.com/pdm-project/pdm/workflows/Tests/badge.svg)
-[![PyPI](https://img.shields.io/pypi/v/pdm?logo=python&logoColor=%23cccccc)](https://pypi.org/project/pdm)
-[![codecov](https://codecov.io/gh/pdm-project/pdm/branch/main/graph/badge.svg?token=erZTquL5n0)](https://codecov.io/gh/pdm-project/pdm)
-[![Packaging status](https://repology.org/badge/tiny-repos/pdm.svg)](https://repology.org/project/pdm/versions)
-[![Downloads](https://pepy.tech/badge/pdm/week)](https://pepy.tech/project/pdm)
-[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
-<a href="https://trackgit.com";>
-...
diff --git a/py-pdm/Makefile b/py-pdm/Makefile
deleted file mode 100644
index d0522a058a..0000000000
--- a/py-pdm/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pdm-2.5.3
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/pdm/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://pdm.fming.dev/
-COMMENT=	Modern Python package and dependency manager
-LICENSE=	mit
-
-USE_LANGUAGES=	# none
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-pdm/PLIST b/py-pdm/PLIST
deleted file mode 100644
index 92ba51a2d7..0000000000
--- a/py-pdm/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/py-pdm/TODO b/py-pdm/TODO
deleted file mode 100644
index 1d2622b4da..0000000000
--- a/py-pdm/TODO
+++ /dev/null
@@ -1,28 +0,0 @@
-Seems to need itself to build
-
-=> Checking for portability problems in extracted files
-===> Building for py311-pdm-2.5.3
-* Building wheel...
-
-Traceback (most recent call last):
-  File "/usr/pkg/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook
-    raise BackendUnavailable(data.get('traceback', ''))
-pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
-  File "/usr/pkg/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend
-    obj = import_module(mod_path)
-          ^^^^^^^^^^^^^^^^^^^^^^^
-  File "/usr/pkg/lib/python3.11/importlib/__init__.py", line 126, in import_module
-    return _bootstrap._gcd_import(name[level:], package, level)
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
-  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
-  File "<frozen importlib._bootstrap>", line 1128, in _find_and_load_unlocked
-  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
-  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
-  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
-  File "<frozen importlib._bootstrap>", line 1142, in _find_and_load_unlocked
-ModuleNotFoundError: No module named 'pdm'
-
-ERROR Backend 'pdm.backend' is not available.
-*** Error code 1
-
diff --git a/py-pdm/distinfo b/py-pdm/distinfo
deleted file mode 100644
index 1ff18f84a3..0000000000
--- a/py-pdm/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (pdm-2.5.3.tar.gz) = b0d612da660b1b3fad7e66ce4ab67fa28e3b8b6fd79987e977a77cdf0fd5887a
-SHA512 (pdm-2.5.3.tar.gz) = 0ad03e8594b677b3b7f3c6724fdfed8d4d51bcf9ad078121506179f3869eef1f4ae4b8f5f64a88048992018600086008db7269f38fad8982e4e73c58dc2624b6
-Size (pdm-2.5.3.tar.gz) = 3051077 bytes


Home | Main Index | Thread Index | Old Index