devel/py-pnu-libpnu: New port: Common utility functions for the PNU project

- Submitter becomes maintainer

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.

(Dependency of upcomming Port Tree Linter port)

PR:		277724
This commit is contained in:
Hubert Tournier 2024-03-18 10:35:25 +00:00 committed by Nuno Teixeira
parent e8720aabc3
commit 22f91cdde7
5 changed files with 40 additions and 0 deletions

View File

@ -5248,6 +5248,7 @@
SUBDIR += py-plux
SUBDIR += py-ply
SUBDIR += py-pnio-dcp
SUBDIR += py-pnu-libpnu
SUBDIR += py-pockets
SUBDIR += py-podcastparser
SUBDIR += py-poetry

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1710528001
SHA256 (pnu-libpnu-1.3.0.tar.gz) = 07b2fcb04621fd15322520eed5e3adb09f10255788891ac5fb9ae207e0774509
SIZE (pnu-libpnu-1.3.0.tar.gz) = 9192

View File

@ -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]

View File

@ -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.