View | Details | Raw Unified | Return to bug 277724 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-pnu-libpnu/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	pnu-libpnu
2
DISTVERSION=	1.3.0
3
CATEGORIES=	devel python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	hubert.tournier@gmail.com
8
COMMENT=	Common utility functions for the PNU project
9
WWW=		https://github.com/HubTou/libpnu
10
11
LICENSE=	BSD3CLAUSE
12
13
BUILD_DEPENDS=	${PY_SETUPTOOLS} \
14
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
15
16
USES=		python
17
USE_PYTHON=	autoplist flavors pep517
18
19
.include <bsd.port.mk>
(-)b/devel/py-pnu-libpnu/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1710528001
2
SHA256 (pnu-libpnu-1.3.0.tar.gz) = 07b2fcb04621fd15322520eed5e3adb09f10255788891ac5fb9ae207e0774509
3
SIZE (pnu-libpnu-1.3.0.tar.gz) = 9192
(-)b/devel/py-pnu-libpnu/files/patch-setup.cfg (+11 lines)
Added Link Here
1
--- setup.cfg.orig	2024-03-16 06:58:47 UTC
2
+++ setup.cfg
3
@@ -43,7 +43,7 @@ where = src
4
 where = src
5
 
6
 [options.data_files]
7
-man/man3 = 
8
+share/man/man3 = 
9
 	man/libpnu.3.gz
10
 
11
 [egg_info]
(-)b/devel/py-pnu-libpnu/pkg-descr (+3 lines)
Added Link Here
1
pnu-libpnu is a Python library containing common functions for all the
2
PNU project utilities. It has no known usage and usefulness beyond
3
this project.

Return to bug 277724