FreeBSD Bugzilla – Attachment 249222 Details for
Bug 277724
devel/py-pnu-libpnu: new port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Final
devel_py-pnu-libpnu.diff (text/plain), 1.83 KB, created by
Nuno Teixeira
on 2024-03-16 19:13:32 UTC
(
hide
)
Description:
Final
Filename:
MIME Type:
Creator:
Nuno Teixeira
Created:
2024-03-16 19:13:32 UTC
Size:
1.83 KB
patch
obsolete
>diff --git a/devel/py-pnu-libpnu/Makefile b/devel/py-pnu-libpnu/Makefile >new file mode 100644 >index 000000000000..c56518130cbd >--- /dev/null >+++ b/devel/py-pnu-libpnu/Makefile >@@ -0,0 +1,22 @@ >+PORTNAME= pnu-libpnu >+DISTVERSION= 1.3.0 >+CATEGORIES= devel python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= hubert.tournier@gmail.com >+COMMENT= Common utility functions for the PNU project >+WWW= https://github.com/HubTou/libpnu >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/License >+ >+BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} >+ >+USES= python shebangfix >+USE_PYTHON= autoplist flavors pep517 >+ >+SHEBANG_FILES= src/libpnu/*.py >+ >+.include <bsd.port.mk> >diff --git a/devel/py-pnu-libpnu/distinfo b/devel/py-pnu-libpnu/distinfo >new file mode 100644 >index 000000000000..0ed22a4aa592 >--- /dev/null >+++ b/devel/py-pnu-libpnu/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1710528001 >+SHA256 (pnu-libpnu-1.3.0.tar.gz) = 07b2fcb04621fd15322520eed5e3adb09f10255788891ac5fb9ae207e0774509 >+SIZE (pnu-libpnu-1.3.0.tar.gz) = 9192 >diff --git a/devel/py-pnu-libpnu/files/patch-setup.cfg b/devel/py-pnu-libpnu/files/patch-setup.cfg >new file mode 100644 >index 000000000000..1ecef154e4f1 >--- /dev/null >+++ b/devel/py-pnu-libpnu/files/patch-setup.cfg >@@ -0,0 +1,11 @@ >+--- setup.cfg.orig 2024-03-16 06:58:47 UTC >++++ setup.cfg >+@@ -43,7 +43,7 @@ where = src >+ where = src >+ >+ [options.data_files] >+-man/man3 = >++share/man/man3 = >+ man/libpnu.3.gz >+ >+ [egg_info] >diff --git a/devel/py-pnu-libpnu/pkg-descr b/devel/py-pnu-libpnu/pkg-descr >new file mode 100644 >index 000000000000..97f2bf67e449 >--- /dev/null >+++ b/devel/py-pnu-libpnu/pkg-descr >@@ -0,0 +1,3 @@ >+pnu-libpnu is a Python library containing common functions for all the >+PNU project utilities. It has no known usage and usefulness beyond >+this project.
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 277724
:
249198
|
249210
|
249211
| 249222