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:
parent
e8720aabc3
commit
22f91cdde7
5 changed files with 40 additions and 0 deletions
|
@ -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
|
||||
|
|
22
devel/py-pnu-libpnu/Makefile
Normal file
22
devel/py-pnu-libpnu/Makefile
Normal 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>
|
3
devel/py-pnu-libpnu/distinfo
Normal file
3
devel/py-pnu-libpnu/distinfo
Normal 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
|
11
devel/py-pnu-libpnu/files/patch-setup.cfg
Normal file
11
devel/py-pnu-libpnu/files/patch-setup.cfg
Normal 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]
|
3
devel/py-pnu-libpnu/pkg-descr
Normal file
3
devel/py-pnu-libpnu/pkg-descr
Normal 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.
|
Loading…
Reference in a new issue