On 2024/02/08 14:25, Sebastian Reitenbach wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2024/02/08 14:25:55
>
> Modified files:
> security/py-fickling: Makefile distinfo
> security/py-fickling/pkg: PLIST
>
> Log message:
> update 0.0.8 -> 0.1.2
>
Looks like there's some cleaning to do:
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/py-fickling/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile 8 Feb 2024 21:25:55 -0000 1.13
+++ Makefile 8 Feb 2024 22:12:22 -0000
@@ -1,8 +1,9 @@
COMMENT = analyze Python pickle object serializations
MODPY_EGG_VERSION = 0.1.2
+REVISION = 0
DISTNAME = fickling-${MODPY_EGG_VERSION}
-PKGNAME = py-${DISTNAME}
+PKGNAME = py-${DISTNAME}
CATEGORIES = security
MAINTAINER = Sebastian Reitenbach <[email protected]>
@@ -16,10 +17,5 @@ MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
-
-#BUILD_DEPENDS += devel/py-flit_core${MODPY_FLAVOR}
-# Only needed for python3.8, it's part of python3.9
-RUN_DEPENDS += devel/py-astunparse${MODPY_FLAVOR}
-
.include <bsd.port.mk>