FreeBSD Bugzilla – Attachment 255267 Details for
Bug 282834
[NEW PORT] archivers/py-inflate64: Deflate64 compression/decompression library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New Port py-inflate64 1.0.0
0001-Port-Python-inflate64.patch (text/plain), 2.44 KB, created by
Matthew Wener
on 2024-11-18 15:44:09 UTC
(
hide
)
Description:
New Port py-inflate64 1.0.0
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-18 15:44:09 UTC
Size:
2.44 KB
patch
obsolete
>From 029799dead2db015231874073169147fa0f789a7 Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@tetra.local> >Date: Mon, 18 Nov 2024 08:25:21 -0500 >Subject: [PATCH 01/17] Port Python inflate64 > >--- > archivers/Makefile | 1 + > archivers/py-inflate64/Makefile | 24 ++++++++++++++++++++++++ > archivers/py-inflate64/distinfo | 3 +++ > archivers/py-inflate64/pkg-descr | 3 +++ > 4 files changed, 31 insertions(+) > create mode 100644 archivers/py-inflate64/Makefile > create mode 100644 archivers/py-inflate64/distinfo > create mode 100644 archivers/py-inflate64/pkg-descr > >diff --git a/archivers/Makefile b/archivers/Makefile >index 755d5fb7d..d01a98288 100644 >--- a/archivers/Makefile >+++ b/archivers/Makefile >@@ -195,6 +195,7 @@ > SUBDIR += py-bz2file > SUBDIR += py-compressed-rtf > SUBDIR += py-cramjam >+ SUBDIR += py-inflate64 > SUBDIR += py-laszip > SUBDIR += py-libarchive-c > SUBDIR += py-lz4 >diff --git a/archivers/py-inflate64/Makefile b/archivers/py-inflate64/Makefile >new file mode 100644 >index 000000000..6702ac4f7 >--- /dev/null >+++ b/archivers/py-inflate64/Makefile >@@ -0,0 +1,24 @@ >+PORTNAME= inflate64 >+PORTVERSION= 1.0.0 >+CATEGORIES= archivers python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= matthew@wener.org >+COMMENT= Deflate64 compression/decompression library >+WWW= https://codeberg.org/miurahr/inflate64 >+ >+LICENSE= LGPL21 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist pep517 >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/inflate64/_inflate64*.so >+ >+.include <bsd.port.mk> >diff --git a/archivers/py-inflate64/distinfo b/archivers/py-inflate64/distinfo >new file mode 100644 >index 000000000..5b9f92520 >--- /dev/null >+++ b/archivers/py-inflate64/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1724809518 >+SHA256 (inflate64-1.0.0.tar.gz) = 3278827b803cf006a1df251f3e13374c7d26db779e5a33329cc11789b804bc2d >+SIZE (inflate64-1.0.0.tar.gz) = 895853 >diff --git a/archivers/py-inflate64/pkg-descr b/archivers/py-inflate64/pkg-descr >new file mode 100644 >index 000000000..6623a3b88 >--- /dev/null >+++ b/archivers/py-inflate64/pkg-descr >@@ -0,0 +1,3 @@ >+The inflate64 is a python package to provide Deflater and >+Inflater class to compress and decompress with Enhanced >+Deflate compression algorithm.
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 282834
:
255260
|
255267
|
255342