Update this to the 0.3.0 release which includes a pyproject.toml file now.

Also depends on cython at build time now.

ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-timelib/Makefile,v
diff -u -p -u -r1.2 Makefile
--- Makefile    13 Nov 2022 15:28:23 -0000      1.2
+++ Makefile    23 Jan 2024 21:43:38 -0000
@@ -1,11 +1,9 @@
 COMMENT=       short wrapper around PHP's timelib module
 
-MODPY_EGG_VERSION=     0.2.5
+MODPY_EGG_VERSION=     0.3.0
 
 DISTNAME=      timelib-${MODPY_EGG_VERSION}
 PKGNAME=       py-${DISTNAME}
-EXTRACT_SUFX=  .zip
-REVISION=      0
 
 HOMEPAGE=      https://github.com/pediapress/timelib/
 
@@ -17,11 +15,14 @@ PERMIT_PACKAGE=     Yes
 
 WANTLIB=       m
 
+MODULES=       lang/python
+
 FLAVORS=       python3
 FLAVOR=                python3
 
-MODULES=       lang/python
 MODPY_PI=      Yes
 MODPY_PYBUILD= setuptools
+
+BUILD_DEPENDS= lang/cython${MODPY_FLAVOR}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-timelib/distinfo,v
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo    5 Oct 2022 07:36:24 -0000       1.1.1.1
+++ distinfo    23 Jan 2024 21:43:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (timelib-0.2.5.zip) = asn3mwm2O7wH24hSXB9i3h9tULD9mTegywXj04zgr0U=
-SIZE (timelib-0.2.5.zip) = 330307
+SHA256 (timelib-0.3.0.tar.gz) = 0bInBlVxhuYFjaiLoPhYN0AbKuneFX9ZNT3JeNglGHo=
+SIZE (timelib-0.3.0.tar.gz) = 308768

Reply via email to