FreeBSD Bugzilla – Attachment 255345 Details for
Bug 282837
[NEW PORT] archivers/py-pyppmd: PPMd compression/decompression library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New Port py-pyppmd 1.1.0 v2
archivers-py-pyppmd.patch (text/plain), 2.97 KB, created by
Matthew Wener
on 2024-11-21 05:13:12 UTC
(
hide
)
Description:
New Port py-pyppmd 1.1.0 v2
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-21 05:13:12 UTC
Size:
2.97 KB
patch
obsolete
>From b0ef36ebe18d228d1739fe816fe5c358e775ed47 Mon Sep 17 00:00:00 2001 >From: Matthew Wener <matthew@wener.org> >Date: Thu, 21 Nov 2024 00:11:38 -0500 >Subject: archivers/py-pyppmd: add new port > >--- > archivers/Makefile | 1 + > archivers/py-pyppmd/Makefile | 31 +++++++++++++++++++++++++++++++ > archivers/py-pyppmd/distinfo | 3 +++ > archivers/py-pyppmd/pkg-descr | 5 +++++ > 4 files changed, 40 insertions(+) > create mode 100644 archivers/py-pyppmd/Makefile > create mode 100644 archivers/py-pyppmd/distinfo > create mode 100644 archivers/py-pyppmd/pkg-descr > >diff --git a/archivers/Makefile b/archivers/Makefile >index 755d5fb7d..fa66c4894 100644 >--- a/archivers/Makefile >+++ b/archivers/Makefile >@@ -202,6 +202,7 @@ > SUBDIR += py-lzstring > SUBDIR += py-patool > SUBDIR += py-pyminizip >+ SUBDIR += py-pyppmd > SUBDIR += py-python-lhafile > SUBDIR += py-python-lzo > SUBDIR += py-python-rpm-packaging >diff --git a/archivers/py-pyppmd/Makefile b/archivers/py-pyppmd/Makefile >new file mode 100644 >index 000000000..be04615cd >--- /dev/null >+++ b/archivers/py-pyppmd/Makefile >@@ -0,0 +1,31 @@ >+PORTNAME= pyppmd >+PORTVERSION= 1.1.0 >+CATEGORIES= archivers python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= matthew@wener.org >+COMMENT= PPMd compression/decompression library >+WWW= https://pyppmd.readthedocs.io/en/latest/ >+ >+LICENSE= LGPL21 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest-benchmark>=0:devel/py-pytest-benchmark@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist pep517 pytest >+ >+TEST_ENV= ${MAKE_ENV} \ >+ PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} >+ >+do-test: >+ @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v >+ >+.include <bsd.port.mk> >diff --git a/archivers/py-pyppmd/distinfo b/archivers/py-pyppmd/distinfo >new file mode 100644 >index 000000000..8d9d33d98 >--- /dev/null >+++ b/archivers/py-pyppmd/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1724809518 >+SHA256 (pyppmd-1.1.0.tar.gz) = 1d38ce2e4b7eb84b53bc8a52380b94f66ba6c39328b8800b30c2b5bf31693973 >+SIZE (pyppmd-1.1.0.tar.gz) = 1348949 >diff --git a/archivers/py-pyppmd/pkg-descr b/archivers/py-pyppmd/pkg-descr >new file mode 100644 >index 000000000..cd35014a6 >--- /dev/null >+++ b/archivers/py-pyppmd/pkg-descr >@@ -0,0 +1,5 @@ >+pyppmd module provides classes and functions for compressing >+and decompressing text data, using PPM (Prediction by partial >+matching) compression algorithm which has several variations >+of implementations. PPMd is the implementation by Dmitry >+Shkarin. PyPPMD use Igor Pavlov's range coder introduced in 7-zip. >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282837
:
255263
|
255270
| 255345