FreeBSD Bugzilla – Attachment 253344 Details for
Bug 279304
net/py-magic-wormhole: Missing dependency to send documents
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that adds devel/py-iterable-io
0001-devel-py-iterable-io-new-port.patch (text/plain), 1.78 KB, created by
N. J. Thomas
on 2024-09-05 09:24:21 UTC
(
hide
)
Description:
patch that adds devel/py-iterable-io
Filename:
MIME Type:
Creator:
N. J. Thomas
Created:
2024-09-05 09:24:21 UTC
Size:
1.78 KB
patch
obsolete
>From f2b337d381fa777f4befccaa4144cbafdb7e27e9 Mon Sep 17 00:00:00 2001 >From: "N.J. Thomas" <njt@ayvali.org> >Date: Thu, 5 Sep 2024 02:10:58 -0700 >Subject: [PATCH 1/2] devel/py-iterable-io: new port > >--- > devel/py-iterable-io/Makefile | 18 ++++++++++++++++++ > devel/py-iterable-io/distinfo | 3 +++ > devel/py-iterable-io/pkg-descr | 3 +++ > 3 files changed, 24 insertions(+) > create mode 100644 devel/py-iterable-io/Makefile > create mode 100644 devel/py-iterable-io/distinfo > create mode 100644 devel/py-iterable-io/pkg-descr > >diff --git a/devel/py-iterable-io/Makefile b/devel/py-iterable-io/Makefile >new file mode 100644 >index 000000000000..4151058c70d1 >--- /dev/null >+++ b/devel/py-iterable-io/Makefile >@@ -0,0 +1,18 @@ >+PORTNAME= iterable-io >+DISTVERSION= 1.0.0 >+CATEGORIES= devel python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= ports@FreeBSD.org >+ >+COMMENT= adapter to read from iterable objects like file objects >+WWW= https://github.com/pR0Ps/iterable-io >+ >+LICENSE= LGPL3 >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >+ >diff --git a/devel/py-iterable-io/distinfo b/devel/py-iterable-io/distinfo >new file mode 100644 >index 000000000000..ae437f8bab9b >--- /dev/null >+++ b/devel/py-iterable-io/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1720296848 >+SHA256 (iterable-io-1.0.0.tar.gz) = fb9e1b739587a9ba0d5c60a3e1eb71246761583bc9f18b3c35bb112b44b18c3c >+SIZE (iterable-io-1.0.0.tar.gz) = 6050 >diff --git a/devel/py-iterable-io/pkg-descr b/devel/py-iterable-io/pkg-descr >new file mode 100644 >index 000000000000..f693b6b37db5 >--- /dev/null >+++ b/devel/py-iterable-io/pkg-descr >@@ -0,0 +1,3 @@ >+iterable-io is a small Python library that provides an adapter so that >+it's possible to read from iterable objects in the same way as file-like >+objects. >-- >2.45.2 >
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 279304
: 253344 |
253345